/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable-bits.h | 57 #define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT) macro 80 #define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT) macro 114 #define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT) macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable-bits.h | 30 #define _PAGE_PRESENT (1<<25) /* PTE contains a translation */ macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pte-44x.h | 74 #define _PAGE_PRESENT 0x00000001 /* S: PTE valid */ macro
|
D | pte-fsl-booke.h | 19 #define _PAGE_PRESENT 0x00001 /* S: PTE contains a translation */ macro
|
D | pte-hash32.h | 19 #define _PAGE_PRESENT 0x001 /* software: pte contains a translation */ macro
|
D | pte-hash64.h | 17 #define _PAGE_PRESENT 0x0001 /* software: pte contains a translation */ macro
|
D | pte-40x.h | 41 #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */ macro
|
D | pte-8xx.h | 31 #define _PAGE_PRESENT 0x0001 /* Page is valid */ macro
|
D | pte-book3e.h | 12 #define _PAGE_PRESENT 0x000001 /* software: pte contains a translation */ macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable-bits.h | 7 #define _PAGE_PRESENT (1<<9) /* implemented in software */ macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable-bits.h | 16 #define _PAGE_PRESENT MMCU_ENTRY_VAL_BIT macro
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 60 #define _PAGE_PRESENT (1<<4) /* page present in memory */ macro
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 55 #define _PAGE_PRESENT (1 << 5) /* Page is present in memory. */ macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 67 #define _PAGE_PRESENT (1<<10) /* TLB entry is valid (H) */ macro 84 #define _PAGE_PRESENT (1<<9) /* TLB entry is valid (H) */ macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 60 #define _PAGE_PRESENT (1<<0) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 38 #define _PAGE_PRESENT (SUN3_PAGE_VALID) macro
|
D | motorola_pgtable.h | 8 #define _PAGE_PRESENT 0x001 macro
|
D | mcf_pgtable.h | 51 #define _PAGE_PRESENT (CF_PAGE_VALID) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgtable_64.h | 109 #define _PAGE_PRESENT 0x004 /* software: page referenced */ macro
|
D | pgtable_32.h | 49 #define _PAGE_PRESENT 0x100 /* V-bit : page is valid */ macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 94 #define _PAGE_PRESENT (1UL << _PAGE_BIT_PRESENT) macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 13 #define _PAGE_PRESENT 0x001 macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 100 #define _PAGE_PRESENT (1 << _PAGE_BIT_PRESENT) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable_types.h | 34 #define _PAGE_PRESENT (_AT(pteval_t, 1) << _PAGE_BIT_PRESENT) macro
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 147 #define _PAGE_PRESENT _PAGE_CC macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 160 #define _PAGE_PRESENT (_PAGE_HW_VALID | _PAGE_CA_WB | _PAGE_ACCESSED) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 72 #define _PAGE_PRESENT HV_PTE_PRESENT macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 208 #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */ macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 119 #define _PAGE_PRESENT xPTEL2_PV macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 289 #define _PAGE_PRESENT xAMPRx_V macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 200 #define _PAGE_PRESENT (1 << xlate_pabit(_PAGE_PRESENT_BIT)) macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 187 #define _PAGE_PRESENT 0x001 /* SW pte present bit */ macro
|