Home
last modified time | relevance | path

Searched refs:i2 (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/bsd/dev/i386/
H A Dfbt_x86.c264 machine_inst_t *instr, *limit, theInstr, i1, i2, i3; in fbt_provide_probe() local
291 i2 = instr[2]; in fbt_provide_probe()
296 if (i1 == FBT_REX_RSP_RBP && i2 == FBT_MOV_RSP_RBP0 && i3 == FBT_MOV_RSP_RBP1) { in fbt_provide_probe()
326 i2 = instr[1]; in fbt_provide_probe()
328 if (!(i1 == FBT_MOVL_ESP_EBP0_V0 && i2 == FBT_MOVL_ESP_EBP1_V0) && in fbt_provide_probe()
329 !(i1 == FBT_MOVL_ESP_EBP0_V1 && i2 == FBT_MOVL_ESP_EBP1_V1)) in fbt_provide_probe()
/xnu-8792.81.2/osfmk/vm/
H A Dlz4.c266 const int i2 = lz4_hash(w2); in lz4_encode_2gb() local
270 const uint8_t *c2 = src_begin + hash_table[i2].offset; in lz4_encode_2gb()
274 const uint32_t m2 = hash_table[i2].word; in lz4_encode_2gb()
281 hash_table[i2].offset = pos + 2; in lz4_encode_2gb()
282 hash_table[i2].word = w2; in lz4_encode_2gb()
/xnu-8792.81.2/osfmk/arm64/
H A Darm64_hypercall.c75 [i2] "r" (*x2), in hvc_5()
116 [i2] "r" (*w2), in hvc32_4()