Searched defs:LoongArchPICCommonState (Results 1 – 1 of 1) sorted by relevance
45 struct LoongArchPICCommonState { struct46 SysBusDevice parent_obj;48 qemu_irq parent_irq[64];49 union LoongArchPIC_ID id; /* 0x00 interrupt ID register */50 uint64_t int_mask; /* 0x020 interrupt mask register */51 uint64_t htmsi_en; /* 0x040 1=msi */52 uint64_t intedge; /* 0x060 edge=1 level=0 */53 uint64_t intclr; /* 0x080 clean edge int, set 1 clean, 0 noused */77 int (*pre_save)(LoongArchPICCommonState *s); argument