Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 8 of 8) sorted by relevance

/xnu-8796.121.2/tests/
H A Dturnstile_multihop_helper.h76 ull_lock(lock_t *lock, int id, uint opcode, uint flags) in ull_lock()
152 ull_unlock(lock_t *lock, int id, uint opcode, uint flags) in ull_unlock()
/xnu-8796.121.2/EXTERNAL_HEADERS/CoreEntitlements/
H A DEntitlements.h126 CEQueryOpOpcode_t opcode; member
/xnu-8796.121.2/osfmk/mach/
H A Dvm_reclaim.h44 uint16_t opcode; member
/xnu-8796.121.2/bsd/kern/
H A Dsys_ulock.c484 uint8_t opcode = (uint8_t)(args->operation & UL_OPCODE_MASK); in sys_ulock_wait2() local
852 uint8_t opcode = (uint8_t)(args->operation & UL_OPCODE_MASK); in sys_ulock_wake() local
878 uint8_t opcode = (uint8_t)(operation & UL_OPCODE_MASK); in ulock_wake() local
H A Dkern_credential.c528 int opcode = uap->opcode; in identitysvc() local
/xnu-8796.121.2/bsd/sys/
H A Dkdebug_private.h526 #define ENTR_KDTRACE(component, opcode, lifespan, id, quality, value) \ argument
549 #define ENTR_KDTRACE(component, opcode, lifespan, id, quality, value) do {} while (0) argument
H A Dkdebug_kernel.h503 #define KERNEL_ENERGYTRACE(opcode, lifespan, id, quality, value) \ argument
/xnu-8796.121.2/bsd/dev/i386/
H A Ddis_tables.c5375 isunsigned_op(char *opcode) in isunsigned_op()