OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PGDIR_MASK
(Results
26 - 50
of
84
) sorted by null
1
2
3
4
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h
19
#define PUD_MASK
PGDIR_MASK
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/asm-generic/
4level-fixup.h
19
#define PUD_MASK
PGDIR_MASK
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm-generic/
4level-fixup.h
19
#define PUD_MASK
PGDIR_MASK
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm-generic/
4level-fixup.h
19
#define PUD_MASK
PGDIR_MASK
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm-generic/
4level-fixup.h
19
#define PUD_MASK
PGDIR_MASK
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm-generic/
4level-fixup.h
19
#define PUD_MASK
PGDIR_MASK
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm-generic/
4level-fixup.h
19
#define PUD_MASK
PGDIR_MASK
/development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-32.h
31
#define
PGDIR_MASK
(~(PGDIR_SIZE-1))
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
pgtable-32.h
31
#define
PGDIR_MASK
(~(PGDIR_SIZE-1))
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
pgtable-32.h
31
#define
PGDIR_MASK
(~(PGDIR_SIZE-1))
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h
31
#define
PGDIR_MASK
(~(PGDIR_SIZE-1))
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
pgtable-32.h
31
#define
PGDIR_MASK
(~(PGDIR_SIZE-1))
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
pgtable-32.h
31
#define
PGDIR_MASK
(~(PGDIR_SIZE-1))
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
pgtable-32.h
31
#define
PGDIR_MASK
(~(PGDIR_SIZE-1))
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
pgtable-32.h
31
#define
PGDIR_MASK
(~(PGDIR_SIZE-1))
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
pgtable-32.h
31
#define
PGDIR_MASK
(~(PGDIR_SIZE-1))
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h
31
#define
PGDIR_MASK
(~(PGDIR_SIZE-1))
/development/ndk/platforms/android-3/include/asm-generic/
pgtable.h
85
#define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) &
PGDIR_MASK
; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
pgtable.h
85
#define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) &
PGDIR_MASK
; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
pgtable.h
85
#define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) &
PGDIR_MASK
; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
pgtable.h
85
#define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) &
PGDIR_MASK
; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
pgtable.h
85
#define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) &
PGDIR_MASK
; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
pgtable.h
85
#define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) &
PGDIR_MASK
; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
pgtable.h
85
#define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) &
PGDIR_MASK
; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
pgtable.h
85
#define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) &
PGDIR_MASK
; (__boundary - 1 < (end) - 1)? __boundary: (end); })
Completed in 4958 milliseconds
1
2
3
4