Searched refs:old_ptables (Results 1 – 3 of 3) sorted by relevance
967 uint32_t *old_ptables; in arch_mem_domain_thread_add() local970 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()
1295 struct arm_mmu_ptables *old_ptables, *domain_ptables; in arch_mem_domain_thread_add() local1302 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()
1924 pentry_t *old_ptables = UINT_TO_POINTER(thread->arch.ptables); in arch_mem_domain_thread_add() local1926 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()