Home
last modified time | relevance | path

Searched refs:read_cr3 (Results 1 – 17 of 17) sorted by relevance

/arch/x86/kernel/
Dparavirt_patch_32.c10 DEF_NATIVE(pv_mmu_ops, read_cr3, "mov %cr3, %eax");
49 PATCH_SITE(pv_mmu_ops, read_cr3); in native_patch()
Dparavirt_patch_64.c10 DEF_NATIVE(pv_mmu_ops, read_cr3, "movq %cr3, %rax");
60 PATCH_SITE(pv_mmu_ops, read_cr3); in native_patch()
Dhead64.c64 if (physaddr >= MAXMEM || read_cr3() != __pa_nodebug(early_level4_pgt)) in early_make_pgtable()
Dprocess_32.c105 cr3 = read_cr3(); in __show_regs()
Dparavirt.c423 .read_cr3 = native_read_cr3,
Dprocess_64.c97 cr3 = read_cr3(); in __show_regs()
/arch/x86/include/asm/
Dspecial_insns.h132 static inline unsigned long read_cr3(void) in read_cr3() function
Dparavirt.h79 static inline unsigned long read_cr3(void) in read_cr3() function
81 return PVOP_CALL0(unsigned long, pv_mmu_ops.read_cr3); in read_cr3()
Dparavirt_types.h226 unsigned long (*read_cr3)(void); member
/arch/x86/platform/olpc/
Dolpc-xo1-pm.c80 void *pgd_addr = __va(read_cr3()); in xo1_do_sleep()
/arch/x86/mm/
Dfault.c290 pgd_paddr = read_cr3(); in vmalloc_fault()
332 pgd_t *base = __va(read_cr3()); in dump_pagetable()
484 pgd_t *base = __va(read_cr3() & PHYSICAL_PAGE_MASK); in dump_pagetable()
620 pgd = __va(read_cr3() & PHYSICAL_PAGE_MASK); in show_fault_oops()
Dioremap.c427 pgd_t *base = __va(read_cr3()); in early_ioremap_pmd()
/arch/x86/platform/efi/
Defi_64.c353 efi_scratch.prev_cr3 = read_cr3(); \
382 efi_scratch.prev_cr3 = read_cr3(); in efi_thunk_set_virtual_address_map()
/arch/x86/power/
Dcpu.c132 ctxt->cr3 = read_cr3(); in __save_processor_state()
/arch/x86/xen/
Dmmu.c2048 pa = read_cr3(); in xen_early_virt_to_phys()
2121 pgd = __va(read_cr3()); in xen_relocate_p2m()
2208 BUG_ON(read_cr3() != __pa(initial_page_table)); in xen_write_cr3_init()
2427 .read_cr3 = xen_read_cr3,
/arch/x86/lguest/
Dboot.c1471 pv_mmu_ops.read_cr3 = lguest_read_cr3; in lguest_init()
/arch/x86/kvm/
Dvmx.c4869 vmcs_writel(HOST_CR3, read_cr3()); /* 22.2.3 FIXME: shadow tables */ in vmx_set_constant_host_state()