Searched refs:cpuas (Results 1 – 1 of 1) sorted by relevance
782 CPUAddressSpace *cpuas; in cpu_address_space_destroy() local789 cpuas = &cpu->cpu_ases[asidx]; in cpu_address_space_destroy()791 memory_listener_unregister(&cpuas->tcg_as_listener); in cpu_address_space_destroy()794 address_space_destroy(cpuas->as); in cpu_address_space_destroy()795 g_free_rcu(cpuas->as, rcu); in cpu_address_space_destroy()2510 CPUAddressSpace *cpuas = &cpu->cpu_ases[asidx]; in iotlb_to_section() local2511 AddressSpaceDispatch *d = cpuas->memory_dispatch; in iotlb_to_section()2554 CPUAddressSpace *cpuas; in tcg_log_global_after_sync() local2581 cpuas = container_of(listener, CPUAddressSpace, tcg_as_listener); in tcg_log_global_after_sync()2582 run_on_cpu(cpuas->cpu, do_nothing, RUN_ON_CPU_NULL); in tcg_log_global_after_sync()[all …]