Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Dvirt.c352 g_autofree uint32_t *aclint_mswi_cells = NULL; in create_fdt_socket_aclint() local
357 aclint_mswi_cells = g_new0(uint32_t, s->soc[socket].num_harts * 2); in create_fdt_socket_aclint()
362 aclint_mswi_cells[cpu * 2 + 0] = cpu_to_be32(intc_phandles[cpu]); in create_fdt_socket_aclint()
363 aclint_mswi_cells[cpu * 2 + 1] = cpu_to_be32(IRQ_M_SOFT); in create_fdt_socket_aclint()
380 aclint_mswi_cells, aclint_cells_size); in create_fdt_socket_aclint()