OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pte_present
(Results
1 - 23
of
23
) sorted by null
/external/oprofile/module/
op_util.c
34
if (
pte_present
(pte)) {
/external/kernel-headers/original/asm-mips/
pgtable.h
92
#define
pte_present
(pte) ((pte).pte_low & _PAGE_PRESENT)
macro
128
#define
pte_present
(pte) (pte_val(pte) & _PAGE_PRESENT)
macro
189
* The following only work if
pte_present
() is true.
/bionic/libc/kernel/arch-mips/asm/
pgtable.h
62
#define
pte_present
(pte) (pte_val(pte) & _PAGE_PRESENT)
macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable.h
62
#define
pte_present
(pte) (pte_val(pte) & _PAGE_PRESENT)
macro
/external/kernel-headers/original/asm-x86/
pgtable_32.h
122
pte_present
gives true */
204
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
215
* The following only work if
pte_present
() is true.
224
* The following only works if
pte_present
() is not true.
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
pgtable.h
62
#define
pte_present
(pte) (pte_val(pte) & _PAGE_PRESENT)
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable.h
62
#define
pte_present
(pte) (pte_val(pte) & _PAGE_PRESENT)
macro
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
pgtable.h
62
#define
pte_present
(pte) (pte_val(pte) & _PAGE_PRESENT)
macro
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
pgtable.h
62
#define
pte_present
(pte) (pte_val(pte) & _PAGE_PRESENT)
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
pgtable.h
62
#define
pte_present
(pte) (pte_val(pte) & _PAGE_PRESENT)
macro
/external/kernel-headers/original/asm-arm/
pgtable.h
237
* The following only work if
pte_present
() is true.
240
#define
pte_present
(pte) (pte_val(pte) & L_PTE_PRESENT)
macro
248
* The following only works if
pte_present
() is not true.
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h
132
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h
132
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
132
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
132
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
132
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
140
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h
140
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
140
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
140
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
140
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgtable_32.h
140
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
140
#define
pte_present
(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
macro
Completed in 1624 milliseconds