Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/s390x/asm/
H A Dpgtable.h41 #define REGION_ENTRY_I 0x0000000000000020UL macro
97 #define pgd_none(entry) (pgd_val(entry) & REGION_ENTRY_I)
98 #define p4d_none(entry) (p4d_val(entry) & REGION_ENTRY_I)
99 #define pud_none(entry) (pud_val(entry) & REGION_ENTRY_I)
130 pgd_val(pgd[i]) = REGION_ENTRY_TT_REGION1 | REGION_ENTRY_I; in pgd_alloc_one()
140 p4d_val(p4d[i]) = REGION_ENTRY_TT_REGION2 | REGION_ENTRY_I; in p4d_alloc_one()
160 pud_val(pud[i]) = REGION_ENTRY_TT_REGION3 | REGION_ENTRY_I; in pud_alloc_one()