HomeSort by relevance Sort by last modified time
    Searched defs:pte_present (Results 1 - 11 of 11) sorted by null

  /bionic/libc/kernel/arch-sh/asm/
pgtable_64.h 82 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
pgtable_32.h 105 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) 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.
  /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.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro

Completed in 850 milliseconds