Searched refs:_REGION_ENTRY_INVALID (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/s390/mm/
H A Dgmap.c331 if (*table & _REGION_ENTRY_INVALID) {
569 if ((*table & _REGION_ENTRY_INVALID) &&
577 if ((*table & _REGION_ENTRY_INVALID) &&
585 if ((*table & _REGION_ENTRY_INVALID) &&
827 if (*table & _REGION_ENTRY_INVALID)
835 if (*table & _REGION_ENTRY_INVALID)
843 if (*table & _REGION_ENTRY_INVALID)
851 if (*table & _REGION_ENTRY_INVALID)
1791 if (!(*table & _REGION_ENTRY_INVALID)) {
1801 _REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID;
[all...]
H A Dpgalloc.c348 if (*rtte & _REGION_ENTRY_INVALID) {
376 if (*rste & _REGION_ENTRY_INVALID) {
404 if (*rfte & _REGION_ENTRY_INVALID) {
H A Dfault.c118 if (entry & _REGION_ENTRY_INVALID)
127 if (entry & _REGION_ENTRY_INVALID)
136 if (entry & (_REGION_ENTRY_INVALID | _REGION3_ENTRY_LARGE))
H A Dpageattr.c254 new = set_pud_bit(new, __pgprot(_REGION_ENTRY_INVALID));
H A Dpgtable.c539 if (pud_val(old) & _REGION_ENTRY_INVALID)
/linux-master/arch/s390/include/asm/
H A Dpgtable.h251 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ macro
259 #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)
261 #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)
263 #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)
644 return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL;

Completed in 115 milliseconds