Home
last modified time | relevance | path

Searched refs:_PGD_ENTRY_LEN (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-s390x/
Dpgtable.h172 #define _PGD_ENTRY_LEN(x) ((x)&3) /* region table length bits */ macro
247 if ((*pgd_slot & _PGD_ENTRY_LEN(3)) < _PGD_ENTRY_LEN(offset)) in __pgd_present()
265 ~_PGD_ENTRY_LEN(3) & ~_PGD_ENTRY_OFF(3))) != 0; in __pgd_bad()
337 if (offset == 0 && (*pgd_slot & _PGD_ENTRY_LEN(2)) != 0) { in pgd_clear()
340 _PGD_ENTRY_OFF(2) | _PGD_ENTRY_LEN(3); in pgd_clear()
346 _PGD_ENTRY_OFF(0) | _PGD_ENTRY_LEN(1); in pgd_clear()
/linux-2.4.37.9/arch/s390x/mm/
Dinit.c53 (*pgd_slot & _PGD_ENTRY_LEN(2)) == 0)) { in __pgd_populate()
56 _PGD_ENTRY_OFF(0) | _PGD_ENTRY_LEN(1); in __pgd_populate()
64 _PGD_ENTRY_OFF(2) | _PGD_ENTRY_LEN(3); in __pgd_populate()
129 _PGD_ENTRY_OFF(0) | _PGD_ENTRY_LEN(3); in pgd_populate()
261 _PGD_ENTRY_LEN(3) | _PGD_ENTRY_OFF(0); in paging_init()