Searched refs:_PGD_ENTRY_LEN (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpgtable.h173 #define _PGD_ENTRY_LEN(x) ((x)&3) /* region table length bits */ macro
257 if ((*pgd_slot & _PGD_ENTRY_LEN(3)) < _PGD_ENTRY_LEN(offset))
275 ~_PGD_ENTRY_LEN(3) & ~_PGD_ENTRY_OFF(3))) != 0;
347 if (offset == 0 && (*pgd_slot & _PGD_ENTRY_LEN(2)) != 0) {
350 _PGD_ENTRY_OFF(2) | _PGD_ENTRY_LEN(3);
356 _PGD_ENTRY_OFF(0) | _PGD_ENTRY_LEN(1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dpgtable.h173 #define _PGD_ENTRY_LEN(x) ((x)&3) /* region table length bits */ macro
257 if ((*pgd_slot & _PGD_ENTRY_LEN(3)) < _PGD_ENTRY_LEN(offset))
275 ~_PGD_ENTRY_LEN(3) & ~_PGD_ENTRY_OFF(3))) != 0;
347 if (offset == 0 && (*pgd_slot & _PGD_ENTRY_LEN(2)) != 0) {
350 _PGD_ENTRY_OFF(2) | _PGD_ENTRY_LEN(3);
356 _PGD_ENTRY_OFF(0) | _PGD_ENTRY_LEN(1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/mm/
H A Dinit.c57 (*pgd_slot & _PGD_ENTRY_LEN(2)) == 0)) {
60 _PGD_ENTRY_OFF(0) | _PGD_ENTRY_LEN(1);
68 _PGD_ENTRY_OFF(2) | _PGD_ENTRY_LEN(3);
93 _PGD_ENTRY_OFF(0) | _PGD_ENTRY_LEN(3);
216 _PGD_ENTRY_LEN(3) | _PGD_ENTRY_OFF(0);

Completed in 100 milliseconds