Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/mm/
H A Dhugetlbpage.c77 rste = _SEGMENT_ENTRY_EMPTY; in __pte_to_rste()
202 pmdp_xchg_direct(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in __huge_ptep_get_and_clear()
H A Dgmap.c68 etype = _SEGMENT_ENTRY_EMPTY; in gmap_alloc()
372 flush = (pmd_val(*pmdp) != _SEGMENT_ENTRY_EMPTY); in __gmap_unlink_by_vmaddr()
373 *pmdp = __pmd(_SEGMENT_ENTRY_EMPTY); in __gmap_unlink_by_vmaddr()
562 gmap_alloc_table(gmap, table, _SEGMENT_ENTRY_EMPTY, in __gmap_link()
590 if (*table == _SEGMENT_ENTRY_EMPTY) { in __gmap_link()
1252 *ste = _SEGMENT_ENTRY_EMPTY; in gmap_unshadow_pgt()
1279 sgt[i] = _SEGMENT_ENTRY_EMPTY; in __gmap_unshadow_sgt()
1700 crst_table_init(__va(s_sgt), _SEGMENT_ENTRY_EMPTY); in gmap_shadow_sgt()
2058 set_pmd(pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in gmap_pmdp_clear()
2113 *pmdp = __pmd(_SEGMENT_ENTRY_EMPTY); in gmap_pmdp_idte_local()
[all …]
H A Dpgalloc.c312 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_region3_walk()
451 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_asce_alloc()
H A Dvmem.c345 pmd = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in modify_pud_table()
594 pmd = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in vmem_get_alloc_pte()
H A Dpageattr.c216 pm_dir = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in split_pud_page()
/linux-6.15/arch/s390/include/asm/
H A Dhugetlb.h53 set_pte(ptep, __pte(_SEGMENT_ENTRY_EMPTY)); in huge_pte_clear()
H A Dpgalloc.h99 crst_table_init(table, _SEGMENT_ENTRY_EMPTY); in pmd_alloc_one()
H A Dpgtable.h324 #define _SEGMENT_ENTRY_EMPTY (_SEGMENT_ENTRY_INVALID) macro
848 return pmd_val(pmd) == _SEGMENT_ENTRY_EMPTY; in pmd_none()
1060 set_pmd(pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmd_clear()
1829 return pmdp_xchg_direct(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear()
1839 set_pmd(pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear_full()
1842 return pmdp_xchg_lazy(vma->vm_mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear_full()
/linux-6.15/arch/s390/boot/
H A Dvmem.c420 pmd = boot_crst_alloc(_SEGMENT_ENTRY_EMPTY); in pgtable_pud_populate()