Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpgalloc.h44 return _REGION2_ENTRY_EMPTY; in pgd_entry_type()
56 crst_table_init(table, _REGION2_ENTRY_EMPTY); in p4d_alloc_one()
Dpgtable.h251 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID) macro
648 return p4d_val(p4d) == _REGION2_ENTRY_EMPTY; in p4d_none()
899 p4d_val(*p4d) = _REGION2_ENTRY_EMPTY; in p4d_clear()
/arch/s390/mm/
Dkasan_init.c118 p4_dir = kasan_early_crst_alloc(_REGION2_ENTRY_EMPTY); in kasan_early_vmemmap_populate()
272 _REGION2_ENTRY_EMPTY); in kasan_early_init()
Dpgalloc.c108 crst_table_init(table, _REGION2_ENTRY_EMPTY); in crst_table_upgrade()
507 table = base_crst_alloc(_REGION2_ENTRY_EMPTY); in base_region1_walk()
602 table = base_crst_alloc(_REGION2_ENTRY_EMPTY); in base_asce_alloc()
Dvmem.c94 p4_dir = vmem_crst_alloc(_REGION2_ENTRY_EMPTY); in vmem_add_mem()
234 p4_dir = vmem_crst_alloc(_REGION2_ENTRY_EMPTY); in vmemmap_populate()
Dinit.c97 pgd_type = _REGION2_ENTRY_EMPTY; in paging_init()
Dgmap.c53 etype = _REGION2_ENTRY_EMPTY; in gmap_alloc()
558 gmap_alloc_table(gmap, table, _REGION2_ENTRY_EMPTY, in __gmap_link()
1451 *r2e = _REGION2_ENTRY_EMPTY; in gmap_unshadow_r3t()
1479 r2t[i] = _REGION2_ENTRY_EMPTY; in __gmap_unshadow_r2t()
1766 crst_table_init(s_r2t, _REGION2_ENTRY_EMPTY); in gmap_shadow_r2t()