/arch/mips/include/asm/ |
D | pgtable-bits.h | 60 #define _PAGE_FILE (1 << _PAGE_MODIFIED_SHIFT) macro 80 #define _PAGE_FILE (1 << _PAGE_FILE_SHIFT) macro 125 #define _PAGE_FILE (_PAGE_MODIFIED) macro 181 #define _PAGE_FILE (_PAGE_MODIFIED) macro 232 #define _PAGE_FILE (_PAGE_MODIFIED) macro 274 #define _PAGE_FILE (_PAGE_MODIFIED) macro
|
/arch/powerpc/include/asm/ |
D | pte-fsl-booke.h | 23 #define _PAGE_FILE 0x00002 /* S: when !present: nonlinear file mapping */ macro
|
D | pte-44x.h | 80 #define _PAGE_FILE 0x00000004 /* S: nonlinear file mapping */ macro
|
D | pte-hash32.h | 21 #define _PAGE_FILE 0x004 /* when !present: nonlinear file mapping */ macro
|
D | pte-hash64.h | 19 #define _PAGE_FILE 0x0002 /* (!present only) software: pte holds file offset */ macro
|
D | pte-8xx.h | 32 #define _PAGE_FILE 0x0002 /* when !present: nonlinear file mapping */ macro
|
D | pte-40x.h | 41 #define _PAGE_FILE 0x001 /* when !present: nonlinear file mapping */ macro
|
D | pte-book3e.h | 13 #define _PAGE_FILE 0x000002 /* (!present only) software: pte holds file offset */ macro
|
/arch/score/include/asm/ |
D | pgtable-bits.h | 9 #define _PAGE_FILE (1<<10) macro
|
/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 61 #define _PAGE_FILE (1<<5) /* set: pagecache, unset: swap (when !PRESENT) */ macro
|
/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 56 #define _PAGE_FILE (1 << 6) /* 1=pagecache, 0=swap (when !present) */ macro
|
/arch/arc/include/asm/ |
D | pgtable.h | 68 #define _PAGE_FILE (1<<10) /* page cache/ swap (S) */ macro 90 #define _PAGE_FILE (1<<12) /* page cache/ swap (S) */ macro
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 110 #define _PAGE_FILE 0x004 /* software: only when !present */ macro
|
D | pgtable_32.h | 54 #define _PAGE_FILE _PAGE_WT /* software: pagecache or swap? */ macro
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 69 #define _PAGE_FILE _PAGE_DIRTY /* set: pagecache, unset = swap */ macro
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 64 #define _PAGE_FILE (_AT(pteval_t, 1) << _PAGE_BIT_FILE) macro
|
/arch/um/include/asm/ |
D | pgtable.h | 21 #define _PAGE_FILE 0x008 /* nonlinear file mapping, saved PTE; unset:swap */ macro
|
/arch/m68k/include/asm/ |
D | motorola_pgtable.h | 31 #define _PAGE_FILE 0x008 /* pagecache or swap? */ macro
|
/arch/m32r/include/asm/ |
D | pgtable.h | 96 #define _PAGE_FILE (1UL << _PAGE_BIT_FILE) macro
|
/arch/avr32/include/asm/ |
D | pgtable.h | 104 #define _PAGE_FILE (1 << _PAGE_BIT_FILE) macro
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 93 #define _PAGE_FILE (1<<1) /* non-linear mapping, if !present */ macro
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 128 #define _PAGE_FILE 0x004 /* set: pagecache, unset: swap (when !PRESENT) */ macro
|
/arch/alpha/include/asm/ |
D | pgtable.h | 76 #define _PAGE_FILE 0x80000 /* set:pagecache, unset:swap */ macro
|
/arch/metag/include/asm/ |
D | pgtable.h | 50 #define _PAGE_FILE _PAGE_ALWAYS_ZERO_3 macro
|
/arch/tile/include/asm/ |
D | pgtable.h | 292 #define _PAGE_FILE HV_PTE_CLIENT1 macro
|