_PAGE_PRESENT 65 arch/arc/include/asm/pgtable.h #define _PAGE_PRESENT (1<<10) /* TLB entry is valid (H) */ _PAGE_PRESENT 82 arch/arc/include/asm/pgtable.h #define _PAGE_PRESENT (1<<9) /* TLB entry is valid (H) */ _PAGE_PRESENT 13 arch/csky/abiv1/inc/abi/pgtable-bits.h #define _PAGE_PRESENT (1<<0) _PAGE_PRESENT 13 arch/csky/abiv2/inc/abi/pgtable-bits.h #define _PAGE_PRESENT (1<<10) _PAGE_PRESENT 46 arch/hexagon/include/asm/pgtable.h #define _PAGE_PRESENT (1<<0) _PAGE_PRESENT 52 arch/m68k/include/asm/mcf_pgtable.h #define _PAGE_PRESENT (CF_PAGE_VALID) _PAGE_PRESENT 9 arch/m68k/include/asm/motorola_pgtable.h #define _PAGE_PRESENT 0x001 _PAGE_PRESENT 39 arch/m68k/include/asm/sun3_pgtable.h #define _PAGE_PRESENT (SUN3_PAGE_VALID) _PAGE_PRESENT 208 arch/microblaze/include/asm/pgtable.h #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */ _PAGE_PRESENT 143 arch/mips/include/asm/pgtable-bits.h #define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT) _PAGE_PRESENT 30 arch/nios2/include/asm/pgtable-bits.h #define _PAGE_PRESENT (1<<25) /* PTE contains a translation */ _PAGE_PRESENT 144 arch/openrisc/include/asm/pgtable.h #define _PAGE_PRESENT _PAGE_CC _PAGE_PRESENT 222 arch/parisc/include/asm/pgtable.h #define _PAGE_PRESENT (1 << xlate_pabit(_PAGE_PRESENT_BIT)) _PAGE_PRESENT 20 arch/powerpc/include/asm/book3s/32/hash.h #define _PAGE_PRESENT 0x001 /* software: pte contains a translation */ _PAGE_PRESENT 42 arch/powerpc/include/asm/book3s/64/pgtable.h #define _PAGE_PRESENT 0x8000000000000000UL /* pte contains a translation */ _PAGE_PRESENT 42 arch/powerpc/include/asm/nohash/32/pte-40x.h #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */ _PAGE_PRESENT 75 arch/powerpc/include/asm/nohash/32/pte-44x.h #define _PAGE_PRESENT 0x00000001 /* S: PTE valid */ _PAGE_PRESENT 32 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define _PAGE_PRESENT 0x0001 /* V: Page is valid */ _PAGE_PRESENT 20 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define _PAGE_PRESENT 0x00001 /* S: PTE contains a translation */ _PAGE_PRESENT 13 arch/powerpc/include/asm/nohash/pte-book3e.h #define _PAGE_PRESENT 0x000001 /* software: pte contains a translation */ _PAGE_PRESENT 17 arch/riscv/include/asm/pgtable-bits.h #define _PAGE_PRESENT (1 << 0) _PAGE_PRESENT 168 arch/s390/include/asm/pgtable.h #define _PAGE_PRESENT 0x001 /* SW pte present bit */ _PAGE_PRESENT 50 arch/sh/include/asm/pgtable_32.h #define _PAGE_PRESENT 0x100 /* V-bit : page is valid */ _PAGE_PRESENT 106 arch/sh/include/asm/pgtable_64.h #define _PAGE_PRESENT 0x004 /* software: page referenced */ _PAGE_PRESENT 13 arch/um/include/asm/pgtable.h #define _PAGE_PRESENT 0x001 _PAGE_PRESENT 42 arch/x86/include/asm/pgtable_types.h #define _PAGE_PRESENT (_AT(pteval_t, 1) << _PAGE_BIT_PRESENT) _PAGE_PRESENT 167 arch/xtensa/include/asm/pgtable.h #define _PAGE_PRESENT (_PAGE_HW_VALID | _PAGE_CA_WB | _PAGE_ACCESSED)