Home
last modified time | relevance | path

Searched defs:NVICState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/intc/
H A Darmv7m_nvic.h37 struct NVICState { struct
39 SysBusDevice parent_obj;
42 ARMCPU *cpu;
44 VecInfo vectors[NVIC_MAX_VECTORS];
56 VecInfo sec_vectors[NVIC_INTERNAL_VECTORS];
58 uint32_t prigroup[M_REG_NUM_BANKS];
59 uint8_t num_prio_bits;
62 bool itns[NVIC_MAX_VECTORS];
71 unsigned int vectpending; /* highest prio pending enabled exception */
75 bool vectpending_is_s_banked;
[all …]
/openbmc/qemu/target/arm/
H A Dcpu.h203 typedef struct NVICState NVICState; typedef