Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Dnuma.c33 int riscv_socket_count(const MachineState *ms) in riscv_socket_count() function
174 dist_matrix_size = riscv_socket_count(ms) * riscv_socket_count(ms); in riscv_socket_fdt_write_distance_matrix()
178 for (i = 0; i < riscv_socket_count(ms); i++) { in riscv_socket_fdt_write_distance_matrix()
179 for (j = 0; j < riscv_socket_count(ms); j++) { in riscv_socket_fdt_write_distance_matrix()
180 idx = (i * riscv_socket_count(ms) + j) * 3; in riscv_socket_fdt_write_distance_matrix()
H A Dspike.c99 for (socket = (riscv_socket_count(ms) - 1); socket >= 0; socket--) { in create_fdt()
210 if (SPIKE_SOCKETS_MAX < riscv_socket_count(machine)) { in spike_board_init()
217 for (i = 0; i < riscv_socket_count(machine); i++) { in spike_board_init()
H A Dvirt-acpi-build.c436 socket_count = riscv_socket_count(ms); in build_dsdt()
490 uint8_t group_index_bits = imsic_num_bits(riscv_socket_count(ms)); in build_madt()
498 for (socket = 0; socket < riscv_socket_count(ms); socket++) { in build_madt()
543 for (socket = 0; socket < riscv_socket_count(ms); socket++) { in build_madt()
573 for (socket = 0; socket < riscv_socket_count(ms); socket++) { in build_madt()
H A Dvirt.c514 int socket_count = riscv_socket_count(ms); in create_fdt_one_imsic()
736 int socket_count = riscv_socket_count(ms); in create_fdt_sockets()
1435 int socket_count = riscv_socket_count(machine); in virt_machine_init()
/openbmc/qemu/include/hw/riscv/
H A Dnuma.h32 int riscv_socket_count(const MachineState *ms);
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c1694 uint64_t socket_count = riscv_socket_count(machine); in kvm_riscv_aia_create()