Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpgalloc.h116 set_pud(pud, __pud(_REGION3_ENTRY | __pa(pmd))); in pud_populate()
Dpgtable.h261 #define _REGION3_ENTRY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_LENGTH) macro
/arch/s390/boot/
Dvmem.c58 pud_t pud_z = __pud(__pa(kasan_early_shadow_pmd) | _REGION3_ENTRY); in kasan_populate_shadow()
/arch/s390/mm/
Dpageattr.c233 new = __pud(__pa(pm_dir) | _REGION3_ENTRY); in split_pud_page()
Dpgalloc.c596 *rtte = __pa(table) | _REGION3_ENTRY; in base_region3_walk()