Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/riscv/
H A Dvirt.h57 bool have_aclint; member
/openbmc/qemu/hw/riscv/
H A Dvirt.c763 if (virt_aclint_allowed() && s->have_aclint) { in create_fdt_sockets()
1469 if (!virt_aclint_allowed() && s->have_aclint) { in virt_machine_init()
1506 if (virt_aclint_allowed() && s->have_aclint) { in virt_machine_init()
1728 return s->have_aclint; in virt_get_aclint()
1735 s->have_aclint = value; in virt_set_aclint()