HomeSort by relevance Sort by last modified time
    Searched defs:PMD_SECT_TEX (Results 26 - 28 of 28) sorted by null

12

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
pgtable-hwdef.h 28 #define PMD_SECT_TEX(x) ((x) << 12)
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)
40 #define PMD_SECT_NONSHARED_DEV (PMD_SECT_TEX(2))
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
pgtable-hwdef.h 28 #define PMD_SECT_TEX(x) ((x) << 12)
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)
40 #define PMD_SECT_NONSHARED_DEV (PMD_SECT_TEX(2))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
pgtable-hwdef.h 28 #define PMD_SECT_TEX(x) ((x) << 12)
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)
40 #define PMD_SECT_NONSHARED_DEV (PMD_SECT_TEX(2))

Completed in 43 milliseconds

12