Searched refs:_REGION3_ENTRY_EMPTY (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dhugetlb.h52 set_pte(ptep, __pte(_REGION3_ENTRY_EMPTY));
H A Dmmu_context.h52 init_entry = _REGION3_ENTRY_EMPTY;
H A Dpgalloc.h71 crst_table_init(table, _REGION3_ENTRY_EMPTY);
H A Dpgtable.h263 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID) macro
705 return pud_val(pud) == _REGION3_ENTRY_EMPTY;
964 set_pud(pud, __pud(_REGION3_ENTRY_EMPTY));
/linux-master/arch/s390/boot/
H A Dvmem.c391 pud = boot_crst_alloc(_REGION3_ENTRY_EMPTY);
440 asce_type = _REGION3_ENTRY_EMPTY;
446 crst_table_init((unsigned long *)invalid_pg_dir, _REGION3_ENTRY_EMPTY);
/linux-master/arch/s390/mm/
H A Dpgalloc.c379 table = base_crst_alloc(_REGION3_ENTRY_EMPTY);
496 table = base_crst_alloc(_REGION3_ENTRY_EMPTY);
H A Dvmem.c398 pud = vmem_crst_alloc(_REGION3_ENTRY_EMPTY);
589 pud = vmem_crst_alloc(_REGION3_ENTRY_EMPTY);
H A Dhugetlbpage.c185 pudp_xchg_direct(mm, addr, pudp, __pud(_REGION3_ENTRY_EMPTY));
H A Dgmap.c60 etype = _REGION3_ENTRY_EMPTY;
578 gmap_alloc_table(gmap, table, _REGION3_ENTRY_EMPTY,
1421 *r3e = _REGION3_ENTRY_EMPTY;
1449 r3t[i] = _REGION3_ENTRY_EMPTY;
1882 crst_table_init(__va(s_r3t), _REGION3_ENTRY_EMPTY); local

Completed in 185 milliseconds