Home
last modified time | relevance | path

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

12

/arch/x86/power/
Dhibernate_asm_64.S49 movq %cr3, %rax
60 movq %rax, %cr3
66 movq %cr3, %rcx; # flush TLB
67 movq %rcx, %cr3;
111 movq %rbx, %cr3
118 movq %cr3, %rcx; # flush TLB
119 movq %rcx, %cr3
Dhibernate_asm_32.S33 movl %eax, %cr3
38 movl %cr3, %eax; # flush TLB
39 movl %eax, %cr3
63 movl %eax, %cr3
Dhibernate_64.c112 unsigned long cr3; member
130 rdr->cr3 = restore_cr3; in arch_hibernation_header_save()
145 restore_cr3 = rdr->cr3; in arch_hibernation_header_restore()
Dcpu.c108 ctxt->cr3 = read_cr3(); in __save_processor_state()
183 write_cr3(ctxt->cr3); in __restore_processor_state()
/arch/x86/include/asm/xen/
Dinterface_32.h100 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
Dinterface_64.h133 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
/arch/x86/kernel/
Drelocate_kernel_64.S65 movq %cr3, %rax
92 movq %r9, %cr3
133 movq %r9, %cr3
144 movq %cr3, %rax
145 movq %rax, %cr3
186 movq %rax, %cr3
199 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.c71 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
103 cr3 = read_cr3(); in __show_regs()
106 cr0, cr2, cr3, cr4); in __show_regs()
Dasm-offsets_64.c73 ENTRY(cr3); in main()
/arch/x86/platform/olpc/
Dxo1-wakeup.S24 # Set up %cr3
26 movl %eax, %cr3
50 movl %cr3, %eax
51 movl %eax, %cr3
/arch/x86/boot/compressed/
Defi_thunk_64.S121 movl %cr3, %eax
122 movl %eax, %cr3
154 movl %cr3, %eax
155 movl %eax, %cr3
/arch/x86/platform/efi/
Defi_stub_64.S59 movq %cr3, %r15
62 movq %r15, %cr3
70 movq %r15, %cr3
/arch/x86/kernel/acpi/
Dwakeup_32.S25 movl %cr3, %eax
26 movl %eax, %cr3
/arch/x86/include/asm/
Dsuspend_32.h15 unsigned long cr0, cr2, cr3, cr4; member
Dsuspend_64.h24 unsigned long cr0, cr2, cr3, cr4, cr8; member
Dkvm_host.h352 unsigned long cr3; member
698 void (*set_cr3)(struct kvm_vcpu *vcpu, unsigned long cr3);
753 void (*set_tdp_cr3)(struct kvm_vcpu *vcpu, unsigned long cr3);
782 unsigned long cr3; member
818 int load_pdptrs(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, unsigned long cr3);
876 int kvm_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3);
/arch/m32r/include/asm/
Dassembler.h88 mvfc r13, cr3 ; spu
177 mvtc r14, cr3 ; spu
219 mvfc r0, cr3 ; spu
221 mvtc r0, cr3 ; spu
/arch/powerpc/boot/
Dppc_asm.h20 #define cr3 3 macro
/arch/x86/kvm/
Dtss.h12 u32 cr3; member
Dkvm_cache_regs.h73 return vcpu->arch.cr3; in kvm_read_cr3()
/arch/x86/xen/
Dmmu.c1351 static void __xen_write_cr3(bool kernel, unsigned long cr3) in __xen_write_cr3() argument
1356 trace_xen_mmu_write_cr3(kernel, cr3); in __xen_write_cr3()
1358 if (cr3) in __xen_write_cr3()
1359 mfn = pfn_to_mfn(PFN_DOWN(cr3)); in __xen_write_cr3()
1371 this_cpu_write(xen_cr3, cr3); in __xen_write_cr3()
1375 xen_mc_callback(set_current_cr3, (void *)cr3); in __xen_write_cr3()
1378 static void xen_write_cr3(unsigned long cr3) in xen_write_cr3() argument
1386 this_cpu_write(xen_cr3, cr3); in xen_write_cr3()
1388 __xen_write_cr3(true, cr3); in xen_write_cr3()
1392 pgd_t *user_pgd = xen_get_user_pgd(__va(cr3)); in xen_write_cr3()
[all …]
/arch/x86/lguest/
Dboot.c548 static void lguest_write_cr3(unsigned long cr3) in lguest_write_cr3() argument
550 lazy_hcall1(LHCALL_NEW_PGTABLE, cr3); in lguest_write_cr3()
551 current_cr3 = cr3; in lguest_write_cr3()
554 if (cr3 != __pa_symbol(swapper_pg_dir) && in lguest_write_cr3()
555 cr3 != __pa_symbol(initial_page_table)) in lguest_write_cr3()
/arch/powerpc/kernel/
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/x86/realmode/rm/
Dreboot.S100 movl %ecx, %cr3

12