Home
last modified time | relevance | path

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

/qemu/hw/riscv/
H A Dsifive_e.c79 SiFiveEState *s = RISCV_E_MACHINE(machine); in sifive_e_machine_init()
126 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_get_revb()
133 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_set_revb()
140 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_instance_init()
/qemu/include/hw/riscv/
H A Dsifive_e.h55 #define RISCV_E_MACHINE(obj) \ macro