Home
last modified time | relevance | path

Searched refs:old_ptables (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/arch/xtensa/core/
Dptables.c969 uint32_t *old_ptables; in arch_mem_domain_thread_add() local
972 old_ptables = thread->arch.ptables; in arch_mem_domain_thread_add()
977 is_migration = (old_ptables != NULL) && is_user; in arch_mem_domain_thread_add()
991 ret = reset_region(old_ptables, in arch_mem_domain_thread_add()
/Zephyr-Core-3.7.0/arch/arm64/core/
Dmmu.c1256 struct arm_mmu_ptables *old_ptables, *domain_ptables; in arch_mem_domain_thread_add() local
1263 old_ptables = thread->arch.ptables; in arch_mem_domain_thread_add()
1266 is_migration = (old_ptables != NULL) && is_user; in arch_mem_domain_thread_add()
1283 ret = reset_map(old_ptables, __func__, thread->stack_info.start, in arch_mem_domain_thread_add()
/Zephyr-Core-3.7.0/arch/x86/core/
Dx86_mmu.c1918 pentry_t *old_ptables = UINT_TO_POINTER(thread->arch.ptables); in arch_mem_domain_thread_add() local
1920 bool is_migration = (old_ptables != NULL) && is_user; in arch_mem_domain_thread_add()
1927 old_ptables = k_mem_virt_addr(thread->arch.ptables); in arch_mem_domain_thread_add()
1944 ret = reset_region(old_ptables, in arch_mem_domain_thread_add()