Home
last modified time | relevance | path

Searched refs:get_arch_id (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/core/
H A Dcpu-common.c46 if (cpu->cc->get_arch_id(cpu) == id) { in cpu_by_arch_id()
376 k->get_arch_id = cpu_common_get_arch_id; in cpu_common_class_init()
/qemu/hw/intc/
H A Dloongarch_ipi.c56 uint64_t arch_id = k->get_arch_id(CPU(dev)); in loongarch_ipi_get_cpu()
H A Dloongarch_extioi_common.c19 uint64_t arch_id = k->get_arch_id(CPU(dev)); in loongarch_extioi_get_cpu()
/qemu/hw/acpi/
H A Dcpu_hotplug.c67 cpu_id = cpu->cc->get_arch_id(cpu); in acpi_set_cpu_present_bit()
H A Dcpu.c239 uint64_t cpu_arch_id = cpu->cc->get_arch_id(cpu); in get_cpu_status()
/qemu/include/hw/core/
H A Dcpu.h164 int64_t (*get_arch_id)(CPUState *cpu); member
/qemu/target/loongarch/
H A Dcpu.c952 cc->get_arch_id = loongarch_cpu_get_arch_id; in loongarch_cpu_class_init()
/qemu/target/riscv/
H A Dcpu.c2664 cc->get_arch_id = riscv_get_arch_id; in riscv_cpu_common_class_init()
/qemu/target/i386/
H A Dcpu.c9438 cc->get_arch_id = x86_cpu_get_arch_id; in x86_cpu_common_class_init()