Home
last modified time | relevance | path

Searched refs:_REGION3_ENTRY_EMPTY (Results 1 – 9 of 9) sorted by relevance

/arch/s390/boot/
Dvmem.c385 pud = boot_crst_alloc(_REGION3_ENTRY_EMPTY); in pgtable_p4d_populate()
426 asce_type = _REGION3_ENTRY_EMPTY; in setup_vmem()
432 crst_table_init((unsigned long *)invalid_pg_dir, _REGION3_ENTRY_EMPTY); in setup_vmem()
/arch/s390/include/asm/
Dhugetlb.h52 set_pte(ptep, __pte(_REGION3_ENTRY_EMPTY)); in huge_pte_clear()
Dmmu_context.h54 init_entry = _REGION3_ENTRY_EMPTY; in init_new_context()
Dpgalloc.h72 crst_table_init(table, _REGION3_ENTRY_EMPTY); in pud_alloc_one()
Dpgtable.h262 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID) macro
714 return pud_val(pud) == _REGION3_ENTRY_EMPTY; in pud_none()
972 set_pud(pud, __pud(_REGION3_ENTRY_EMPTY)); in pud_clear()
/arch/s390/mm/
Dpgalloc.c621 table = base_crst_alloc(_REGION3_ENTRY_EMPTY); in base_region2_walk()
738 table = base_crst_alloc(_REGION3_ENTRY_EMPTY); in base_asce_alloc()
Dvmem.c391 pud = vmem_crst_alloc(_REGION3_ENTRY_EMPTY); in modify_p4d_table()
576 pud = vmem_crst_alloc(_REGION3_ENTRY_EMPTY); in vmem_get_alloc_pte()
Dhugetlbpage.c185 pudp_xchg_direct(mm, addr, pudp, __pud(_REGION3_ENTRY_EMPTY)); in huge_ptep_get_and_clear()
Dgmap.c60 etype = _REGION3_ENTRY_EMPTY; in gmap_alloc()
576 gmap_alloc_table(gmap, table, _REGION3_ENTRY_EMPTY, in __gmap_link()
1419 *r3e = _REGION3_ENTRY_EMPTY; in gmap_unshadow_sgt()
1447 r3t[i] = _REGION3_ENTRY_EMPTY; in __gmap_unshadow_r3t()
1880 crst_table_init(__va(s_r3t), _REGION3_ENTRY_EMPTY); in gmap_shadow_r3t()