| /xnu-11215.81.4/bsd/dev/arm64/ |
| H A D | cpu_in_cksum.s | 111 #define ptr_m w0 428 add w0, w0, w1 430 add w0, w0, w2 431 and w1, w4, w0, lsr #16 432 and w0, w4, w0 433 add w0, w0, w1 434 and w1, w4, w0, lsr #16 435 and w0, w4, w0 436 add w0, w0, w1 442 and w0, w0, w4
|
| H A D | cpu_memcmp_mask.s | 74 umov w0, v0.s[0] 104 umov w0, v0.s[0] 137 umov w0, v0.s[0] 173 umov w0, v0.s[0] 215 umov w0, v0.s[0]
|
| /xnu-11215.81.4/osfmk/arm64/ |
| H A D | alternate_debugger_asm.s | 42 mov w0, #0xa 45 orr w0, wzr, #0x3e 48 mov w0, #0x4d 51 mov w0, #0x54 54 orr w0, wzr, #0x3c 57 mov w0, #0xa
|
| 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 110 : [o0] "=m" (*w0), in hvc32_4() 114 : [i0] "r" (*w0), in hvc32_4() 120 return *(int32_t *)w0 >= 0; 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 | memcmp_zero.s | 123 umov w0, v0.b[0] // move byte to GPR for testing 124 tst w0, w0
|
| H A D | locore.s | 174 strb w0, [x1, EXT(xnu_post_panic_lockdown_did_fire)@pageoff] 292 INIT_SAVED_STATE_FLAVORS sp, w0, w1 487 INIT_SAVED_STATE_FLAVORS sp, w0, w1 548 INIT_SAVED_STATE_FLAVORS sp, w0, w1 592 ldr w0, [x0, EXT(startup_phase)@pageoff] 594 cmp w0, #-1 // STARTUP_SUB_LOCKDOWN 741 ldrh w0, [x2, SME_SVL_B] 1273 ldr w0, [x22, ACT_PREEMPT_CNT] 1274 cbnz w0, 1f // Detect underflow 1277 sub w0, w0, #1 [all …]
|
| H A D | machine_routines_asm.s | 717 str w0, [x1] 911 mov w0, #EFAULT // Should never have a 32-bit frame in kernel virtual range 917 mov w0, #0 // Success 927 mov w0, #EFAULT // Tagged address, fail 932 mov w0, #0 // Success 964 ldr w0, [x8] 966 ldaxr w0, [x8] 969 tbz w0, #HW_LCK_TICKET_LOCK_VALID_BIT, 9f /* lock valid ? */ 971 add w11, w0, w9 973 mov w12, w0 [all …]
|
| H A D | WKdmCompress_16k.s | 457 lsl w0, eax, #2 // boundary_tmp - dest_buf in terms of bytes
|
| H A D | WKdmCompress_4k.s | 455 lsl w0, eax, #2 // boundary_tmp - dest_buf in terms of bytes
|
| /xnu-11215.81.4/libsyscall/custom/ |
| H A D | __fork.s | 146 mov w0, #0 147 str w0, [x9] // Clear cached current pid 153 mov w0, #-1 // Return value is -1
|
| H A D | __getpid.s | 161 ldr w0, [x9] // Load it 162 cmp w0, #0 // See if there's a cached value 169 stxr wzr, w0, [x9] // Try to store, but don't care if we fail (someone will win, or not)
|
| H A D | __vfork.s | 220 mov w0, #0 227 mov w0, #-1 // Set return value
|
| H A D | __pipe.s | 65 stp w0, w1, [x9] // Save results
|
| /xnu-11215.81.4/libsyscall/wrappers/ |
| H A D | varargs_wrappers.s | 52 mov w0, w0
|
| /xnu-11215.81.4/osfmk/vm/ |
| H A D | lz4.c | 260 const uint32_t w0 = load4(match_begin); in lz4_encode_2gb() local 264 const int i0 = lz4_hash(w0); in lz4_encode_2gb() 277 hash_table[i0].word = w0; in lz4_encode_2gb() 287 if (w0 == m0 && match_distance < 0x10000 && match_distance > 0) { in lz4_encode_2gb()
|