Home
last modified time | relevance | path

Searched refs:auto_eoi (Results 1 – 6 of 6) sorted by relevance

/arch/mips/kernel/
Di8259.c37 static void init_8259A(int auto_eoi);
245 static void init_8259A(int auto_eoi) in init_8259A() argument
249 i8259A_auto_eoi = auto_eoi; in init_8259A()
262 if (auto_eoi) /* master does Auto EOI */ in init_8259A()
271 if (auto_eoi) in init_8259A()
/arch/x86/kernel/
Di8259.c31 static void init_8259A(int auto_eoi);
298 static void init_8259A(int auto_eoi) in init_8259A() argument
304 i8259A_auto_eoi = auto_eoi; in init_8259A()
338 if (auto_eoi) /* master does Auto EOI */ in init_8259A()
352 if (auto_eoi) in init_8259A()
/arch/x86/include/asm/
Di8259.h62 void (*init)(int auto_eoi);
/arch/x86/kvm/
Dirq.h52 u8 auto_eoi; member
Di8259.c231 if (s->auto_eoi) { in pic_intack()
291 s->auto_eoi = 0; in kvm_pic_reset()
397 s->auto_eoi = (val >> 1) & 1; in pic_ioport_write()
/arch/x86/include/uapi/asm/
Dkvm.h71 __u8 auto_eoi; member