tag | line | file | source code |
---|---|---|---|
pgd_none | 255 | include/asm-alpha/pgtable.h | extern inline int pgd_none(pgd_t pgd) { return !pgd_val(pgd); } |
pgd_none | 262 | include/asm-i386/pgtable.h | extern inline int pgd_none(pgd_t pgd) { return 0; } |
pgd_none | 255 | include/asm-mips/pgtable.h | extern inline int pgd_none(pgd_t pgd) { return 0; } |
pgd_none | 228 | include/asm-ppc/pgtable.h | extern inline int pgd_none(pgd_t pgd) { return 0; } |