Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/arch/
Darch_interface.h731 int arch_mem_domain_thread_remove(struct k_thread *thread);
/Zephyr-Core-3.7.0/kernel/
DKconfig.mem_domain42 arch_mem_domain_thread_remove
Dmem_domain.c289 ret = arch_mem_domain_thread_remove(thread); in remove_thread_locked()
/Zephyr-Core-3.7.0/arch/riscv/core/
Dpmp.c722 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-Core-3.7.0/arch/arm64/core/cortex_r/
Darm_mpu.c807 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-Core-3.7.0/arch/xtensa/core/
Dmpu.c933 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
Dptables.c1018 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-Core-3.7.0/arch/x86/core/
Dx86_mmu.c1617 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
1868 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-Core-3.7.0/arch/arm64/core/
Dmmu.c1290 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-Core-3.7.0/doc/hardware/porting/
Darch.rst817 * :c:func:`arch_mem_domain_thread_remove`