Home
last modified time | relevance | path

Searched refs:PMAP_IS_HIBERNATING (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/arm64/sptm/pmap/
H A Dpmap_data.h72 #define PMAP_IS_HIBERNATING() false macro
335 PMAP_IS_HIBERNATING() || !not_in_kdp); in pvh_lock()
466 assert(preemption_enabled() || PMAP_IS_HIBERNATING()); in pvh_lock_enter_sleep_mode()
2205 return preemption_enabled() || (startup_phase < STARTUP_SUB_EARLY_BOOT) || PMAP_IS_HIBERNATING(); in pmap_is_preemptible()
H A Dpmap_data.c842 assert(preemption_enabled() || PMAP_IS_HIBERNATING()); in pv_list_free()