Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dulock.h126 #define UL_OPCODE_MASK 0x000000FF macro
/xnu-8019.80.24/bsd/kern/
H A Dsys_ulock.c478 uint8_t opcode = (uint8_t)(args->operation & UL_OPCODE_MASK); in ulock_wait2()
845 uint8_t opcode = (uint8_t)(args->operation & UL_OPCODE_MASK); in ulock_wake()