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

  /bionic/libc/kernel/arch-arm/asm/
pgtable-hwdef.h 24 #define PMD_SECT_CACHEABLE (1 << 3)
36 #define PMD_SECT_WT (PMD_SECT_CACHEABLE)
37 #define PMD_SECT_WB (PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
38 #define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE)
39 #define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
  /external/kernel-headers/original/asm-arm/
pgtable-hwdef.h 30 #define PMD_SECT_CACHEABLE (1 << 3)
42 #define PMD_SECT_WT (PMD_SECT_CACHEABLE)
43 #define PMD_SECT_WB (PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
44 #define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE)
45 #define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
pgtable-hwdef.h 24 #define PMD_SECT_CACHEABLE (1 << 3)
36 #define PMD_SECT_WT (PMD_SECT_CACHEABLE)
37 #define PMD_SECT_WB (PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
38 #define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE)
39 #define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
pgtable-hwdef.h 24 #define PMD_SECT_CACHEABLE (1 << 3)
36 #define PMD_SECT_WT (PMD_SECT_CACHEABLE)
37 #define PMD_SECT_WB (PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
38 #define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE)
39 #define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
pgtable-hwdef.h 24 #define PMD_SECT_CACHEABLE (1 << 3)
36 #define PMD_SECT_WT (PMD_SECT_CACHEABLE)
37 #define PMD_SECT_WB (PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
38 #define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE)
39 #define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
pgtable-hwdef.h 24 #define PMD_SECT_CACHEABLE (1 << 3)
36 #define PMD_SECT_WT (PMD_SECT_CACHEABLE)
37 #define PMD_SECT_WB (PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
38 #define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE)
39 #define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)

Completed in 13 milliseconds