Home
last modified time | relevance | path

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

/xnu-11215/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-11215/EXTERNAL_HEADERS/CoreEntitlements/
H A DEntitlements.h126 CEQueryOpOpcode_t opcode; member
/xnu-11215/bsd/kern/
H A Dsys_ulock.c511 uint8_t opcode = (uint8_t)(args->operation & UL_OPCODE_MASK); in sys_ulock_wait2() local
883 uint8_t opcode = (uint8_t)(args->operation & UL_OPCODE_MASK); in sys_ulock_wake() local
909 uint8_t opcode = (uint8_t)(operation & UL_OPCODE_MASK); in ulock_wake() local
H A Dkern_credential.c511 int opcode = uap->opcode; in identitysvc() local
/xnu-11215/bsd/sys/
H A Dkdebug_private.h524 #define ENTR_KDTRACE(component, opcode, lifespan, id, quality, value) \ argument
547 #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-11215/osfmk/arm64/
H A Dinstructions.h238 ARM64_INSTR_RDSVL_IMM6_GET(unsigned int opcode) in ARM64_INSTR_RDSVL_IMM6_GET()
/xnu-11215/bsd/dev/i386/
H A Ddis_tables.c5375 isunsigned_op(char *opcode) in isunsigned_op()