OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__pgprot
(Results
1 - 11
of
11
) sorted by null
/bionic/libc/kernel/arch-x86/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))
/ndk/build/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))
/ndk/build/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))
/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 70 milliseconds