Home
last modified time | relevance | path

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

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