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

  /external/kernel-headers/original/asm-mips/
pgtable-32.h 84 static inline int pmd_present(pmd_t pmd) function
  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 142 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 142 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
  /external/kernel-headers/original/asm-arm/
pgtable.h 277 #define pmd_present(pmd) (pmd_val(pmd)) macro
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 208 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 135 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 135 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 135 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 135 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 135 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 142 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 142 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro

Completed in 129 milliseconds