Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/sys/
Darch_interface.h714 int arch_mem_domain_thread_remove(struct k_thread *thread);
/Zephyr-Core-3.5.0/kernel/
Dmem_domain.c289 ret = arch_mem_domain_thread_remove(thread); in remove_thread_locked()
DKconfig1092 arch_mem_domain_thread_remove
/Zephyr-Core-3.5.0/arch/riscv/core/
Dpmp.c661 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-Core-3.5.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.5.0/arch/x86/core/
Dx86_mmu.c1610 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
1861 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-Core-3.5.0/arch/arm64/core/
Dmmu.c1194 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-Core-3.5.0/doc/hardware/porting/
Darch.rst808 * :c:func:`arch_mem_domain_thread_remove`