Home
last modified time | relevance | path

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

/xnu-11417.121.6/EXTERNAL_HEADERS/mach-o/
H A DMakefile11 fixup-chains.h \
/xnu-11417.121.6/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-11417.121.6/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.