Searched refs:auto_eoi (Results 1 – 9 of 9) 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);327 static void init_8259A(int auto_eoi) in init_8259A() argument331 i8259A_auto_eoi = auto_eoi; in init_8259A()348 if (auto_eoi) /* master does Auto EOI */ in init_8259A()362 if (auto_eoi) in init_8259A()
66 void (*init)(int auto_eoi);
264 shared_sint.auto_eoi = in hv_synic_enable_regs()267 shared_sint.auto_eoi = 0; in hv_synic_enable_regs()
226 if (s->auto_eoi) { in pic_intack()286 s->auto_eoi = 0; in kvm_pic_reset()392 s->auto_eoi = (val >> 1) & 1; in pic_ioport_write()
39 u8 auto_eoi; member
76 __u8 auto_eoi; member
363 u64 auto_eoi:1; member
Completed in 23 milliseconds