OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PAGE_PROTNONE
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/arch-sh/asm/
pgtable_32.h
24
#define
_PAGE_PROTNONE
0x200
57
#define _PAGE_CLEAR_FLAGS (
_PAGE_PROTNONE
| _PAGE_ACCESSED | _PAGE_FILE)
71
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_CACHABLE | _PAGE_ACCESSED | _PAGE_FLAGS_HARD)
105
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
78
#define
_PAGE_PROTNONE
0x080
85
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
132
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h
78
#define
_PAGE_PROTNONE
0x080
85
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
132
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h
78
#define
_PAGE_PROTNONE
0x080
85
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
132
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h
78
#define
_PAGE_PROTNONE
0x080
85
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
132
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
78
#define
_PAGE_PROTNONE
0x080
85
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
132
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/external/kernel-headers/original/asm-x86/
pgtable_32.h
121
#define
_PAGE_PROTNONE
0x080 /* if the user mapped it with PROT_NONE;
134
__pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
204
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
Completed in 20 milliseconds