Searched refs:w1 (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.1.9/osfmk/arm64/ |
| H A D | arm64_hypercall.c | 98 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 D | locore.s | 308 INIT_SAVED_STATE_FLAVORS sp, w0, w1 503 INIT_SAVED_STATE_FLAVORS sp, w0, w1 564 INIT_SAVED_STATE_FLAVORS sp, w0, w1 840 movz w1, #0x8600, lsl #16 841 movk w1, #0x0000 1071 ldr w1, [x23, CPU_STAT_IRQ] 1072 add w1, w1, #1 // Increment count 1073 str w1, [x23, CPU_STAT_IRQ] // Update IRQ count 1074 ldr w1, [x23, CPU_STAT_IRQ_WAKE] 1075 add w1, w1, #1 // Increment count [all …]
|
| H A D | bzero.s | 101 1: strb w1, [x3],#1 167 1: strb w1, [x3],#1
|
| H A D | start.s | 564 ldr w1, [x0, #0x18] // load mach_header->flags 565 tbz w1, #0x1f, Lkernelcache_base_found // if MH_DYLIB_IN_CACHE unset, base is kernel mach header 566 ldr w1, [x0, #0x20] // load first segment cmd (offset sizeof(kernel_mach_header_t)) 567 cmp w1, #0x19 // must be LC_SEGMENT_64
|
| H A D | machine_routines_asm.s | 690 cmp w8, w1
|
| /xnu-12377.1.9/libsyscall/wrappers/ |
| H A D | varargs_wrappers.s | 84 ldp w1, w2, [fp, #16] 101 ldp w1, w2, [fp, #16] 135 ldp w1, w2, [fp, #16]
|
| /xnu-12377.1.9/bsd/dev/arm64/ |
| H A D | cpu_in_cksum.s | 433 add w0, w0, w1 436 and w1, w4, w0, lsr #16 438 add w0, w0, w1 439 and w1, w4, w0, lsr #16 441 add w0, w0, w1
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | lz4.c | 261 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-12377.1.9/libsyscall/custom/ |
| H A D | __pipe.s | 65 stp w0, w1, [x9] // Save results
|
| H A D | __vfork.s | 217 cbz w1, Lparent
|