Searched defs:opcode (Results 1 – 8 of 8) sorted by relevance
| /xnu-8796.121.2/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-8796.121.2/EXTERNAL_HEADERS/CoreEntitlements/ |
| H A D | Entitlements.h | 126 CEQueryOpOpcode_t opcode; member
|
| /xnu-8796.121.2/osfmk/mach/ |
| H A D | vm_reclaim.h | 44 uint16_t opcode; member
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | sys_ulock.c | 484 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 D | kern_credential.c | 528 int opcode = uap->opcode; in identitysvc() local
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | kdebug_private.h | 526 #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 D | kdebug_kernel.h | 503 #define KERNEL_ENERGYTRACE(opcode, lifespan, id, quality, value) \ argument
|
| /xnu-8796.121.2/bsd/dev/i386/ |
| H A D | dis_tables.c | 5375 isunsigned_op(char *opcode) in isunsigned_op()
|