Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpgalloc.h56 return _REGION3_ENTRY_EMPTY; in pgd_entry_type()
84 crst_table_init(table, _REGION3_ENTRY_EMPTY); in pud_alloc_one()
Dhugetlb.h46 pte_val(*ptep) = _REGION3_ENTRY_EMPTY; in huge_pte_clear()
Dpgtable.h253 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID) macro
644 return pud_val(pud) == _REGION3_ENTRY_EMPTY; in pud_none()
858 pud_val(*pud) = _REGION3_ENTRY_EMPTY; in pud_clear()
/arch/s390/mm/
Dvmem.c102 pu_dir = vmem_crst_alloc(_REGION3_ENTRY_EMPTY); in vmem_add_mem()
242 pu_dir = vmem_crst_alloc(_REGION3_ENTRY_EMPTY); in vmemmap_populate()
Dinit.c94 pgd_type = _REGION3_ENTRY_EMPTY; in paging_init()
Dgmap.c46 etype = _REGION3_ENTRY_EMPTY; in gmap_alloc()
559 gmap_alloc_table(gmap, table, _REGION3_ENTRY_EMPTY, in __gmap_link()
1231 *r3e = _REGION3_ENTRY_EMPTY; in gmap_unshadow_sgt()
1260 r3t[i] = _REGION3_ENTRY_EMPTY; in __gmap_unshadow_r3t()
1687 crst_table_init(s_r3t, _REGION3_ENTRY_EMPTY); in gmap_shadow_r3t()
Dhugetlbpage.c159 pudp_xchg_direct(mm, addr, pudp, __pud(_REGION3_ENTRY_EMPTY)); in huge_ptep_get_and_clear()