Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dmips_itu.c78 MIPSITUState *tag = (MIPSITUState *)opaque; in itc_tag_read()
89 static void itc_reconfigure(MIPSITUState *tag) in itc_reconfigure()
109 MIPSITUState *tag = (MIPSITUState *)opaque; in itc_tag_write()
142 static inline uint32_t get_num_cells(MIPSITUState *s) in get_num_cells()
378 MIPSITUState *s = (MIPSITUState *)opaque; in itc_storage_read()
425 MIPSITUState *s = (MIPSITUState *)opaque; in itc_storage_write()
479 static void itc_reset_cells(MIPSITUState *s) in itc_reset_cells()
495 MIPSITUState *s = MIPS_ITU(obj); in mips_itu_init()
507 MIPSITUState *s = MIPS_ITU(dev); in mips_itu_realize()
525 MIPSITUState *s = MIPS_ITU(dev); in mips_itu_reset()
[all …]
/openbmc/qemu/include/hw/misc/
H A Dmips_itu.h27 OBJECT_DECLARE_SIMPLE_TYPE(MIPSITUState, MIPS_ITU)
55 struct MIPSITUState { struct
76 MemoryRegion *mips_itu_get_tag_region(MIPSITUState *itu); argument
/openbmc/qemu/include/hw/mips/
H A Dcps.h46 MIPSITUState itu;
/openbmc/qemu/target/mips/
H A Dcpu.h527 struct MIPSITUState;