Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dmm.h36 #define _PGT_locked PG_shift(4)
39 #define _PGT_pinned PG_shift(5)
42 #define _PGT_validated PG_shift(6)
45 #define _PGT_pae_xen_l2 PG_shift(7)
48 #define _PGT_partial PG_shift(8)
52 #define PGT_count_width PG_shift(8)
59 #define _PGC_allocated PG_shift(1)
62 #define _PGC_xen_heap PG_shift(2)
65 #define _PGC_page_table PG_shift(3)
68 #define PGC_cacheattr_base PG_shift(6)
[all …]
/xen/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)
123 #define _PGC_extra PG_shift(10)
127 #define PGC_count_width PG_shift(10)

Completed in 6 milliseconds