OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAGE_SIZE
(Results
1 - 25
of
253
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/bionic/libc/kernel/arch-arm/asm/
page.h
16
#define
PAGE_SIZE
(1UL << PAGE_SHIFT)
17
#define PAGE_MASK (~(
PAGE_SIZE
-1))
shmparam.h
15
#define SHMLBA (4 *
PAGE_SIZE
)
/development/ndk/platforms/android-3/arch-arm/include/asm/
page.h
16
#define
PAGE_SIZE
(1UL << PAGE_SHIFT)
17
#define PAGE_MASK (~(
PAGE_SIZE
-1))
shmparam.h
15
#define SHMLBA (4 *
PAGE_SIZE
)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
page.h
16
#define
PAGE_SIZE
(1UL << PAGE_SHIFT)
17
#define PAGE_MASK (~(
PAGE_SIZE
-1))
shmparam.h
15
#define SHMLBA (4 *
PAGE_SIZE
)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
page.h
16
#define
PAGE_SIZE
(1UL << PAGE_SHIFT)
17
#define PAGE_MASK (~(
PAGE_SIZE
-1))
shmparam.h
15
#define SHMLBA (4 *
PAGE_SIZE
)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
page.h
16
#define
PAGE_SIZE
(1UL << PAGE_SHIFT)
17
#define PAGE_MASK (~(
PAGE_SIZE
-1))
shmparam.h
15
#define SHMLBA (4 *
PAGE_SIZE
)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
page.h
16
#define
PAGE_SIZE
(1UL << PAGE_SHIFT)
17
#define PAGE_MASK (~(
PAGE_SIZE
-1))
shmparam.h
15
#define SHMLBA (4 *
PAGE_SIZE
)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/
page.h
16
#define
PAGE_SIZE
(1UL << PAGE_SHIFT)
17
#define PAGE_MASK (~(
PAGE_SIZE
-1))
shmparam.h
15
#define SHMLBA (4 *
PAGE_SIZE
)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/
page.h
16
#define
PAGE_SIZE
(1UL << PAGE_SHIFT)
17
#define PAGE_MASK (~(
PAGE_SIZE
-1))
shmparam.h
15
#define SHMLBA (4 *
PAGE_SIZE
)
/bionic/libc/kernel/arch-x86/asm/
shmparam.h
15
#define SHMLBA
PAGE_SIZE
page_32.h
16
#define
PAGE_SIZE
(1UL << PAGE_SHIFT)
17
#define PAGE_MASK (~(
PAGE_SIZE
-1))
/development/ndk/platforms/android-9/arch-x86/include/asm/
shmparam.h
15
#define SHMLBA
PAGE_SIZE
page_32.h
16
#define
PAGE_SIZE
(1UL << PAGE_SHIFT)
17
#define PAGE_MASK (~(
PAGE_SIZE
-1))
/external/kernel-headers/original/asm-arm/
shmparam.h
9
#define SHMLBA (4 *
PAGE_SIZE
) /* attach addr a multiple of this */
/external/kernel-headers/original/asm-x86/
shmparam.h
4
#define SHMLBA
PAGE_SIZE
/* attach addr a multiple of this */
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
shmparam.h
15
#define SHMLBA
PAGE_SIZE
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
shmparam.h
15
#define SHMLBA
PAGE_SIZE
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
shmparam.h
15
#define SHMLBA
PAGE_SIZE
Completed in 575 milliseconds
1
2
3
4
5
6
7
8
9
10
11