Searched refs:cpuas (Results 1 – 1 of 1) sorted by relevance
755 CPUAddressSpace *cpuas = &cpu->cpu_ases[asidx]; in iotlb_to_section() local756 AddressSpaceDispatch *d = cpuas->memory_dispatch; in iotlb_to_section()819 CPUAddressSpace *cpuas; in cpu_address_space_destroy() local826 cpuas = &cpu->cpu_ases[asidx]; in cpu_address_space_destroy()828 memory_listener_unregister(&cpuas->tcg_as_listener); in cpu_address_space_destroy()831 address_space_destroy(cpuas->as); in cpu_address_space_destroy()832 g_free_rcu(cpuas->as, rcu); in cpu_address_space_destroy()2725 CPUAddressSpace *cpuas; in tcg_log_global_after_sync() local2752 cpuas = container_of(listener, CPUAddressSpace, tcg_as_listener); in tcg_log_global_after_sync()2753 run_on_cpu(cpuas->cpu, do_nothing, RUN_ON_CPU_NULL); in tcg_log_global_after_sync()[all …]