/arch/x86/power/ |
D | hibernate_asm_64.S | 47 movq %cr3, %rax 75 movq %rax, %cr3 80 movq %cr3, %rcx; # flush TLB 81 movq %rcx, %cr3; 106 movq %r9, %cr3 113 movq %cr3, %rcx; # flush TLB 114 movq %rcx, %cr3
|
D | hibernate_asm_32.S | 34 movl %eax, %cr3 39 movl %cr3, %eax; # flush TLB 40 movl %eax, %cr3 64 movl %eax, %cr3
|
D | hibernate_64.c | 211 unsigned long cr3; member 318 rdr->cr3 = restore_cr3 & ~CR3_PCID_MASK; in arch_hibernation_header_save() 336 restore_cr3 = rdr->cr3; in arch_hibernation_header_restore()
|
/arch/x86/entry/ |
D | calling.h | 217 mov %cr3, \scratch_reg 219 mov \scratch_reg, %cr3 228 mov %cr3, \scratch_reg 256 mov \scratch_reg, %cr3 268 movq %cr3, \scratch_reg 279 movq \scratch_reg, %cr3 316 movq \save_reg, %cr3
|
/arch/x86/include/asm/xen/ |
D | interface_32.h | 101 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
|
D | interface_64.h | 134 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
|
/arch/x86/kernel/ |
D | relocate_kernel_64.S | 66 movq %cr3, %rax 99 movq %r9, %cr3 145 movq %r9, %cr3 166 movq %cr3, %rax 167 movq %rax, %cr3 208 movq %rax, %cr3 221 movq %rax, %cr3
|
D | relocate_kernel_32.S | 55 movl %cr3, %eax 88 movl %eax, %cr3 134 movl %eax, %cr3 148 movl %eax, %cr3 187 movl %eax, %cr3 201 movl %eax, %cr3
|
D | process_32.c | 66 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local 97 cr3 = __read_cr3(); in __show_regs() 100 cr0, cr2, cr3, cr4); in __show_regs()
|
D | asm-offsets_64.c | 60 ENTRY(cr3); in main()
|
/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 25 # Set up %cr3 27 movl %eax, %cr3 51 movl %cr3, %eax 52 movl %eax, %cr3
|
/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 122 movl %cr3, %eax 123 movl %eax, %cr3 155 movl %cr3, %eax 156 movl %eax, %cr3
|
D | head_64.S | 167 movl %eax, %cr3 334 movq %cr3, %rdi 496 movl %eax, %cr3
|
/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 27 movl %cr3, %eax 28 movl %eax, %cr3
|
/arch/x86/include/asm/ |
D | mmu_context.h | 368 unsigned long cr3 = build_cr3(this_cpu_read(cpu_tlbstate.loaded_mm)->pgd, in __get_current_cr3_fast() local 374 VM_BUG_ON(cr3 != __read_cr3()); in __get_current_cr3_fast() 375 return cr3; in __get_current_cr3_fast()
|
D | suspend_32.h | 22 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 37 unsigned long cr0, cr2, cr3, cr4, cr8; member
|
/arch/powerpc/kernel/ |
D | idle_book3s.S | 265 cmpwi cr3,r3,PNV_THREAD_SLEEP 266 bge cr3,2f 274 beq cr3,3f 305 bgt cr3,enter_winkle 499 cmpwi cr3,r11,2 552 blt cr3,pnv_wakeup_noloss 568 blt cr3,1f 622 bgt cr3,. 832 ble cr3,.Ltb_resynced
|
D | cpu_setup_6xx.S | 338 cmplwi cr3,r3,0x8001 /* 7455 */ 346 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq 409 cmplwi cr3,r3,0x8001 /* 7455 */ 417 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq
|
/arch/m32r/include/asm/ |
D | assembler.h | 89 mvfc r13, cr3 ; spu 178 mvtc r14, cr3 ; spu 220 mvfc r0, cr3 ; spu 222 mvtc r0, cr3 ; spu
|
/arch/x86/xen/ |
D | xen-pvh.S | 94 mov %eax, %cr3 133 mov %eax, %cr3
|
D | mmu_pv.c | 1369 static void __xen_write_cr3(bool kernel, unsigned long cr3) in __xen_write_cr3() argument 1374 trace_xen_mmu_write_cr3(kernel, cr3); in __xen_write_cr3() 1376 if (cr3) in __xen_write_cr3() 1377 mfn = pfn_to_mfn(PFN_DOWN(cr3)); in __xen_write_cr3() 1389 this_cpu_write(xen_cr3, cr3); in __xen_write_cr3() 1393 xen_mc_callback(set_current_cr3, (void *)cr3); in __xen_write_cr3() 1396 static void xen_write_cr3(unsigned long cr3) in xen_write_cr3() argument 1404 this_cpu_write(xen_cr3, cr3); in xen_write_cr3() 1406 __xen_write_cr3(true, cr3); in xen_write_cr3() 1410 pgd_t *user_pgd = xen_get_user_pgd(__va(cr3)); in xen_write_cr3() [all …]
|
/arch/powerpc/boot/ |
D | ppc_asm.h | 20 #define cr3 3 macro
|
/arch/x86/kvm/ |
D | tss.h | 13 u32 cr3; member
|
/arch/x86/realmode/rm/ |
D | reboot.S | 101 movl %ecx, %cr3
|