tag | line | file | source code |
---|---|---|---|
pgd_present | 258 | include/asm-alpha/pgtable.h | extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } |
pgd_present | 265 | include/asm-i386/pgtable.h | extern inline int pgd_present(pgd_t pgd) { return 1; } |
pgd_present | 257 | include/asm-mips/pgtable.h | extern inline int pgd_present(pgd_t pgd) { return 1; } |
pgd_present | 230 | include/asm-ppc/pgtable.h | extern inline int pgd_present(pgd_t pgd) { return 1; } |