Home
last modified time | relevance | path

Searched refs:ARCH_MMU_FLAG_UNCACHED_DEVICE (Results 1 – 5 of 5) sorted by relevance

/trusty/kernel/platform/generic-arm64/
Ddebug.c57 ARCH_MMU_FLAG_PERM_NO_EXECUTE | ARCH_MMU_FLAG_UNCACHED_DEVICE); in map_uart()
/trusty/hardware/nxp/platform/imx/
Dplatform.c100 ARCH_MMU_FLAG_UNCACHED_DEVICE | ARCH_MMU_FLAG_PERM_NO_EXECUTE); in generic_arm64_map_regs()
/trusty/user/base/tools/
Dmanifest_compiler.py188 ARCH_MMU_FLAG_UNCACHED_DEVICE = 2 << 0 variable
786 arch_mmu_flags |= ARCH_MMU_FLAG_UNCACHED_DEVICE
996 ARCH_MMU_FLAG_UNCACHED_DEVICE: MEM_MAP_TYPE_UNCACHED_DEVICE,
/trusty/kernel/lib/arm_ffa/
Darm_ffa.c665 arch_mmu_flags_out |= ARCH_MMU_FLAG_UNCACHED_DEVICE; in arm_ffa_mem_retrieve_start()
/trusty/kernel/lib/trusty/
Dtrusty_app.c944 ARCH_MMU_FLAG_CACHE_MASK) != ARCH_MMU_FLAG_UNCACHED_DEVICE)) { in load_app_config_options()