Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcontrol_regs.h44 static inline unsigned long read_cr3(void) in read_cr3() function
/rk3399_rockchip-uboot/lib/efi/
H A Defi_stub.c141 static inline unsigned long read_cr3(void) in read_cr3() function
218 printhex8(read_cr3()); in get_codeseg32()
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dinterrupt.c116 cr3 = read_cr3(); in dump_regs()