]>
Commit | Line | Data |
---|---|---|
5ba3f43e A |
1 | # ARM64 specific blacklist |
2 | ||
d9a64523 A |
3 | [address] |
4 | ||
5ba3f43e A |
5 | # Exclude KASan runtime |
6 | src:./san/kasan-arm64.c | |
f427ee49 | 7 | src:./osfmk/arm/machine_routines_common.c |
5ba3f43e | 8 | |
a39ff7e2 A |
9 | # These use a local variable to work out which stack we're on, but can end up with |
10 | # a fakestack allocation. | |
5ba3f43e | 11 | fun:ml_at_interrupt_context |
a39ff7e2 A |
12 | fun:ml_stack_remaining |
13 | fun:ml_stack_base | |
14 | fun:ml_stack_size |