Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dcontrol_regs.h43 static inline unsigned long read_cr3(void) in read_cr3() function
/openbmc/u-boot/lib/efi/
H A Defi_stub.c138 static inline unsigned long read_cr3(void) in read_cr3() function
215 printhex8(read_cr3()); in get_codeseg32()
/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c244 .mmu.read_cr3 = __native_read_cr3,
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c115 cr3 = read_cr3(); in dump_regs()
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h157 unsigned long (*read_cr3)(void); member
H A Dparavirt.h156 return PVOP_ALT_CALL0(unsigned long, mmu.read_cr3, in __read_cr3()
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c2185 .read_cr3 = xen_read_cr3,