Home
last modified time | relevance | path

Searched refs:__get_current_cr3_fast (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/x86/include/asm/
Dmmu_context.h219 unsigned long __get_current_cr3_fast(void);
/Linux-v5.15/arch/x86/mm/
Dtlb.c1074 unsigned long __get_current_cr3_fast(void) in __get_current_cr3_fast() function
1085 EXPORT_SYMBOL_GPL(__get_current_cr3_fast);
/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c3070 cr3 = __get_current_cr3_fast(); in nested_vmx_check_vmentry_hw()
Dvmx.c6660 cr3 = __get_current_cr3_fast(); in vmx_vcpu_run()