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

  /bionic/libc/kernel/arch-mips/asm/
pgtable.h 69 #define pgprot_noncached pgprot_noncached macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable.h 69 #define pgprot_noncached pgprot_noncached macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
pgtable.h 69 #define pgprot_noncached pgprot_noncached macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
pgtable.h 69 #define pgprot_noncached pgprot_noncached macro
  /external/kernel-headers/original/asm-mips/
pgtable.h 305 #define pgprot_noncached pgprot_noncached macro
307 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 161 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot)) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 161 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot)) macro
  /external/kernel-headers/original/asm-arm/
pgtable.h 273 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~(L_PTE_CACHEABLE | L_PTE_BUFFERABLE)) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot)) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot)) macro
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot)) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot)) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot)) macro
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 360 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) \ macro

Completed in 44 milliseconds