| /xnu-10063.101.15/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 | 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 | 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 | machine_routines_asm.h | 73 mov \tmp4, x4 89 mov x4, x16 94 mov x16, x4 107 mov x4, \tmp4
|
| 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 | strnlen.s | 94 and x4, x0, #0xf 95 sub x3, x3, x4 100 add x1, x1, x4
|
| H A D | locore.s | 642 mov x4, #0 731 mrs x4, SPSR_EL1 732 tst x4, #(PSR64_MODE_EL_MASK) 735 adrp x4, EXT(sptm_xnu_triggered_panic_ptr)@page 736 ldr x4, [x4, EXT(sptm_xnu_triggered_panic_ptr)@pageoff] 737 ldrb w4, [x4] 1321 ldr x4, [x3, ACT_CPUDATAP] // Get current CPU data pointer 1322 ldr w0, [x4, CPU_PENDING_AST] // Get ASTs 1388 ldr x4, [x3, ACT_CPUDATAP] // Get current CPU data pointer 1389 ldr x1, [x4, CPU_USER_DEBUG] // Get Debug context [all …]
|
| 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 | 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
|
| /xnu-10063.101.15/osfmk/corecrypto/ |
| H A D | ccmode_gcm_gf_mult.c | 47 cc_dunit x1, x2, x3, x4, x5; in bmul64() local 63 x4 = x & m4; in bmul64() 68 z = (x1 * y1) ^ (x2 * y5) ^ (x3 * y4) ^ (x4 * y3) ^ (x5 * y2); in bmul64() 70 z = (x1 * y2) ^ (x2 * y1) ^ (x3 * y5) ^ (x4 * y4) ^ (x5 * y3); in bmul64() 72 z = (x1 * y3) ^ (x2 * y2) ^ (x3 * y1) ^ (x4 * y5) ^ (x5 * y4); in bmul64() 74 z = (x1 * y4) ^ (x2 * y3) ^ (x3 * y2) ^ (x4 * y1) ^ (x5 * y5); in bmul64() 76 z = (x1 * y5) ^ (x2 * y4) ^ (x3 * y3) ^ (x4 * y2) ^ (x5 * y1); in bmul64()
|
| /xnu-10063.101.15/osfmk/arm64/corecrypto/ |
| H A D | sha256_compress_arm64.s | 232 sub x4, sp, #17*16 234 st1.4s {v0, v1, v2, v3}, [x4], #64 235 st1.4s {v4, v5, v6, v7}, [x4], #64 236 st1.4s {v16, v17, v18, v19}, [x4], #64 237 st1.4s {v20, v21, v22, v23}, [x4], #64 238 st1.4s {v24}, [x4], #16
|
| /xnu-10063.101.15/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-10063.101.15/libsyscall/wrappers/ |
| H A D | varargs_wrappers.s | 82 ldp x3, x4, [fp, #32] 99 ldp x3, x4, [fp, #32]
|
| /xnu-10063.101.15/osfmk/arm64/sptm/ |
| H A D | start_sptm.s | 188 mov x4, MAX_CPUS 191 mul x3, x19, x4
|
| /xnu-10063.101.15/libsyscall/custom/ |
| H A D | __syscall.s | 66 ldp x3, x4, [sp, #16]
|
| /xnu-10063.101.15/bsd/kern/code_signing/ |
| H A D | txm.c | 245 registers->x4 = va_arg(args, uintptr_t); in txm_kernel_call_registers_setup() 255 registers->x4 = va_arg(args, uintptr_t); in txm_kernel_call_registers_setup() 264 registers->x4 = va_arg(args, uintptr_t); in txm_kernel_call_registers_setup() 272 registers->x4 = va_arg(args, uintptr_t); in txm_kernel_call_registers_setup()
|
| /xnu-10063.101.15/libsyscall/mach/ |
| H A D | err_libkern.sub | 66 "(libkern/kext) not privileged", /* 0x4 */
|
| /xnu-10063.101.15/tools/lldbmacros/core/ |
| H A D | operating_system.py | 72 self.x4 = 0 109 return struct.pack('34QII', self.x0, self.x1, self.x2, self.x3, self.x4, self.x5, 126 self.x4 = saved_state.GetChildMemberWithName('x').GetChildAtIndex(4).GetValueAsUnsigned()
|