Home
last modified time | relevance | path

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

/xen/xen/drivers/passthrough/vtd/
A Diommu.h235 #define LEVEL_STRIDE (9) macro
236 #define LEVEL_MASK ((1 << LEVEL_STRIDE) - 1)
237 #define PTE_NUM (1 << LEVEL_STRIDE)
240 #define agaw_to_width(val) (30 + val * LEVEL_STRIDE)
241 #define width_to_agaw(w) ((w - 30)/LEVEL_STRIDE)
242 #define level_to_offset_bits(l) (12 + (l - 1) * LEVEL_STRIDE)
A Dutils.c85 gmfn = gmfn >> LEVEL_STRIDE; in get_level_index()
/xen/xen/arch/x86/
A Dtboot.c145 #define LEVEL_STRIDE (9) macro
146 #define PTE_NUM (1<<LEVEL_STRIDE)

Completed in 8 milliseconds