Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmm.h216 #define _PGT_locked PG_shift(4)
219 #define _PGT_pinned PG_shift(5)
222 #define _PGT_validated PG_shift(6)
225 #define _PGT_pae_xen_l2 PG_shift(7)
228 #define _PGT_partial PG_shift(8)
232 #define PGT_count_width PG_shift(8)
239 #define _PGC_allocated PG_shift(1)
242 #define _PGC_xen_heap PG_shift(2)
245 #define _PGC_page_table PG_shift(3)
251 #define _PGC_broken PG_shift(7)
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dmm.h94 #define PG_shift(idx) (BITS_PER_LONG - (idx)) macro
95 #define PG_mask(x, idx) (x ## UL << PG_shift(idx))
102 #define PGT_count_width PG_shift(2)
106 #define _PGC_allocated PG_shift(1)
109 #define _PGC_xen_heap PG_shift(2)
113 #define _PGC_broken PG_shift(7)
124 #define PGC_count_width PG_shift(9)

Completed in 5 milliseconds