Searched refs:_REGION2_ENTRY_EMPTY (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | pgalloc.c | 105 crst_table_init(p4d, _REGION2_ENTRY_EMPTY); in crst_table_upgrade() 505 table = base_crst_alloc(_REGION2_ENTRY_EMPTY); in base_region1_walk() 600 table = base_crst_alloc(_REGION2_ENTRY_EMPTY); in base_asce_alloc()
|
H A D | kasan_init.c | 125 p4_dir = kasan_early_crst_alloc(_REGION2_ENTRY_EMPTY); in kasan_early_vmemmap_populate() 311 _REGION2_ENTRY_EMPTY); in kasan_early_init()
|
H A D | gmap.c | 53 etype = _REGION2_ENTRY_EMPTY; in gmap_alloc() 558 gmap_alloc_table(gmap, table, _REGION2_ENTRY_EMPTY, in __gmap_link() 1451 *r2e = _REGION2_ENTRY_EMPTY; in gmap_unshadow_r3t() 1479 r2t[i] = _REGION2_ENTRY_EMPTY; in __gmap_unshadow_r2t() 1766 crst_table_init(s_r2t, _REGION2_ENTRY_EMPTY); in gmap_shadow_r2t()
|
H A D | init.c | 98 pgd_type = _REGION2_ENTRY_EMPTY; in paging_init()
|
H A D | vmem.c | 459 p4d = vmem_crst_alloc(_REGION2_ENTRY_EMPTY); in modify_pagetable()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | mmu_context.h | 62 init_entry = _REGION2_ENTRY_EMPTY; in init_new_context()
|
H A D | pgalloc.h | 58 crst_table_init(table, _REGION2_ENTRY_EMPTY); in p4d_alloc_one()
|
H A D | pgtable.h | 253 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID) macro 657 return p4d_val(p4d) == _REGION2_ENTRY_EMPTY; in p4d_none() 899 p4d_val(*p4d) = _REGION2_ENTRY_EMPTY; in p4d_clear()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | mmu_context.h | 63 init_entry = _REGION2_ENTRY_EMPTY; in init_new_context()
|
H A D | pgalloc.h | 58 crst_table_init(table, _REGION2_ENTRY_EMPTY); in p4d_alloc_one()
|
H A D | pgtable.h | 260 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID) macro 677 return p4d_val(p4d) == _REGION2_ENTRY_EMPTY; in p4d_none() 956 set_p4d(p4d, __p4d(_REGION2_ENTRY_EMPTY)); in p4d_clear()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | pgalloc.c | 86 crst_table_init(p4d, _REGION2_ENTRY_EMPTY); in crst_table_upgrade() 645 table = base_crst_alloc(_REGION2_ENTRY_EMPTY); in base_region1_walk() 740 table = base_crst_alloc(_REGION2_ENTRY_EMPTY); in base_asce_alloc()
|
H A D | vmem.c | 442 p4d = vmem_crst_alloc(_REGION2_ENTRY_EMPTY); in modify_pagetable() 567 p4d = vmem_crst_alloc(_REGION2_ENTRY_EMPTY); in vmem_get_alloc_pte()
|
H A D | gmap.c | 64 etype = _REGION2_ENTRY_EMPTY; in gmap_alloc() 568 gmap_alloc_table(gmap, table, _REGION2_ENTRY_EMPTY, in __gmap_link() 1477 *r2e = _REGION2_ENTRY_EMPTY; in gmap_unshadow_r3t() 1505 r2t[i] = _REGION2_ENTRY_EMPTY; in __gmap_unshadow_r2t() 1796 crst_table_init(__va(s_r2t), _REGION2_ENTRY_EMPTY); in gmap_shadow_r2t() local
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | vmem.c | 404 p4d = boot_crst_alloc(_REGION2_ENTRY_EMPTY); in pgtable_populate() 423 asce_type = _REGION2_ENTRY_EMPTY; in setup_vmem()
|
Completed in 23 milliseconds