OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PUD_SIZE
(Results
76 - 100
of
141
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
4level-fixup.h
18
#define
PUD_SIZE
PGDIR_SIZE
/bionic/libc/kernel/common/asm-generic/
pgtable.h
96
#define pud_addr_end(addr, end) ({ unsigned long __boundary = ((addr) +
PUD_SIZE
) & PUD_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/development/ndk/platforms/android-3/include/asm-generic/
pgtable.h
87
#define pud_addr_end(addr, end) ({ unsigned long __boundary = ((addr) +
PUD_SIZE
) & PUD_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/external/kernel-headers/original/asm-generic/
pgtable.h
179
({ unsigned long __boundary = ((addr) +
PUD_SIZE
) & PUD_MASK; \
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable.h
87
#define pud_addr_end(addr, end) ({ unsigned long __boundary = ((addr) +
PUD_SIZE
) & PUD_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
pgtable.h
87
#define pud_addr_end(addr, end) ({ unsigned long __boundary = ((addr) +
PUD_SIZE
) & PUD_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
pgtable.h
87
#define pud_addr_end(addr, end) ({ unsigned long __boundary = ((addr) +
PUD_SIZE
) & PUD_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
Completed in 907 milliseconds
1
2
3
4
5
6