tag | line | file | source code |
---|---|---|---|
pgd_none | 193 | include/asm-alpha/pgtable.h | extern inline int pgd_none(pgd_t pgd) { return !pgd_val(pgd); } |
pgd_none | 170 | include/asm-i386/pgtable.h | extern inline int pgd_none(pgd_t pgd) { return 0; } |
pgd_none | 186 | include/asm-mips/page.h | extern inline int pgd_none(pgd_t pgd) { return !pgd_val(pgd); } |