OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USER_PTRS_PER_PGD
(Results
1 - 22
of
22
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
pgtable-32.h
39
#define PTRS_PER_PGD (
USER_PTRS_PER_PGD
* 2)
41
#define
USER_PTRS_PER_PGD
(0x80000000UL/PGDIR_SIZE)
/development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-32.h
39
#define PTRS_PER_PGD (
USER_PTRS_PER_PGD
* 2)
41
#define
USER_PTRS_PER_PGD
(0x80000000UL/PGDIR_SIZE)
/external/kernel-headers/original/asm-mips/
pgtable-32.h
44
#define PTRS_PER_PGD (
USER_PTRS_PER_PGD
* 2)
47
#define
USER_PTRS_PER_PGD
(0x80000000UL/PGDIR_SIZE)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h
39
#define PTRS_PER_PGD (
USER_PTRS_PER_PGD
* 2)
41
#define
USER_PTRS_PER_PGD
(0x80000000UL/PGDIR_SIZE)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h
39
#define PTRS_PER_PGD (
USER_PTRS_PER_PGD
* 2)
41
#define
USER_PTRS_PER_PGD
(0x80000000UL/PGDIR_SIZE)
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h
39
#define PTRS_PER_PGD (
USER_PTRS_PER_PGD
* 2)
41
#define
USER_PTRS_PER_PGD
(0x80000000UL/PGDIR_SIZE)
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
pgtable-32.h
39
#define PTRS_PER_PGD (
USER_PTRS_PER_PGD
* 2)
41
#define
USER_PTRS_PER_PGD
(0x80000000UL/PGDIR_SIZE)
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h
39
#define PTRS_PER_PGD (
USER_PTRS_PER_PGD
* 2)
41
#define
USER_PTRS_PER_PGD
(0x80000000UL/PGDIR_SIZE)
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
40
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h
40
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/external/kernel-headers/original/asm-arm/
pgtable.h
136
#define
USER_PTRS_PER_PGD
((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR)
/external/kernel-headers/original/asm-x86/
pgtable_32.h
61
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h
36
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h
36
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
36
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
36
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
36
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
40
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
40
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
40
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgtable_32.h
40
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
40
#define
USER_PTRS_PER_PGD
(TASK_SIZE/PGDIR_SIZE)
Completed in 299 milliseconds