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

  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 74 #define _PAGE_PCD 0x010
106 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
161 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 74 #define _PAGE_PCD 0x010
106 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
161 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 68 #define _PAGE_PCD 0x010
100 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 68 #define _PAGE_PCD 0x010
100 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 68 #define _PAGE_PCD 0x010
100 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 68 #define _PAGE_PCD 0x010
100 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 68 #define _PAGE_PCD 0x010
100 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
152 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 74 #define _PAGE_PCD 0x010
106 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
161 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 74 #define _PAGE_PCD 0x010
106 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
161 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
  /external/oprofile/module/x86/
op_fixmap.c 53 pgprot_val(prot) |= _PAGE_PCD;
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 110 #define _PAGE_PCD 0x010
159 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
361 ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))

Completed in 38 milliseconds