Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dpaging_tmpl.h32 #define PT_LVL_OFFSET_MASK(lvl) PT64_LVL_OFFSET_MASK(lvl) macro
48 #define PT_LVL_OFFSET_MASK(lvl) PT32_LVL_OFFSET_MASK(lvl) macro
259 gfn += (addr & PT_LVL_OFFSET_MASK(lvl)) >> PAGE_SHIFT; in FNAME()
832 #undef PT_LVL_OFFSET_MASK