OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pgprot_noncached
(Results
1 - 22
of
22
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
pgtable.h
70
#define
pgprot_noncached
pgprot_noncached
macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable.h
70
#define
pgprot_noncached
pgprot_noncached
macro
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
pgtable.h
70
#define
pgprot_noncached
pgprot_noncached
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable.h
70
#define
pgprot_noncached
pgprot_noncached
macro
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
pgtable.h
70
#define
pgprot_noncached
pgprot_noncached
macro
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
pgtable.h
70
#define
pgprot_noncached
pgprot_noncached
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
pgtable.h
70
#define
pgprot_noncached
pgprot_noncached
macro
/external/kernel-headers/original/asm-mips/
pgtable.h
305
#define
pgprot_noncached
pgprot_noncached
macro
307
static inline pgprot_t
pgprot_noncached
(pgprot_t _prot)
function
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
161
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
macro
/development/ndk/platforms/android-9/arch-x86/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
/external/kernel-headers/original/asm-arm/
pgtable.h
273
#define
pgprot_noncached
(prot) __pgprot(pgprot_val(prot) & ~(L_PTE_CACHEABLE | L_PTE_BUFFERABLE))
macro
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h
152
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
macro
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h
152
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
macro
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
152
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
macro
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
152
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
macro
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
152
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
macro
/prebuilts/ndk/8/platforms/android-14/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/8/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
/prebuilts/ndk/9/platforms/android-14/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-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
/external/kernel-headers/original/asm-x86/
pgtable_32.h
360
#define
pgprot_noncached
(prot) ((boot_cpu_data.x86 > 3) \
macro
Completed in 427 milliseconds