Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcontrol_regs.h23 static inline unsigned long read_cr0(void) in read_cr0() function
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dcpu.c391 cr0 = read_cr0(); in x86_enable_caches()
402 cr0 = read_cr0(); in x86_disable_caches()
412 return !(read_cr0() & X86_CR0_CD); in dcache_status()
H A Dinterrupt.c114 cr0 = read_cr0(); in dump_regs()