Home
last modified time | relevance | path

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

/Linux-v4.19/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.h282 #define _SEGMENT_ENTRY_EMPTY (_SEGMENT_ENTRY_INVALID) macro
695 return pmd_val(pmd) != _SEGMENT_ENTRY_EMPTY; in pmd_present()
700 return pmd_val(pmd) == _SEGMENT_ENTRY_EMPTY; in pmd_none()
864 pmd_val(*pmdp) = _SEGMENT_ENTRY_EMPTY; in pmd_clear()
1490 return pmdp_xchg_direct(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear()
1500 *pmdp = __pmd(_SEGMENT_ENTRY_EMPTY); in pmdp_huge_get_and_clear_full()
1503 return pmdp_xchg_lazy(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear_full()
Dhugetlb.h51 pte_val(*ptep) = _SEGMENT_ENTRY_EMPTY; in huge_pte_clear()
/Linux-v4.19/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()
1326 *ste = _SEGMENT_ENTRY_EMPTY; in gmap_unshadow_pgt()
1354 sgt[i] = _SEGMENT_ENTRY_EMPTY; in __gmap_unshadow_sgt()
1922 crst_table_init(s_sgt, _SEGMENT_ENTRY_EMPTY); in gmap_shadow_sgt()
2310 pmd_val(*pmdp) = _SEGMENT_ENTRY_EMPTY; in gmap_pmdp_clear()
2367 *entry = _SEGMENT_ENTRY_EMPTY; in gmap_pmdp_idte_local()
[all …]
Dvmem.c117 pm_dir = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in vmem_add_mem()
251 pm_dir = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in vmemmap_populate()
Dpgalloc.c498 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_region3_walk()
637 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_asce_alloc()
Dpageattr.c194 pm_dir = vmem_crst_alloc(_SEGMENT_ENTRY_EMPTY); in split_pud_page()
/Linux-v4.19/arch/s390/kernel/
Dvdso.c173 memset64((u64 *)segment_table, _SEGMENT_ENTRY_EMPTY, _CRST_ENTRIES); in vdso_alloc_per_cpu()