Home
last modified time | relevance | path

Searched refs:restore_mask (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Di8259.c421 .restore_mask = legacy_pic_noop,
434 .restore_mask = unmask_8259A,
/linux-6.15/arch/x86/include/asm/
H A Di8259.h65 void (*restore_mask)(void); member
/linux-6.15/arch/x86/kernel/apic/
H A Dapic.c1921 legacy_pic->restore_mask(); in enable_IR_x2apic()