Searched defs:opcode (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/tests/ |
| H A D | turnstile_multihop_helper.h | 76 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 D | Entitlements.h | 126 CEQueryOpOpcode_t opcode; member
|
| /xnu-11215/bsd/kern/ |
| H A D | sys_ulock.c | 511 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 D | kern_credential.c | 511 int opcode = uap->opcode; in identitysvc() local
|
| /xnu-11215/bsd/sys/ |
| H A D | kdebug_private.h | 524 #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 D | kdebug_kernel.h | 503 #define KERNEL_ENERGYTRACE(opcode, lifespan, id, quality, value) \ argument
|
| /xnu-11215/osfmk/arm64/ |
| H A D | instructions.h | 238 ARM64_INSTR_RDSVL_IMM6_GET(unsigned int opcode) in ARM64_INSTR_RDSVL_IMM6_GET()
|
| /xnu-11215/bsd/dev/i386/ |
| H A D | dis_tables.c | 5375 isunsigned_op(char *opcode) in isunsigned_op()
|