| /xnu-11417.121.6/osfmk/x86_64/ |
| H A D | WKdmDecompress_new.s | 196 mov $(252645135<<32)+252645135, %r11 203 andq %r11, %rax 216 leaq 2048(%r13), %r11 // tempLowBitsArray 220 movq %r11, %rcx // next_low_bits 280 or (%r11), %ax // pad the lower 10-bits from *next_low_bits 281 addq $2, %r11 // next_low_bits++
|
| H A D | WKdmCompress_new.s | 200 #define checkpoint %r11 495 movq next_qp, %r11 // get # dictionary hits (exact + partial) 496 subq start_next_qp, %r11 511 cmpq $1023, %r11 // were there 1023 dictionary hits 524 cmpq $1024, %r11 // were there 1024 dictionary hits 537 addq %r11, %rax // rax += (next_qp - start_next_qp) 541 movq %rax, %r11 557 cmpq %r11, %rax // is default packer the better option? 579 movq %r11, %rax // store the size of the compressed stream
|
| H A D | idt64.s | 541 or %rax, %r11 563 mov %r11, %rax 567 mov %r11, ISF64_RFLAGS(%rsp) /* rflags */ 724 mov R64_R11(%r15), %r11 825 pop %r11 849 pop %r11 1085 mov %r11, %gs 1092 xor %r11, %r11 1234 mov %r11, R64_R11(%r15) 1245 xor %r11, %r11 [all …]
|
| H A D | start.s | 368 push %r11 515 pop %r11
|
| H A D | lz4_decode_x86_64.s | 63 #define copy_src %r11 // match/literal copy source
|
| /xnu-11417.121.6/osfmk/arm64/ |
| H A D | WKdmDecompress_4k.s | 123 #define r11 x11 macro 272 add r11, scratch, #(4096*scale-2) // final tenbits for the rare case 274 add r11, scratch, #(4096*scale) // final tenbits for the rare case 275 sub r11, r11, #2 337 cmp rcx, r11 351 add r11, scratch, #(2048*scale) // tempLowBitsArray 384 ldrh ecx, [r11], #2 // lower 10-bits from *next_low_bits++
|
| H A D | WKdmDecompress_16k.s | 123 #define r11 x11 macro 272 add r11, scratch, #(4096*scale-2) // final tenbits for the rare case 274 add r11, scratch, #(4096*scale) // final tenbits for the rare case 275 sub r11, r11, #2 337 cmp rcx, r11 351 add r11, scratch, #(2048*scale) // tempLowBitsArray 384 ldrh ecx, [r11], #2 // lower 10-bits from *next_low_bits++
|
| H A D | WKdmCompress_4k.s | 282 #define r11 x24 macro 528 sub r11, next_qp, start_next_qp // get # dictionary hits (exact + partial) 539 cmp r11, #(256*PAGES_SIZE_IN_KBYTES - 1) // were there 1023 dictionary hits 553 cmp r11, #(256*PAGES_SIZE_IN_KBYTES) // were there 1024 dictionary hits 567 add rax, rax, r11 // rax += (next_qp - start_next_qp) 570 …madd r11, rax, rdx, rcx // r11 = rax * 6 (i.e. 4 byte word + 2 byte of… 583 cmp rax, r11 // is the default packer the better option? 586 …cmp r11, byte_budget // can the sparse packer fit into the given bu… 602 mov x0, r11 // store the size of the compressed stream
|
| H A D | WKdmCompress_16k.s | 284 #define r11 x24 macro 530 sub r11, next_qp, start_next_qp // get # dictionary hits (exact + partial) 541 cmp r11, #(256*PAGES_SIZE_IN_KBYTES - 1) // were there 1023 dictionary hits 555 cmp r11, #(256*PAGES_SIZE_IN_KBYTES) // were there 1024 dictionary hits 569 add rax, rax, r11 // rax += (next_qp - start_next_qp) 572 …madd r11, rax, rdx, rcx // r11 = rax * 6 (i.e. 4 byte word + 2 byte of… 585 cmp rax, r11 // is the default packer the better option? 588 …cmp r11, byte_budget // can the sparse packer fit into the given bu… 604 mov x0, r11 // store the size of the compressed stream
|
| /xnu-11417.121.6/bsd/dev/arm/ |
| H A D | cpu_in_cksum.s | 147 stmfd sp!, {r4-r11,lr} 157 ldmfd sp!, {r4-r11, pc} 186 eor r11, r10, r0 431 tst r11, #0x01 450 ldmfd sp!, {r4-r11, pc} 457 ldmfd sp!, {r4-r11, pc}
|
| /xnu-11417.121.6/EXTERNAL_HEADERS/architecture/i386/ |
| H A D | asm_help.h | 328 movq var@GOTPCREL(%rip),%r11 381 mov reg, (%r11) 394 mov (%r11), reg
|
| /xnu-11417.121.6/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_machdep.c | 147 state->r11 = saved_state->r11; in kdp_getstate() 181 saved_state->r11 = state->r11; in kdp_setstate()
|
| H A D | kdp_vm.c | 165 tstate->r11 = cpstate->r11; in kern_collectth_state()
|
| /xnu-11417.121.6/libsyscall/custom/ |
| H A D | __ptrace.s | 49 movl %eax,(%r11)
|
| H A D | __fork.s | 97 movl %eax,(%r11)
|
| /xnu-11417.121.6/osfmk/i386/commpage/ |
| H A D | fifo_queues.s | 232 pushq %r11 236 popq %r11
|
| /xnu-11417.121.6/tools/lldbmacros/core/ |
| H A D | operating_system.py | 259 self.r11 = 0 294 self.r8, self.r9, self.r10, self.r11, 314 self.r11 = saved_state.GetChildMemberWithName('r').GetChildAtIndex(11).GetValueAsUnsigned() 340 self.r11 = saved_state.GetChildMemberWithName('r').GetChildAtIndex(11).GetValueAsUnsigned() 518 self.r11 = 0 558 self.r10, self.r11, self.r12, self.r13, self.r14, 576 self.r11 = saved_state.GetChildMemberWithName('r11').GetValueAsUnsigned()
|
| /xnu-11417.121.6/osfmk/i386/ |
| H A D | pcb.c | 741 saved_state->r11 = ts->r11; in set_thread_state64() 823 ts->r11 = saved_state->r11; in get_thread_state64() 1026 saved_state->r11 = state->r11; in machine_thread_set_state() 1931 state->r11 = saved_state->r11; in machine_thread_get_kern_state() 2001 state->uts.ts64.r11 = saved_state->r11; in machine_thread_get_kern_state()
|
| H A D | trap_native.c | 165 regs->r8, regs->r9, regs->r10, regs->r11, in panic_64()
|
| H A D | trap.c | 271 kprintf(" r11 0x%llx\n", saved_state->r11); in kprint_state() 548 state->r10, state->r11); in xnu_hard_trap_handle_breakpoint() 1050 regs->r8, regs->r9, regs->r10, regs->r11, in panic_trap()
|
| H A D | genassym.c | 221 DECLARE("R64_R11", R64_(r11)); in main()
|
| /xnu-11417.121.6/osfmk/mach/i386/ |
| H A D | thread_status.h | 451 uint64_t r11; member
|
| H A D | _structs.h | 754 __uint64_t r11; variable
|
| /xnu-11417.121.6/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1471 ss64p->r8, ss64p->r9, ss64p->r10, ss64p->r11, in panic_i386_backtrace() 1631 savestate->ss_64.r8, savestate->ss_64.r9, savestate->ss_64.r10, savestate->ss_64.r11, in print_threads_registers()
|
| /xnu-11417.121.6/bsd/dev/i386/ |
| H A D | dtrace_isa.c | 213 return (uint64_t)(regs->ss_64.r11); in dtrace_getreg()
|