Home
last modified time | relevance | path

Searched defs:cr3 (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_stm32x7.h14 u32 cr3; member
H A Dserial_stm32.c21 u32 cr3; member
H A Dserial_mxc.c125 u32 cr3; member
/rk3399_rockchip-uboot/drivers/spi/
H A Dsh_spi.h21 unsigned long cr3; member
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dinterrupt.c71 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in dump_regs() local
H A Dcpu.c415 void cpu_enable_paging_pae(ulong cr3) in cpu_enable_paging_pae()