Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dlocks.h224 #define PLATFORM_LCK_ILOCK 0 macro
/xnu-8020.101.4/osfmk/arm/
H A Dlocks.h198 #define PLATFORM_LCK_ILOCK LCK_ILOCK macro
/xnu-8020.101.4/osfmk/kern/
H A Dlocks.c615 uintptr_t state = LCK_MTX_THREAD_TO_STATE(thread) | PLATFORM_LCK_ILOCK; in hw_lock_to_internal()
699 LCK_MTX_THREAD_TO_STATE(thread) | PLATFORM_LCK_ILOCK, acquire); in hw_lock_try_internal()