Searched refs:pgd_present (Results 1 - 25 of 49) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dpgtable-2level.h35 static inline int pgd_present(pgd_t pgd) { return 1; } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dpgtable-2level.h35 static inline int pgd_present(pgd_t pgd) { return 1; } function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dpgtable-2level.h34 static inline int pgd_present(pgd_t pgd) { return 1; } function
H A Dpgtable-3level.h38 static inline int pgd_present(pgd_t pgd) { return 1; } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dpgtable-2level.h34 static inline int pgd_present(pgd_t pgd) { return 1; } function
H A Dpgtable-3level.h38 static inline int pgd_present(pgd_t pgd) { return 1; } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/mm/
H A Dfault.c246 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mm/
H A Dmotorola.c77 if (!pgd_present(kernel_pg_dir[i]))
139 if (!pgd_present(*pgd_dir)) {
H A Dinit.c160 if (pgd_present(kernel_pg_dir[i]))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dpgtable.h229 BTFIXUPDEF_CALL_CONST(int, pgd_present, pgd_t)
234 #define pgd_present(pgd) BTFIXUP_CALL(pgd_present)(pgd) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dpgtable.h229 BTFIXUPDEF_CALL_CONST(int, pgd_present, pgd_t)
234 #define pgd_present(pgd) BTFIXUP_CALL(pgd_present)(pgd) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dfault.c247 if (!pgd_present(*pgd_k))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dpgtable.h129 #define pgd_present(pgd) (1) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dpgtable.h129 #define pgd_present(pgd) (1) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dfault.c378 if (!pgd_present(*pgd)) {
379 if (!pgd_present(*pgd_k))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dpgtable.h226 #define pgd_present(x) (pgd_val(x) & _PAGE_PRESENT) macro
236 extern inline int pgd_present(pgd_t pgd) { return 1; } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dpgtable.h226 #define pgd_present(x) (pgd_val(x) & _PAGE_PRESENT) macro
236 extern inline int pgd_present(pgd_t pgd) { return 1; } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A Dfault.c339 if (!pgd_present(*pgd))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/mm/
H A Dfault.c382 if (!pgd_present(*pgd_k))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dsun3_pgtable.h140 extern inline int pgd_present (pgd_t pgd) { return 1; } function
H A Dmotorola_pgtable.h152 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dsun3_pgtable.h140 extern inline int pgd_present (pgd_t pgd) { return 1; } function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dpgtable.h250 extern inline int pgd_present(pgd_t pgd) { return 1; } function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpgtable.h261 #define pgd_present(pgd) __pgd_present(&(pgd)) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dpgtable.h225 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro

Completed in 221 milliseconds

12