Home
last modified time | relevance | path

Searched refs:cr3 (Results 1 – 25 of 45) sorted by relevance

12

/arch/x86/power/
Dhibernate_asm_64.S47 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
Dhibernate_asm_32.S34 movl %eax, %cr3
39 movl %cr3, %eax; # flush TLB
40 movl %eax, %cr3
64 movl %eax, %cr3
Dhibernate_64.c211 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/
Dcalling.h217 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/
Dinterface_32.h101 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
Dinterface_64.h134 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
/arch/x86/kernel/
Drelocate_kernel_64.S66 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
Drelocate_kernel_32.S55 movl %cr3, %eax
88 movl %eax, %cr3
134 movl %eax, %cr3
148 movl %eax, %cr3
187 movl %eax, %cr3
201 movl %eax, %cr3
Dprocess_32.c66 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()
Dasm-offsets_64.c60 ENTRY(cr3); in main()
/arch/x86/platform/olpc/
Dxo1-wakeup.S25 # Set up %cr3
27 movl %eax, %cr3
51 movl %cr3, %eax
52 movl %eax, %cr3
/arch/x86/boot/compressed/
Defi_thunk_64.S122 movl %cr3, %eax
123 movl %eax, %cr3
155 movl %cr3, %eax
156 movl %eax, %cr3
Dhead_64.S167 movl %eax, %cr3
334 movq %cr3, %rdi
496 movl %eax, %cr3
/arch/x86/kernel/acpi/
Dwakeup_32.S27 movl %cr3, %eax
28 movl %eax, %cr3
/arch/x86/include/asm/
Dmmu_context.h368 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()
Dsuspend_32.h22 unsigned long cr0, cr2, cr3, cr4; member
Dsuspend_64.h37 unsigned long cr0, cr2, cr3, cr4, cr8; member
/arch/powerpc/kernel/
Didle_book3s.S265 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
Dcpu_setup_6xx.S338 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/
Dassembler.h89 mvfc r13, cr3 ; spu
178 mvtc r14, cr3 ; spu
220 mvfc r0, cr3 ; spu
222 mvtc r0, cr3 ; spu
/arch/x86/xen/
Dxen-pvh.S94 mov %eax, %cr3
133 mov %eax, %cr3
Dmmu_pv.c1369 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/
Dppc_asm.h20 #define cr3 3 macro
/arch/x86/kvm/
Dtss.h13 u32 cr3; member
/arch/x86/realmode/rm/
Dreboot.S101 movl %ecx, %cr3

12