Home
last modified time | relevance | path

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

/linux-6.15/drivers/irqchip/
H A Dirq-i8259.c40 static void init_8259A(int auto_eoi);
228 static void init_8259A(int auto_eoi) in init_8259A() argument
232 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()
/linux-6.15/arch/x86/kernel/
H A Di8259.c34 static void init_8259A(int auto_eoi);
345 static void init_8259A(int auto_eoi) in init_8259A() argument
349 i8259A_auto_eoi = auto_eoi; in init_8259A()
366 if (auto_eoi) /* master does Auto EOI */ in init_8259A()
380 if (auto_eoi) in init_8259A()
/linux-6.15/arch/x86/include/asm/
H A Di8259.h66 void (*init)(int auto_eoi);
/linux-6.15/arch/x86/kvm/
H A Dirq.h39 u8 auto_eoi; member
H A Di8259.c228 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()
/linux-6.15/drivers/hv/
H A Dmshv_synic.c504 sint.auto_eoi = hv_recommend_using_aeoi(); in mshv_synic_init()
513 sint.auto_eoi = hv_recommend_using_aeoi(); in mshv_synic_init()
H A Dhv.c316 shared_sint.auto_eoi = hv_recommend_using_aeoi(); in hv_synic_enable_regs()
/linux-6.15/arch/x86/include/uapi/asm/
H A Dkvm.h69 __u8 auto_eoi; member
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dkvm.h69 __u8 auto_eoi; member
/linux-6.15/include/hyperv/
H A Dhvgdk_mini.h632 u64 auto_eoi : 1; member