Home
last modified time | relevance | path

Searched refs:ARCH_MMU_FLAG_CACHE_MASK (Results 1 – 8 of 8) sorted by relevance

/external/trusty/lk/kernel/vm/
Dphysmem.c59 ARCH_MMU_FLAG_CACHE_MASK | in phys_mem_obj_dynamic_initialize()
112 if (*arch_mmu_flags & ARCH_MMU_FLAG_CACHE_MASK) { in phys_mem_obj_check_flags()
/external/trusty/lk/lib/rust_support/
Dmmu.rs25 pub use crate::sys::ARCH_MMU_FLAG_CACHE_MASK;
/external/trusty/lk/arch/arm64/
Dexceptions_c.c197 ((flags1 & ARCH_MMU_FLAG_CACHE_MASK) == ARCH_MMU_FLAG_CACHED || in dump_memory_around_register()
198 (flags1 & ARCH_MMU_FLAG_CACHE_MASK) == ARCH_MMU_FLAG_UNCACHED)) { in dump_memory_around_register()
205 ((flags2 & ARCH_MMU_FLAG_CACHE_MASK) == ARCH_MMU_FLAG_CACHED || in dump_memory_around_register()
206 (flags2 & ARCH_MMU_FLAG_CACHE_MASK) == ARCH_MMU_FLAG_UNCACHED)) { in dump_memory_around_register()
Dmmu.c89 if ((flags & ARCH_MMU_FLAG_CACHE_MASK) & ~ARCH_MMU_FLAG_CACHED) { in mmu_flags_to_pte_attr()
95 switch (flags & ARCH_MMU_FLAG_CACHE_MASK) { in mmu_flags_to_pte_attr()
Dmmu.inc89 if ((flags & ARCH_MMU_FLAG_CACHE_MASK) & ~ARCH_MMU_FLAG_CACHED) {
95 switch (flags & ARCH_MMU_FLAG_CACHE_MASK) {
/external/trusty/lk/include/arch/
Dmmu.h37 #define ARCH_MMU_FLAG_CACHE_MASK (3U<<0) macro
/external/trusty/lk/arch/x86/64/
Dmmu.c211 uint cache_flag = flags & ARCH_MMU_FLAG_CACHE_MASK; in get_x86_arch_flags()
231 uint cache_flag = flags & ARCH_MMU_FLAG_CACHE_MASK; in x86_mmu_check_flags()
239 uint unsupported_flags = flags & ~ARCH_MMU_FLAG_CACHE_MASK; in x86_mmu_check_flags()
/external/trusty/lk/arch/arm/arm/
Dmmu.c59 switch (flags & ARCH_MMU_FLAG_CACHE_MASK) { in mmu_flags_to_l1_arch_flags()
108 switch (flags & ARCH_MMU_FLAG_CACHE_MASK) { in mmu_flags_to_l2_arch_flags_small_page()