OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pgprot_noncached
(Results
26 - 29
of
29
) sorted by null
1
2
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
pgtable_32.h
161
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
macro
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgtable_32.h
161
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
pgtable_32.h
161
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
161
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
macro
Completed in 729 milliseconds
1
2