Home
last modified time | relevance | path

Searched refs:fixup (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.81.4/EXTERNAL_HEADERS/mach-o/
H A DMakefile11 fixup-chains.h \
/xnu-11215.81.4/san/memory/
H A Dkasan-blacklist-arm6419 # These are required to fixup the kernelcache, which needs to happen before KASAN
/xnu-11215.81.4/osfmk/kdp/
H A Dkdp_core.c229 struct kdp_core_excluded_region **fixup = &excluded_regions; in kdp_core_unexclude_region() local
234 *fixup = region->next; in kdp_core_unexclude_region()
237 fixup = &region->next; in kdp_core_unexclude_region()
/xnu-11215.81.4/doc/lifecycle/
H A Dhibernation.md217 - On ARM64, some further fixup is done in `arm_init_cpu()`.
222 `s_last_absolute_time` test to fail if we don't do this fixup.