Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpgalloc.h40 return _SEGMENT_ENTRY_EMPTY; in pgd_entry_type()
86 crst_table_init(table, _SEGMENT_ENTRY_EMPTY); in pmd_alloc_one()
Dhugetlb.h58 pte_val(*ptep) = _SEGMENT_ENTRY_EMPTY; in huge_pte_clear()
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()
910 pmd_val(*pmdp) = _SEGMENT_ENTRY_EMPTY; in pmd_clear()
1585 return pmdp_xchg_direct(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear()
1595 *pmdp = __pmd(_SEGMENT_ENTRY_EMPTY); in pmdp_huge_get_and_clear_full()
1598 return pmdp_xchg_lazy(mm, addr, pmdp, __pmd(_SEGMENT_ENTRY_EMPTY)); in pmdp_huge_get_and_clear_full()
/arch/s390/mm/
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()
1337 *ste = _SEGMENT_ENTRY_EMPTY; in gmap_unshadow_pgt()
1365 sgt[i] = _SEGMENT_ENTRY_EMPTY; in __gmap_unshadow_sgt()
1934 crst_table_init(s_sgt, _SEGMENT_ENTRY_EMPTY); in gmap_shadow_sgt()
2322 pmd_val(*pmdp) = _SEGMENT_ENTRY_EMPTY; in gmap_pmdp_clear()
2379 *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()
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.c451 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_region3_walk()
590 table = base_crst_alloc(_SEGMENT_ENTRY_EMPTY); in base_asce_alloc()
Dkasan_init.c146 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()
/arch/s390/kernel/
Dvdso.c165 memset64((u64 *)segment_table, _SEGMENT_ENTRY_EMPTY, _CRST_ENTRIES); in vdso_alloc_per_cpu()