Home
last modified time | relevance | path

Searched refs:__read_cr3 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dspecial_insns.h156 static inline unsigned long __read_cr3(void) in __read_cr3() function
H A Dprocessor.h219 return __read_cr3() & CR3_ADDR_MASK; in read_cr3_pa()
H A Dparavirt.h154 static inline unsigned long __read_cr3(void) in __read_cr3() function
/openbmc/linux/arch/x86/kernel/
H A Dprocess_32.c82 cr3 = __read_cr3(); in __show_regs()
H A Dprocess_64.c115 cr3 = __read_cr3(); in __show_regs()
758 write_cr3(__read_cr3() | mm->context.lam_cr3_mask); in enable_lam_func()
/openbmc/linux/arch/x86/mm/
H A Dtlb.c531 if (WARN_ON_ONCE(__read_cr3() != build_cr3(real_prev->pgd, prev_asid, in switch_mm_irqs_off()
704 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush()
1103 VM_BUG_ON(cr3 != __read_cr3()); in __get_current_cr3_fast()
/openbmc/linux/arch/x86/power/
H A Dcpu.c125 ctxt->cr3 = __read_cr3(); in __save_processor_state()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c4318 cr3 = __read_cr3(); in vmx_set_constant_host_state()