| tag | line | file | source code |
|---|---|---|---|
| _PAGE_PRESENT | 202 | include/asm-i386/pgtable.h | #define _PAGE_PRESENT 0x001 |
| _PAGE_PRESENT | 95 | include/asm-mips/pgtable.h | #define _PAGE_PRESENT (1<<0) /* implemented in software */ |
| _PAGE_PRESENT | 107 | include/asm-ppc/pgtable.h | #define _PAGE_PRESENT 0x001 |