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

  /bionic/libc/kernel/arch-sh/asm/
pgtable_32.h 128 #define pgprot_noncached pgprot_writecombine macro
pgtable_64.h 76 #define pgprot_noncached(x) __pgprot(((x).pgprot & ~(_PAGE_CACHABLE)) | _PAGE_DEVICE) macro
  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot)) macro
  /development/ndk/platforms/android-5/arch-x86/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-arm/
pgtable.h 273 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~(L_PTE_CACHEABLE | L_PTE_BUFFERABLE)) macro
  /prebuilt/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
  /prebuilt/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
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 360 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) \ macro

Completed in 40 milliseconds