Home
last modified time | relevance | path

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

/qemu/hw/riscv/
H A Dvirt.c353 g_autofree uint32_t *aclint_mtimer_cells = NULL; in create_fdt_socket_aclint() local
357 aclint_mtimer_cells = g_new0(uint32_t, s->soc[socket].num_harts * 2); in create_fdt_socket_aclint()
363 aclint_mtimer_cells[cpu * 2 + 0] = cpu_to_be32(intc_phandles[cpu]); in create_fdt_socket_aclint()
364 aclint_mtimer_cells[cpu * 2 + 1] = cpu_to_be32(IRQ_M_TIMER); in create_fdt_socket_aclint()
405 aclint_mtimer_cells, aclint_cells_size); in create_fdt_socket_aclint()