Searched refs:w1 (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/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-8019.80.24/osfmk/arm64/ |
| H A D | locore.s | 179 INIT_SAVED_STATE_FLAVORS sp, w0, w1 302 INIT_SAVED_STATE_FLAVORS sp, w0, w1 348 INIT_SAVED_STATE_FLAVORS sp, w0, w1 477 movz w1, #0x8600, lsl #16 478 movk w1, #0x0000 595 and w3, w1, #(ESR_EC_MASK) 632 ldr w1, [x23, CPU_STAT_IRQ] 633 add w1, w1, #1 // Increment count 634 str w1, [x23, CPU_STAT_IRQ] // Update IRQ count 635 ldr w1, [x23, CPU_STAT_IRQ_WAKE] [all …]
|
| H A D | start.s | 553 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 697 mov w1, #0xF0 // x1: 0xF0 Route to Core FIQs 698 str w1, [x0]
|
| H A D | bzero.s | 151 1: strb w1, [x3],#1
|
| H A D | machine_routines_asm.s | 513 cmp w8, w1 721 tst w1, w2 // is `mask` set ? 724 orr w4, w2, w1
|
| /xnu-8019.80.24/bsd/dev/arm64/ |
| H A D | cpu_in_cksum.s | 428 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-8019.80.24/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-8019.80.24/libsyscall/custom/ |
| H A D | __pipe.s | 65 stp w0, w1, [x9] // Save results
|
| H A D | __vfork.s | 217 cbz w1, Lparent
|