Searched refs:tmp2 (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/osfmk/arm64/ |
| H A D | machine_routines_asm.h | 56 .macro AUTH_THREAD_STATE_IN_X0 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, el0_state_allowed=0 87 mov \tmp2, x2 93 mov x2, \tmp2 97 and \tmp2, \tmp2, #PSR64_MODE_MASK 98 cbnz \tmp2, 1f
|
| H A D | pac_asm.h | 146 .macro PAC_INIT_KEY_STATE tmp, tmp2
|
| H A D | start.s | 740 PAC_INIT_KEY_STATE tmp=x0, tmp2=x1
|
| /xnu-8796.141.3/san/memory/ |
| H A D | kasan.c | 284 uint8_t tmp1, tmp2; in kasan_debug_touch_mappings() local 292 tmp2 = *x; in kasan_debug_touch_mappings() 294 assert(tmp1 == tmp2); in kasan_debug_touch_mappings()
|
| /xnu-8796.141.3/bsd/skywalk/nexus/ |
| H A D | nexus_kern.c | 1918 uint32_t tmp1, tmp2, tmp3, tmp4xpipes, tmpsumrings; in nxprov_params_adjust() local 2136 MUL(tmp4xpipesplusrings, tx_slots, &tmp2); in nxprov_params_adjust() 2141 MUL(tx_rings, tx_slots, &tmp2); in nxprov_params_adjust() 2144 ADD(tmp1, tmp2, &buf_cnt); in nxprov_params_adjust()
|