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