Searched refs:tmp2 (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/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 98 and \tmp2, \tmp2, #PSR64_MODE_MASK 99 cbnz \tmp2, 1f
|
| H A D | pac_asm.h | 148 .macro PAC_INIT_KEY_STATE tmp, tmp2
|
| H A D | start.s | 743 PAC_INIT_KEY_STATE tmp=x0, tmp2=x1
|
| /xnu-11215/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-11215/bsd/skywalk/nexus/ |
| H A D | nexus_kern.c | 1925 uint32_t tmp1, tmp2, tmp3, tmp4xpipes, tmpsumrings; in nxprov_params_adjust() local 2143 MUL(tmp4xpipesplusrings, tx_slots, &tmp2); in nxprov_params_adjust() 2148 MUL(tx_rings, tx_slots, &tmp2); in nxprov_params_adjust() 2151 ADD(tmp1, tmp2, &buf_cnt); in nxprov_params_adjust()
|