Searched refs:PG_shift (Results 1 – 2 of 2) sorted by relevance
216 #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 …]
94 #define PG_shift(idx) (BITS_PER_LONG - (idx)) macro95 #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