Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 10 of 10) sorted by relevance

/xnu-10002.1.13/osfmk/arm64/
H A Darm64_hypercall.c98 hvc32_4(uint32_t *w0, uint32_t *w1, uint32_t *w2, uint32_t *w3) in hvc32_4() argument
111 [o1] "=m" (*w1), in hvc32_4()
115 [i1] "r" (*w1), in hvc32_4()
124 hvc32_2(uint32_t *w0, uint32_t *w1) in hvc32_2() argument
127 return hvc32_4(w0, w1, &w, &w); in hvc32_2()
H A Dlocore.s179 INIT_SAVED_STATE_FLAVORS sp, w0, w1
302 INIT_SAVED_STATE_FLAVORS sp, w0, w1
358 INIT_SAVED_STATE_FLAVORS sp, w0, w1
502 movz w1, #0x8600, lsl #16
503 movk w1, #0x0000
621 and w3, w1, #(ESR_EC_MASK)
658 ldr w1, [x23, CPU_STAT_IRQ]
659 add w1, w1, #1 // Increment count
660 str w1, [x23, CPU_STAT_IRQ] // Update IRQ count
661 ldr w1, [x23, CPU_STAT_IRQ_WAKE]
[all …]
H A Dstart.s553 ldr w1, [x0, #0x18] // load mach_header->flags
554 tbz w1, #0x1f, Lkernelcache_base_found // if MH_DYLIB_IN_CACHE unset, base is kernel mach header
555 ldr w1, [x0, #0x20] // load first segment cmd (offset sizeof(kernel_mach_header_t))
556 cmp w1, #0x19 // must be LC_SEGMENT_64
704 mov w1, #0xF0 // x1: 0xF0 Route to Core FIQs
705 str w1, [x0]
H A Dbzero.s151 1: strb w1, [x3],#1
H A Dmachine_routines_asm.s565 cmp w8, w1
/xnu-10002.1.13/libsyscall/wrappers/
H A Dvarargs_wrappers.s84 ldp w1, w2, [fp, #16]
101 ldp w1, w2, [fp, #16]
135 ldp w1, w2, [fp, #16]
/xnu-10002.1.13/bsd/dev/arm64/
H A Dcpu_in_cksum.s428 add w0, w0, w1
431 and w1, w4, w0, lsr #16
433 add w0, w0, w1
434 and w1, w4, w0, lsr #16
436 add w0, w0, w1
/xnu-10002.1.13/osfmk/vm/
H A Dlz4.c261 const uint32_t w1 = load4(match_begin + 1); in lz4_encode_2gb() local
265 const int i1 = lz4_hash(w1); in lz4_encode_2gb()
279 hash_table[i1].word = w1; in lz4_encode_2gb()
294 if (w1 == m1 && match_distance < 0x10000 && match_distance > 0) { in lz4_encode_2gb()
/xnu-10002.1.13/libsyscall/custom/
H A D__pipe.s65 stp w0, w1, [x9] // Save results
H A D__vfork.s217 cbz w1, Lparent