Home
last modified time | relevance | path

Searched refs:arch_mem_domain (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/arch/arm64/
Darch.h46 struct arch_mem_domain { struct
/Zephyr-latest/include/zephyr/app_memory/
Dmem_domain.h82 struct arch_mem_domain arch;
/Zephyr-latest/include/zephyr/arch/x86/
Dmmustructs.h83 struct arch_mem_domain { struct
/Zephyr-latest/include/zephyr/arch/xtensa/
Darch.h64 struct arch_mem_domain { struct
/Zephyr-latest/arch/xtensa/core/
Dptables.c342 struct arch_mem_domain *domain = in xtensa_mmu_reinit()
455 struct arch_mem_domain *domain; in __arch_mem_map()
460 domain = CONTAINER_OF(node, struct arch_mem_domain, node); in __arch_mem_map()
610 struct arch_mem_domain *domain; in __arch_mem_unmap()
615 domain = CONTAINER_OF(node, struct arch_mem_domain, node); in __arch_mem_unmap()
714 struct arch_mem_domain *domain = in xtensa_mmu_tlb_shootdown()
1127 struct arch_mem_domain *domain = in xtensa_swap_update_page_tables()
/Zephyr-latest/include/zephyr/arch/riscv/
Darch.h224 struct arch_mem_domain { struct
/Zephyr-latest/kernel/
DKconfig.mem_domain22 If so, the architecture defines a 'struct arch_mem_domain' which is
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1203 struct arch_mem_domain *domain = in range_map()
1204 CONTAINER_OF(node, struct arch_mem_domain, node); in range_map()
1814 struct arch_mem_domain *list_domain = in arch_mem_domain_init()
1815 CONTAINER_OF(node, struct arch_mem_domain, node); in arch_mem_domain_init()
2165 struct arch_mem_domain *domain = in arch_page_info_get()
2166 CONTAINER_OF(node, struct arch_mem_domain, in arch_page_info_get()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1026 struct arch_mem_domain *domain; in sync_domains()
1033 domain = CONTAINER_OF(node, struct arch_mem_domain, node); in sync_domains()