Home
last modified time | relevance | path

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

/linux-6.1.9/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()
1349 *ste = _SEGMENT_ENTRY_EMPTY; in gmap_unshadow_pgt()
1377 sgt[i] = _SEGMENT_ENTRY_EMPTY; in __gmap_unshadow_sgt()
1946 crst_table_init(s_sgt, _SEGMENT_ENTRY_EMPTY); in gmap_shadow_sgt()
2334 set_pmd(pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in gmap_pmdp_clear()
2391 *entry = _SEGMENT_ENTRY_EMPTY; in gmap_pmdp_idte_local()
[all …]
Dhugetlbpage.c70 rste = _SEGMENT_ENTRY_EMPTY; in __pte_to_rste()
181 pmdp_xchg_direct(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in huge_ptep_get_and_clear()
Dpgalloc.c546 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_region3_walk()
685 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_asce_alloc()
Dvmem.c345 pmd = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in modify_pud_table()
601 pmd = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in vmem_get_alloc_pte()
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()
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h286 #define _SEGMENT_ENTRY_EMPTY (_SEGMENT_ENTRY_INVALID) macro
741 return pmd_val(pmd) != _SEGMENT_ENTRY_EMPTY; in pmd_present()
746 return pmd_val(pmd) == _SEGMENT_ENTRY_EMPTY; in pmd_none()
957 set_pmd(pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmd_clear()
1662 return pmdp_xchg_direct(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear()
1672 set_pmd(pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear_full()
1675 return pmdp_xchg_lazy(vma->vm_mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear_full()
Dhugetlb.h52 set_pte(ptep, __pte(_SEGMENT_ENTRY_EMPTY)); in huge_pte_clear()
Dpgalloc.h88 crst_table_init(table, _SEGMENT_ENTRY_EMPTY); in pmd_alloc_one()