Home
last modified time | relevance | path

Searched refs:ARCH_MMU_FLAG_UNCACHED (Results 1 – 10 of 10) sorted by relevance

/external/trusty/lk/lib/rust_support/
Dmmu.rs32 pub use crate::sys::ARCH_MMU_FLAG_UNCACHED;
/external/trusty/lk/arch/arm/arm/
Dmmu.c66 case ARCH_MMU_FLAG_UNCACHED: in mmu_flags_to_l1_arch_flags()
118 case ARCH_MMU_FLAG_UNCACHED: in mmu_flags_to_l2_arch_flags_small_page()
327 *flags |= ARCH_MMU_FLAG_UNCACHED; in arch_mmu_query()
378 *flags |= ARCH_MMU_FLAG_UNCACHED; in arch_mmu_query()
/external/trusty/lk/include/arch/
Dmmu.h35 #define ARCH_MMU_FLAG_UNCACHED (1U<<0) macro
/external/trusty/lk/arch/arm64/
Dexceptions_c.c155 (flags & ARCH_MMU_FLAG_UNCACHED) ? " uncached" : ""); in printmemattrs()
198 (flags1 & ARCH_MMU_FLAG_CACHE_MASK) == ARCH_MMU_FLAG_UNCACHED)) { in dump_memory_around_register()
206 (flags2 & ARCH_MMU_FLAG_CACHE_MASK) == ARCH_MMU_FLAG_UNCACHED)) { in dump_memory_around_register()
Dmmu.c104 case ARCH_MMU_FLAG_UNCACHED: in mmu_flags_to_pte_attr()
241 mmu_flags |= ARCH_MMU_FLAG_UNCACHED; in arch_mmu_query()
Dmmu.inc104 case ARCH_MMU_FLAG_UNCACHED:
241 mmu_flags |= ARCH_MMU_FLAG_UNCACHED;
/external/trusty/lk/arch/x86/64/
Dmmu.c219 if (cache_flag == ARCH_MMU_FLAG_UNCACHED || in get_x86_arch_flags()
233 cache_flag != ARCH_MMU_FLAG_UNCACHED && in x86_mmu_check_flags()
265 mmu_flags |= ARCH_MMU_FLAG_UNCACHED; in get_arch_mmu_flags()
/external/trusty/lk/app/tests/
Dmem_tests.c197 … vmm_alloc_contiguous(vmm_get_kernel_aspace(), "memtest", len, &ptr, 0, 0, ARCH_MMU_FLAG_UNCACHED); in mem_test()
/external/trusty/lk/arch/x86/32/
Dmmu.c121 if (flags & ARCH_MMU_FLAG_UNCACHED) in get_x86_arch_flags()
145 mmu_flags |= ARCH_MMU_FLAG_UNCACHED; in get_arch_mmu_flags()
/external/trusty/lk/kernel/vm/
Dvm.c153 flags = ARCH_MMU_FLAG_UNCACHED | ARCH_MMU_FLAG_PERM_NO_EXECUTE; in vm_map_initial_mappings()