HomeSort by relevance Sort by last modified time
    Searched refs:__pgprot (Results 1 - 24 of 24) sorted by null

  /bionic/libc/kernel/arch-mips/asm/
pgtable.h 26 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT)
27 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _page_cachable_default)
29 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_READ | _page_cachable_default)
30 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_READ | _page_cachable_default)
31 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _page_cachable_default)
32 #define PAGE_USERIO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _page_cachable_default)
34 #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
35 #define __P000 __pgprot(0)
36 #define __P001 __pgprot(0)
37 #define __P010 __pgprot(0
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable.h 26 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT)
27 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _page_cachable_default)
29 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_READ | _page_cachable_default)
30 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_READ | _page_cachable_default)
31 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _page_cachable_default)
32 #define PAGE_USERIO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _page_cachable_default)
34 #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
35 #define __P000 __pgprot(0)
36 #define __P001 __pgprot(0)
37 #define __P010 __pgprot(0
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
pgtable.h 26 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT)
27 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _page_cachable_default)
29 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_READ | _page_cachable_default)
30 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_READ | _page_cachable_default)
31 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _page_cachable_default)
32 #define PAGE_USERIO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _page_cachable_default)
34 #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
35 #define __P000 __pgprot(0)
36 #define __P001 __pgprot(0)
37 #define __P010 __pgprot(0
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
pgtable.h 26 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT)
27 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _page_cachable_default)
29 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_READ | _page_cachable_default)
30 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_READ | _page_cachable_default)
31 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _page_cachable_default)
32 #define PAGE_USERIO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _page_cachable_default)
34 #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
35 #define __P000 __pgprot(0)
36 #define __P001 __pgprot(0)
37 #define __P010 __pgprot(0
    [all...]
  /external/kernel-headers/original/asm-mips/
pgtable.h 24 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT)
25 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
27 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_READ | \
29 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_READ | \
31 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \
33 #define PAGE_USERIO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
35 #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | \
48 #define __P000 __pgprot(0)
49 #define __P001 __pgprot(0)
50 #define __P010 __pgprot(0
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 91 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
92 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
94 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
95 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
96 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
99 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
100 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
110 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
111 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
112 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC
    [all...]
fixmap_32.h 47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 91 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
92 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
94 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
95 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
96 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
99 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
100 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
110 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
111 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
112 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC
    [all...]
fixmap_32.h 47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 85 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
86 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
88 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
89 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
90 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
92 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
93 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
105 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
106 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC
    [all...]
fixmap_32.h 42 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 85 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
86 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
88 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
89 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
90 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
92 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
93 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
105 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
106 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC
    [all...]
fixmap_32.h 42 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 85 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
86 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
88 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
89 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
90 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
92 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
93 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
105 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
106 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC
    [all...]
fixmap_32.h 42 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 85 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
86 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
88 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
89 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
90 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
92 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
93 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
105 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
106 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC
    [all...]
fixmap_32.h 42 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 85 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
86 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
88 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
89 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
90 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
92 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
93 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
105 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
106 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC
    [all...]
fixmap_32.h 42 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 134 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
136 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
139 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
141 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
143 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
147 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
149 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
163 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
164 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
165 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC
    [all...]
fixmap_32.h 114 __set_fixmap(idx, 0, __pgprot(0))
page_32.h 129 #define __pgprot(x) ((pgprot_t) { (x) } ) macro
  /external/kernel-headers/original/asm-arm/
pgtable.h 179 #define PAGE_NONE __pgprot(_L_PTE_DEFAULT)
180 #define PAGE_COPY __pgprot(_L_PTE_DEFAULT | _L_PTE_READ)
181 #define PAGE_SHARED __pgprot(_L_PTE_DEFAULT | _L_PTE_READ | L_PTE_WRITE)
182 #define PAGE_READONLY __pgprot(_L_PTE_DEFAULT | _L_PTE_READ)
273 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~(L_PTE_CACHEABLE | L_PTE_BUFFERABLE))
274 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~L_PTE_CACHEABLE)
page.h 155 #define __pgprot(x) ((pgprot_t) { (x) } ) macro
173 #define __pgprot(x) (x) macro

Completed in 680 milliseconds