OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pgoff_to_pte
(Results
1 - 25
of
29
) sorted by null
1
2
/development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable-2level.h
33
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable-2level.h
33
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable-2level.h
33
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable-2level.h
33
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable-2level.h
33
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgtable-2level.h
42
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-32.h
75
#define
pgoff_to_pte
(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
macro
/prebuilts/ndk/8/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 })
macro
/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 })
macro
/prebuilts/ndk/9/platforms/android-12/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 })
macro
/prebuilts/ndk/9/platforms/android-13/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 })
macro
/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 })
macro
/prebuilts/ndk/9/platforms/android-15/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 })
macro
/prebuilts/ndk/9/platforms/android-16/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 })
macro
Completed in 2584 milliseconds
1
2