Searched refs:_REGION2_ENTRY_EMPTY (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dmmu_context.h62 init_entry = _REGION2_ENTRY_EMPTY;
H A Dpgalloc.h57 crst_table_init(table, _REGION2_ENTRY_EMPTY);
H A Dpgtable.h261 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID) macro
678 return p4d_val(p4d) == _REGION2_ENTRY_EMPTY;
958 set_p4d(p4d, __p4d(_REGION2_ENTRY_EMPTY));
/linux-master/arch/s390/mm/
H A Dpgalloc.c88 crst_table_init(p4d, _REGION2_ENTRY_EMPTY);
407 table = base_crst_alloc(_REGION2_ENTRY_EMPTY);
502 table = base_crst_alloc(_REGION2_ENTRY_EMPTY);
H A Dvmem.c449 p4d = vmem_crst_alloc(_REGION2_ENTRY_EMPTY);
580 p4d = vmem_crst_alloc(_REGION2_ENTRY_EMPTY);
H A Dgmap.c64 etype = _REGION2_ENTRY_EMPTY;
570 gmap_alloc_table(gmap, table, _REGION2_ENTRY_EMPTY,
1479 *r2e = _REGION2_ENTRY_EMPTY;
1507 r2t[i] = _REGION2_ENTRY_EMPTY;
1798 crst_table_init(__va(s_r2t), _REGION2_ENTRY_EMPTY); local
/linux-master/arch/s390/boot/
H A Dvmem.c410 p4d = boot_crst_alloc(_REGION2_ENTRY_EMPTY);
437 asce_type = _REGION2_ENTRY_EMPTY;

Completed in 136 milliseconds