Home
last modified time | relevance | path

Searched defs:ARCH_MMU_FLAG_UNCACHED_DEVICE (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/lk/include/arch/
Dmmu.h36 #define ARCH_MMU_FLAG_UNCACHED_DEVICE (2U<<0) /* only exists on some arches, otherwise UNCACHED */ macro
/aosp_15_r20/trusty/user/base/tools/
Dmanifest_compiler.py188 ARCH_MMU_FLAG_UNCACHED_DEVICE = 2 << 0 variable