OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PAGE_FILE
(Results
26 - 43
of
43
) sorted by null
1
2
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) |
_PAGE_FILE
})
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) |
_PAGE_FILE
})
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
pgtable-32.h
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) |
_PAGE_FILE
})
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) |
_PAGE_FILE
})
/external/kernel-headers/original/asm-mips/
pgtable.h
196
static inline int pte_file(pte_t pte) { return pte.pte_low &
_PAGE_FILE
; }
252
static inline int pte_file(pte_t pte) { return pte_val(pte) &
_PAGE_FILE
; }
/external/kernel-headers/original/asm-x86/
pgtable_32.h
120
#define
_PAGE_FILE
0x040 /* nonlinear file mapping, saved PTE; unset:swap */
226
static inline int pte_file(pte_t pte) { return (pte).pte_low &
_PAGE_FILE
; }
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
84
#define
_PAGE_FILE
0x040
/development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h
84
#define
_PAGE_FILE
0x040
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h
77
#define
_PAGE_FILE
0x040
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h
77
#define
_PAGE_FILE
0x040
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
77
#define
_PAGE_FILE
0x040
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
77
#define
_PAGE_FILE
0x040
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
77
#define
_PAGE_FILE
0x040
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
84
#define
_PAGE_FILE
0x040
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
84
#define
_PAGE_FILE
0x040
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
84
#define
_PAGE_FILE
0x040
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgtable_32.h
84
#define
_PAGE_FILE
0x040
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
84
#define
_PAGE_FILE
0x040
Completed in 1285 milliseconds
1
2