Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmmu_context.h215 unsigned long __get_current_cr3_fast(void);
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dtlb.c971 unsigned long __get_current_cr3_fast(void) in __get_current_cr3_fast() function
982 EXPORT_SYMBOL_GPL(__get_current_cr3_fast);
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c3083 cr3 = __get_current_cr3_fast(); in nested_vmx_check_vmentry_hw()
H A Dvmx.c6841 cr3 = __get_current_cr3_fast(); in vmx_vcpu_run()