Searched refs:auto_eoi (Results 1 – 14 of 14) sorted by relevance
40 static void init_8259A(int auto_eoi);228 static void init_8259A(int auto_eoi) in init_8259A() argument232 i8259A_auto_eoi = auto_eoi; in init_8259A()245 if (auto_eoi) /* master does Auto EOI */ in init_8259A()254 if (auto_eoi) in init_8259A()
33 static void init_8259A(int auto_eoi);344 static void init_8259A(int auto_eoi) in init_8259A() argument348 i8259A_auto_eoi = auto_eoi; in init_8259A()365 if (auto_eoi) /* master does Auto EOI */ in init_8259A()379 if (auto_eoi) in init_8259A()
62 s->auto_eoi = kpic->auto_eoi; in kvm_pic_get()90 kpic->auto_eoi = s->auto_eoi; in kvm_pic_put()
48 s->auto_eoi = 0; in pic_reset_common()182 VMSTATE_UINT8(auto_eoi, PICCommonState),
162 if (s->auto_eoi) { in pic_intack()317 s->auto_eoi = (val >> 1) & 1; in pic_ioport_write()
57 uint8_t auto_eoi; member
66 void (*init)(int auto_eoi);
39 u8 auto_eoi; member
228 if (s->auto_eoi) { in pic_intack()288 s->auto_eoi = 0; in kvm_pic_reset()394 s->auto_eoi = (val >> 1) & 1; in pic_ioport_write()
324 shared_sint.auto_eoi = in hv_synic_enable_regs()327 shared_sint.auto_eoi = 0; in hv_synic_enable_regs()
69 __u8 auto_eoi; member
387 u64 auto_eoi:1; member