Home
last modified time | relevance | path

Searched refs:riscv_socket_first_hartid (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/riscv/
H A Dnuma.c38 int riscv_socket_first_hartid(const MachineState *ms, int socket_id) in riscv_socket_first_hartid() function
86 first_hartid = riscv_socket_first_hartid(ms, socket_id); in riscv_socket_hart_count()
111 first_hartid = riscv_socket_first_hartid(ms, socket_id); in riscv_socket_check_hartids()
H A Dspike.c223 base_hartid = riscv_socket_first_hartid(machine, i); in spike_board_init()
H A Dvirt-acpi-build.c77 riscv_socket_first_hartid(ms, socket_id)) % in riscv_acpi_madt_add_rintc()
H A Dvirt.c1459 base_hartid = riscv_socket_first_hartid(machine, i); in virt_machine_init()
/openbmc/qemu/include/hw/riscv/
H A Dnuma.h41 int riscv_socket_first_hartid(const MachineState *ms, int socket_id);
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c1784 base_hart = riscv_socket_first_hartid(machine, socket); in kvm_riscv_aia_create()