| /xnu-10002.81.5/osfmk/arm64/ |
| H A D | machine_routines_asm.s | 171 mov x4, #(FPSR_MASK & 0xFFFF) 173 orr x0, x4, x5 177 mov x4, #(FPCR_MASK & 0xFFFF) 179 orr x0, x4, x5 196 mov x4, #(FPSR_MASK & 0xFFFF) 198 orr x1, x4, x5 200 mov x4, #(FPCR_MASK & 0xFFFF) 202 orr x2, x4, x5 228 mov x4, #0 241 orr x4, x4, x3 [all …]
|
| H A D | bcopy.s | 232 add x4, x0, x2 243 sub x3, x4, #1 // In the forward copy, we used dst+32 & -32 245 sub x5, x4, x3 // buffer. Here we use dst-1 & -32 instead, 250 stp x12,x13,[x4, #-16] 251 stp x14,x15,[x4, #-32] 282 str x6, [x4,#-8]! 289 strb w6, [x4,#-1]!
|
| H A D | strncmp.s | 81 subs x3, x4, x5 // if the are not equal 140 subs x3, x4, x5 // if the are not equal 160 add x4, x0, x3 // save the addresses of the last vectors 176 mov x0, x4 202 sub x0, x4, x5 208 subs x3, x4, x5 // if the are not equal
|
| H A D | caches_asm.s | 259 add x4, x1, x2 260 sub x4, x4, #1 261 lsr x4, x4, #MMU_CLINE // Set cache line counter 266 subs x4, x4, #1 // Decrementer cache line counter
|
| H A D | cswitch.s | 292 mrs x4, TPIDR_EL1 // Get the current thread pointer 295 LOAD_KERN_STACK_TOP dst=x5, src=x4, tmp=x6 299 set_process_dependent_keys_and_sync_context x4, x5, x6, x7, w20 333 LOAD_KERN_STACK_TOP dst=x3, src=x0, tmp=x4 // Get the old kernel stack top 336 set_thread_registers x2, x3, x4 337 LOAD_KERN_STACK_TOP dst=x3, src=x2, tmp=x4 339 set_process_dependent_keys_and_sync_context x2, x3, x4, x5, w6
|
| H A D | bzero.s | 76 add x4, x3, #64 // end of first cacheline to zero 77 subs x2, x2, x4 // if the end of the buffer comes first, jump 123 add x4, x3, #64 // end of first aligned 64-byte store 124 subs x2, x2, x4 // if the end of the buffer comes first, jump
|
| H A D | machine_routines_asm.h | 73 mov \tmp4, x4 89 mov x4, x16 106 mov x4, \tmp4
|
| H A D | strnlen.s | 94 and x4, x0, #0xf 95 sub x3, x3, x4 100 add x1, x1, x4
|
| H A D | arm64_hypercall.c | 54 hvc_5(uint64_t *x0, uint64_t *x1, uint64_t *x2, uint64_t *x3, uint64_t *x4) in hvc_5() argument 72 [o4] "=m" (*x4) in hvc_5() 77 [i4] "r" (*x4) in hvc_5()
|
| H A D | exception_asm.h | 150 stp x4, x5, [x0, SS64_X4] 215 mov x4, x16
|
| H A D | locore.s | 578 mov x4, #0 929 ldr x4, [x3, ACT_CPUDATAP] // Get current CPU data pointer 930 ldr w0, [x4, CPU_PENDING_AST] // Get ASTs 996 ldr x4, [x3, ACT_CPUDATAP] // Get current CPU data pointer 997 ldr x1, [x4, CPU_USER_DEBUG] // Get Debug context 1007 ldr x4, [x3, ACT_CPUDATAP] // Reload CPU data pointer 1009 ldrsh x0, [x4, CPU_TPIDR_EL0] 1076 CMSR FPCR, x5, x4, 1 1103 ldp x4, x5, [x0, SS64_X4]
|
| H A D | lz4_encode_arm64.s | 49 #define src_size x4 87 add x12, x11, x4 // src_end
|
| H A D | start.s | 584 mov x4, x0 608 create_bootstrap_mapping x0, x4, x5, x1, x2, x6, x10, x11, x12, x13
|
| H A D | lz4_decode_arm64.s | 55 #define src_end x4 // arg4
|
| H A D | WKdmDecompress_16k.s | 108 #define rbx x4
|
| H A D | WKdmDecompress_4k.s | 108 #define rbx x4
|
| H A D | WKdmCompress_16k.s | 185 #define next_tag x4
|
| H A D | WKdmCompress_4k.s | 183 #define next_tag x4
|
| /xnu-10002.81.5/osfmk/arm64/corecrypto/ |
| H A D | sha256_compress_arm64.s | 221 sub x4, sp, #17*16 223 st1.4s {v0, v1, v2, v3}, [x4], #64 224 st1.4s {v4, v5, v6, v7}, [x4], #64 225 st1.4s {v16, v17, v18, v19}, [x4], #64 226 st1.4s {v20, v21, v22, v23}, [x4], #64 227 st1.4s {v24}, [x4], #16
|
| /xnu-10002.81.5/bsd/dev/arm64/ |
| H A D | cpu_in_cksum.s | 101 #define needs_swap x4 424 and x0, x4, x3, lsr #48 425 and x1, x4, x3, lsr #32 426 and x2, x4, x3, lsr #16 427 and x3, x4, x3
|
| /xnu-10002.81.5/libsyscall/wrappers/ |
| H A D | varargs_wrappers.s | 82 ldp x3, x4, [fp, #32] 99 ldp x3, x4, [fp, #32]
|
| /xnu-10002.81.5/libsyscall/custom/ |
| H A D | __syscall.s | 66 ldp x3, x4, [sp, #16]
|
| /xnu-10002.81.5/libsyscall/mach/ |
| H A D | err_libkern.sub | 66 "(libkern/kext) not privileged", /* 0x4 */
|
| /xnu-10002.81.5/tools/lldbmacros/core/ |
| H A D | operating_system.py | 78 self.x4 = 0 115 return struct.pack('34QII', self.x0, self.x1, self.x2, self.x3, self.x4, self.x5, 132 self.x4 = saved_state.GetChildMemberWithName('x').GetChildAtIndex(4).GetValueAsUnsigned()
|
| /xnu-10002.81.5/makedefs/ |
| H A D | MakeInc.kernel | 199 hdr=$$(od -An -N 4 -t x4 $$ofile); \
|