OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAGE_KERNEL_NOCACHE
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/kernel/arch-sh/asm/
fixmap.h
28
#define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys,
PAGE_KERNEL_NOCACHE
)
pgtable_32.h
85
#define
PAGE_KERNEL_NOCACHE
__pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_HW_SHARED | _PAGE_FLAGS_HARD)
pgtable_64.h
75
#define
PAGE_KERNEL_NOCACHE
__pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _PAGE_EXECUTE | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_SHARED)
/bionic/libc/kernel/arch-x86/asm/
fixmap_32.h
40
#define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys,
PAGE_KERNEL_NOCACHE
)
pgtable_32.h
108
#define
PAGE_KERNEL_NOCACHE
__pgprot(__PAGE_KERNEL_NOCACHE)
/development/ndk/platforms/android-9/arch-x86/include/asm/
fixmap_32.h
40
#define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys,
PAGE_KERNEL_NOCACHE
)
pgtable_32.h
108
#define
PAGE_KERNEL_NOCACHE
__pgprot(__PAGE_KERNEL_NOCACHE)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
fixmap_32.h
40
#define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys,
PAGE_KERNEL_NOCACHE
)
pgtable_32.h
108
#define
PAGE_KERNEL_NOCACHE
__pgprot(__PAGE_KERNEL_NOCACHE)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
fixmap_32.h
40
#define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys,
PAGE_KERNEL_NOCACHE
)
pgtable_32.h
108
#define
PAGE_KERNEL_NOCACHE
__pgprot(__PAGE_KERNEL_NOCACHE)
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
fixmap_32.h
40
#define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys,
PAGE_KERNEL_NOCACHE
)
pgtable_32.h
108
#define
PAGE_KERNEL_NOCACHE
__pgprot(__PAGE_KERNEL_NOCACHE)
/external/kernel-headers/original/asm-x86/
fixmap_32.h
111
__set_fixmap(idx, phys,
PAGE_KERNEL_NOCACHE
)
pgtable_32.h
167
#define
PAGE_KERNEL_NOCACHE
__pgprot(__PAGE_KERNEL_NOCACHE)
Completed in 593 milliseconds