Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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) in gpte_to_gfn_lvl() function
440 gfn = gpte_to_gfn_lvl(pte, walker->level); in walk_addr_generic()
980 #undef gpte_to_gfn_lvl macro
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h78 #define gpte_to_gfn_lvl FNAME(gpte_to_gfn_lvl) macro
79 #define gpte_to_gfn(pte) gpte_to_gfn_lvl((pte), PG_LEVEL_4K)
100 static gfn_t gpte_to_gfn_lvl(pt_element_t gpte, int lvl) in gpte_to_gfn_lvl() function
432 gfn = gpte_to_gfn_lvl(pte, walker->level); in walk_addr_generic()
1103 #undef gpte_to_gfn_lvl macro

Completed in 4 milliseconds