Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpgalloc.h53 return _REGION3_ENTRY_EMPTY; in pgd_entry_type()
64 crst_table_init(table, _REGION3_ENTRY_EMPTY); in pud_alloc_one()
Dhugetlb.h45 pte_val(*ptep) = _REGION3_ENTRY_EMPTY; in huge_pte_clear()
Dpgtable.h293 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID) macro
581 return pud_val(pud) == _REGION3_ENTRY_EMPTY; in pud_none()
782 pud_val(*pud) = _REGION3_ENTRY_EMPTY; in pud_clear()
/arch/s390/mm/
Dinit.c90 pgd_type = _REGION3_ENTRY_EMPTY; in paging_init()
Dhugetlbpage.c147 pudp_xchg_direct(mm, addr, pudp, __pud(_REGION3_ENTRY_EMPTY)); in huge_ptep_get_and_clear()
Dgmap.c46 etype = _REGION3_ENTRY_EMPTY; in gmap_alloc()
558 gmap_alloc_table(gmap, table, _REGION3_ENTRY_EMPTY, in __gmap_link()
1226 *r3e = _REGION3_ENTRY_EMPTY; in gmap_unshadow_sgt()
1255 r3t[i] = _REGION3_ENTRY_EMPTY; in __gmap_unshadow_r3t()
1682 crst_table_init(s_r3t, _REGION3_ENTRY_EMPTY); in gmap_shadow_r3t()
Dvmem.c47 clear_table((unsigned long *) pud, _REGION3_ENTRY_EMPTY, PAGE_SIZE * 4); in vmem_pud_alloc()