OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PAGE_PROTNONE
(Results
1 - 13
of
13
) sorted by null
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
85
#define
_PAGE_PROTNONE
0x080
91
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
140
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h
85
#define
_PAGE_PROTNONE
0x080
91
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
140
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/prebuilts/ndk/4/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
))
/prebuilts/ndk/4/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
))
/prebuilts/ndk/6/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
))
/prebuilts/ndk/7/platforms/android-14/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
))
/prebuilts/ndk/7/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
))
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
85
#define
_PAGE_PROTNONE
0x080
91
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
140
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
85
#define
_PAGE_PROTNONE
0x080
91
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
140
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
85
#define
_PAGE_PROTNONE
0x080
91
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
140
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgtable_32.h
85
#define
_PAGE_PROTNONE
0x080
91
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
140
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT |
_PAGE_PROTNONE
))
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
85
#define
_PAGE_PROTNONE
0x080
91
#define PAGE_NONE __pgprot(
_PAGE_PROTNONE
| _PAGE_ACCESSED)
140
#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 33 milliseconds