Searched refs:gpte_to_gfn_lvl (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h73 #define gpte_to_gfn_lvl FNAME(gpte_to_gfn_lvl) macro
74 #define gpte_to_gfn(pte) gpte_to_gfn_lvl((pte), PG_LEVEL_4K)
104 static gfn_t gpte_to_gfn_lvl(pt_element_t gpte, int lvl) function
440 gfn = gpte_to_gfn_lvl(pte, walker->level);
980 #undef gpte_to_gfn_lvl macro

Completed in 124 milliseconds