Searched refs:old_ptables (Results 1 – 3 of 3) sorted by relevance
969 uint32_t *old_ptables; in arch_mem_domain_thread_add() local972 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()
1256 struct arm_mmu_ptables *old_ptables, *domain_ptables; in arch_mem_domain_thread_add() local1263 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()
1918 pentry_t *old_ptables = UINT_TO_POINTER(thread->arch.ptables); in arch_mem_domain_thread_add() local1920 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()