Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Dptables.c967 uint32_t *old_ptables; in arch_mem_domain_thread_add() local
970 old_ptables = thread->arch.ptables; in arch_mem_domain_thread_add()
975 is_migration = (old_ptables != NULL) && is_user; in arch_mem_domain_thread_add()
989 ret = reset_region(old_ptables, in arch_mem_domain_thread_add()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1295 struct arm_mmu_ptables *old_ptables, *domain_ptables; in arch_mem_domain_thread_add() local
1302 old_ptables = thread->arch.ptables; in arch_mem_domain_thread_add()
1305 is_migration = (old_ptables != NULL) && is_user; in arch_mem_domain_thread_add()
1322 ret = reset_map(old_ptables, __func__, thread->stack_info.start, in arch_mem_domain_thread_add()
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1924 pentry_t *old_ptables = UINT_TO_POINTER(thread->arch.ptables); in arch_mem_domain_thread_add() local
1926 bool is_migration = (old_ptables != NULL) && is_user; in arch_mem_domain_thread_add()
1933 old_ptables = k_mem_virt_addr(thread->arch.ptables); in arch_mem_domain_thread_add()
1950 ret = reset_region(old_ptables, in arch_mem_domain_thread_add()