Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpgalloc.h111 set_p4d(p4d, __p4d(_REGION2_ENTRY | __pa(pud))); in p4d_populate()
H A Dpgtable.h259 #define _REGION2_ENTRY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_LENGTH) macro
/openbmc/linux/arch/s390/boot/
H A Dvmem.c59 p4d_t p4d_z = __p4d(__pa(kasan_early_shadow_pud) | _REGION2_ENTRY); in kasan_populate_shadow()
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c624 *rste = __pa(table) | _REGION2_ENTRY; in base_region2_walk()