Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/include/asm/
Dpgtable.h284 #define _SEGMENT_ENTRY_EMPTY (_SEGMENT_ENTRY_INVALID) macro
726 return pmd_val(pmd) != _SEGMENT_ENTRY_EMPTY; in pmd_present()
731 return pmd_val(pmd) == _SEGMENT_ENTRY_EMPTY; in pmd_none()
904 pmd_val(*pmdp) = _SEGMENT_ENTRY_EMPTY; in pmd_clear()
1601 return pmdp_xchg_direct(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear()
1611 *pmdp = __pmd(_SEGMENT_ENTRY_EMPTY); in pmdp_huge_get_and_clear_full()
1614 return pmdp_xchg_lazy(vma->vm_mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear_full()
Dhugetlb.h50 pte_val(*ptep) = _SEGMENT_ENTRY_EMPTY; in huge_pte_clear()
Dpgalloc.h88 crst_table_init(table, _SEGMENT_ENTRY_EMPTY); in pmd_alloc_one()
/Linux-v5.15/arch/s390/mm/
Dgmap.c44 etype = _SEGMENT_ENTRY_EMPTY; in gmap_alloc()
364 flush = (*entry != _SEGMENT_ENTRY_EMPTY); in __gmap_unlink_by_vmaddr()
365 *entry = _SEGMENT_ENTRY_EMPTY; in __gmap_unlink_by_vmaddr()
573 gmap_alloc_table(gmap, table, _SEGMENT_ENTRY_EMPTY, in __gmap_link()
601 if (*table == _SEGMENT_ENTRY_EMPTY) { in __gmap_link()
1335 *ste = _SEGMENT_ENTRY_EMPTY; in gmap_unshadow_pgt()
1363 sgt[i] = _SEGMENT_ENTRY_EMPTY; in __gmap_unshadow_sgt()
1932 crst_table_init(s_sgt, _SEGMENT_ENTRY_EMPTY); in gmap_shadow_sgt()
2320 pmd_val(*pmdp) = _SEGMENT_ENTRY_EMPTY; in gmap_pmdp_clear()
2377 *entry = _SEGMENT_ENTRY_EMPTY; in gmap_pmdp_idte_local()
[all …]
Dhugetlbpage.c69 rste = _SEGMENT_ENTRY_EMPTY; in __pte_to_rste()
188 pmdp_xchg_direct(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in huge_ptep_get_and_clear()
Dpgalloc.c438 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_region3_walk()
577 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_asce_alloc()
Dkasan_init.c157 pm_dir = kasan_early_crst_alloc(_SEGMENT_ENTRY_EMPTY); in kasan_early_pgtable_populate()
Dpageattr.c200 pm_dir = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in split_pud_page()
Dvmem.c345 pmd = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in modify_pud_table()