OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_PAGE_PCD
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
74
#define
_PAGE_PCD
0x010
106
#define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL |
_PAGE_PCD
)
161
#define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) |
_PAGE_PCD
| _PAGE_PWT)) : (prot))
/development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h
74
#define
_PAGE_PCD
0x010
106
#define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL |
_PAGE_PCD
)
161
#define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) |
_PAGE_PCD
| _PAGE_PWT)) : (prot))
/external/kernel-headers/original/asm-x86/
pgtable_32.h
110
#define
_PAGE_PCD
0x010
159
#define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL |
_PAGE_PCD
)
361
? (__pgprot(pgprot_val(prot) |
_PAGE_PCD
| _PAGE_PWT)) : (prot))
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h
68
#define
_PAGE_PCD
0x010
100
#define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL |
_PAGE_PCD
)
152
#define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) |
_PAGE_PCD
| _PAGE_PWT)) : (prot))
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h
68
#define
_PAGE_PCD
0x010
100
#define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL |
_PAGE_PCD
)
152
#define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) |
_PAGE_PCD
| _PAGE_PWT)) : (prot))
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
68
#define
_PAGE_PCD
0x010
100
#define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL |
_PAGE_PCD
)
152
#define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) |
_PAGE_PCD
| _PAGE_PWT)) : (prot))
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
68
#define
_PAGE_PCD
0x010
100
#define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL |
_PAGE_PCD
)
152
#define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) |
_PAGE_PCD
| _PAGE_PWT)) : (prot))
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
68
#define
_PAGE_PCD
0x010
100
#define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL |
_PAGE_PCD
)
152
#define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) |
_PAGE_PCD
| _PAGE_PWT)) : (prot))
Completed in 1051 milliseconds