Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/mm/
Dpgalloc.c86 crst_table_init(p4d, _REGION2_ENTRY_EMPTY); in crst_table_upgrade()
644 table = base_crst_alloc(_REGION2_ENTRY_EMPTY); in base_region1_walk()
739 table = base_crst_alloc(_REGION2_ENTRY_EMPTY); in base_asce_alloc()
Dvmem.c438 p4d = vmem_crst_alloc(_REGION2_ENTRY_EMPTY); in modify_pagetable()
563 p4d = vmem_crst_alloc(_REGION2_ENTRY_EMPTY); in vmem_get_alloc_pte()
Dgmap.c52 etype = _REGION2_ENTRY_EMPTY; in gmap_alloc()
556 gmap_alloc_table(gmap, table, _REGION2_ENTRY_EMPTY, in __gmap_link()
1465 *r2e = _REGION2_ENTRY_EMPTY; in gmap_unshadow_r3t()
1493 r2t[i] = _REGION2_ENTRY_EMPTY; in __gmap_unshadow_r2t()
1783 crst_table_init(__va(s_r2t), _REGION2_ENTRY_EMPTY); in gmap_shadow_r2t()
/Linux-v6.6/arch/s390/include/asm/
Dmmu_context.h63 init_entry = _REGION2_ENTRY_EMPTY; in init_new_context()
Dpgalloc.h58 crst_table_init(table, _REGION2_ENTRY_EMPTY); in p4d_alloc_one()
Dpgtable.h260 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID) macro
677 return p4d_val(p4d) == _REGION2_ENTRY_EMPTY; in p4d_none()
956 set_p4d(p4d, __p4d(_REGION2_ENTRY_EMPTY)); in p4d_clear()
/Linux-v6.6/arch/s390/boot/
Dvmem.c404 p4d = boot_crst_alloc(_REGION2_ENTRY_EMPTY); in pgtable_populate()
423 asce_type = _REGION2_ENTRY_EMPTY; in setup_vmem()