Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dpgalloc.h40 return _SEGMENT_ENTRY_EMPTY; in pgd_entry_type()
76 crst_table_init(table, _SEGMENT_ENTRY_EMPTY); in pmd_alloc_one()
Dpgtable.h284 #define _SEGMENT_ENTRY_EMPTY (_SEGMENT_ENTRY_INVALID) macro
735 return pmd_val(pmd) != _SEGMENT_ENTRY_EMPTY; in pmd_present()
740 return pmd_val(pmd) == _SEGMENT_ENTRY_EMPTY; in pmd_none()
904 pmd_val(*pmdp) = _SEGMENT_ENTRY_EMPTY; in pmd_clear()
1559 return pmdp_xchg_direct(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear()
1569 *pmdp = __pmd(_SEGMENT_ENTRY_EMPTY); in pmdp_huge_get_and_clear_full()
1572 return pmdp_xchg_lazy(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear_full()
Dhugetlb.h56 pte_val(*ptep) = _SEGMENT_ENTRY_EMPTY; in huge_pte_clear()
/Linux-v5.4/arch/s390/mm/
Dhugetlbpage.c66 rste = _SEGMENT_ENTRY_EMPTY; in __pte_to_rste()
182 pmdp_xchg_direct(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in huge_ptep_get_and_clear()
Dgmap.c45 etype = _SEGMENT_ENTRY_EMPTY; in gmap_alloc()
365 flush = (*entry != _SEGMENT_ENTRY_EMPTY); in __gmap_unlink_by_vmaddr()
366 *entry = _SEGMENT_ENTRY_EMPTY; in __gmap_unlink_by_vmaddr()
574 gmap_alloc_table(gmap, table, _SEGMENT_ENTRY_EMPTY, in __gmap_link()
602 if (*table == _SEGMENT_ENTRY_EMPTY) { in __gmap_link()
1332 *ste = _SEGMENT_ENTRY_EMPTY; in gmap_unshadow_pgt()
1360 sgt[i] = _SEGMENT_ENTRY_EMPTY; in __gmap_unshadow_sgt()
1928 crst_table_init(s_sgt, _SEGMENT_ENTRY_EMPTY); in gmap_shadow_sgt()
2316 pmd_val(*pmdp) = _SEGMENT_ENTRY_EMPTY; in gmap_pmdp_clear()
2373 *entry = _SEGMENT_ENTRY_EMPTY; in gmap_pmdp_idte_local()
[all …]
Dvmem.c116 pm_dir = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in vmem_add_mem()
250 pm_dir = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in vmemmap_populate()
Dpgalloc.c437 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_region3_walk()
576 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_asce_alloc()
Dkasan_init.c143 pm_dir = kasan_early_crst_alloc(_SEGMENT_ENTRY_EMPTY); in kasan_early_vmemmap_populate()
Dpageattr.c194 pm_dir = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in split_pud_page()
/Linux-v5.4/arch/s390/kernel/
Dvdso.c165 memset64((u64 *)segment_table, _SEGMENT_ENTRY_EMPTY, _CRST_ENTRIES); in vdso_alloc_per_cpu()