HomeSort by relevance Sort by last modified time
    Searched refs:pmd_bad (Results 1 - 23 of 23) sorted by null

  /bionic/libc/kernel/arch-mips/asm/
pgtable-32.h 50 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-32.h 50 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h 50 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h 50 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h 50 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
pgtable-32.h 50 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h 50 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
  /external/kernel-headers/original/asm-generic/
pgtable.h 227 if (unlikely(pmd_bad(*pmd))) {
  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 144 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 144 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /external/kernel-headers/original/asm-arm/
pgtable.h 278 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
  /external/kernel-headers/original/asm-mips/
pgtable-32.h 82 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 136 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 136 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 136 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 136 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 136 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 144 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 144 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 144 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgtable_32.h 144 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 144 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 209 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro

Completed in 793 milliseconds