Home
last modified time | relevance | path

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

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