Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/
Darch_interface.h738 int arch_mem_domain_thread_remove(struct k_thread *thread);
/Zephyr-latest/kernel/
DKconfig.mem_domain42 arch_mem_domain_thread_remove
Dmem_domain.c289 ret = arch_mem_domain_thread_remove(thread); in remove_thread_locked()
/Zephyr-latest/arch/riscv/core/
Dpmp.c740 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-latest/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-latest/arch/xtensa/core/
Dmpu.c966 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
Dptables.c1016 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1623 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
1874 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-latest/arch/arm64/core/
Dmmu.c1329 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() function
/Zephyr-latest/doc/hardware/porting/
Darch.rst817 * :c:func:`arch_mem_domain_thread_remove`