Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/kernel/
Dmem_domain.c220 &thread->mem_domain_info.mem_domain_q_node); in add_thread_locked()
221 thread->mem_domain_info.mem_domain = domain; in add_thread_locked()
232 thread, thread->mem_domain_info.mem_domain); in remove_thread_locked()
233 sys_dlist_remove(&thread->mem_domain_info.mem_domain_q_node); in remove_thread_locked()
246 add_thread_locked(_current->mem_domain_info.mem_domain, thread); in z_mem_domain_init_thread()
263 if (thread->mem_domain_info.mem_domain != domain) { in k_mem_domain_add_thread()
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/mem_protect/src/
Dmem_domain.c260 zassert_true(zzz_thread->mem_domain_info.mem_domain == in test_mem_domain_boot_threads()
262 zzz_thread->mem_domain_info.mem_domain); in test_mem_domain_boot_threads()
265 zassert_true(z_main_thread.mem_domain_info.mem_domain == in test_mem_domain_boot_threads()
267 z_main_thread.mem_domain_info.mem_domain); in test_mem_domain_boot_threads()
/Zephyr-Core-2.7.6/arch/riscv/core/pmp/
Dcore_pmp.c450 thread = CONTAINER_OF(node, struct k_thread, mem_domain_info); in arch_mem_domain_partition_remove()
471 thread = CONTAINER_OF(node, struct k_thread, mem_domain_info); in arch_mem_domain_partition_remove()
493 pcount < thread->mem_domain_info.mem_domain->num_partitions; in arch_mem_domain_thread_add()
495 partition = &thread->mem_domain_info.mem_domain->partitions[i]; in arch_mem_domain_thread_add()
516 thread = CONTAINER_OF(node, struct k_thread, mem_domain_info); in arch_mem_domain_partition_add()
/Zephyr-Core-2.7.6/include/kernel/
Dthread.h254 struct _mem_domain_info mem_domain_info; member
/Zephyr-Core-2.7.6/kernel/include/
Dkswap.h225 dummy_thread->mem_domain_info.mem_domain = &k_mem_domain_default; in z_dummy_thread_init()
/Zephyr-Core-2.7.6/arch/arc/core/mpu/
Darc_mpu_common_internal.h139 mem_domain = thread->mem_domain_info.mem_domain; in arc_core_mpu_configure_mem_domain()
Darc_mpu_v4_internal.h578 struct k_mem_domain *mem_domain = thread->mem_domain_info.mem_domain; in arc_core_mpu_configure_thread()
666 mem_domain = thread->mem_domain_info.mem_domain; in arc_core_mpu_configure_mem_domain()
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/mpu/
Darm_core_mpu.c204 struct k_mem_domain *mem_domain = thread->mem_domain_info.mem_domain; in z_arm_configure_dynamic_mpu_regions()
/Zephyr-Core-2.7.6/arch/x86/core/
Dx86_mmu.c1414 if (incoming->mem_domain_info.mem_domain == current_domain) { in z_x86_swap_update_common_page_table()
1435 &incoming->mem_domain_info.mem_domain->partitions[i]; in z_x86_swap_update_common_page_table()
1442 current_domain = incoming->mem_domain_info.mem_domain; in z_x86_swap_update_common_page_table()
1736 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_remove()
1774 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_add()
/Zephyr-Core-2.7.6/arch/arm64/core/
Dmmu.c1021 domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_add()
1055 domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_remove()