Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/include/arch/
Dmmu.h35 #define ARCH_MMU_FLAG_UNCACHED (1U<<0) macro
/aosp_15_r20/trusty/user/base/tools/
Dmanifest_compiler.py187 ARCH_MMU_FLAG_UNCACHED = 1 << 0 variable