Searched refs:idt_setup_from_table (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | idt.c | 187 idt_setup_from_table(gate_desc *idt, const struct idt_data *t, int size, bool sys) in idt_setup_from_table() function 205 idt_setup_from_table(idt_table, &data, 1, false); in set_intr_gate() 217 idt_setup_from_table(idt_table, early_idts, ARRAY_SIZE(early_idts), in idt_setup_early_traps() 227 idt_setup_from_table(idt_table, def_idts, ARRAY_SIZE(def_idts), true); in idt_setup_traps() 253 idt_setup_from_table(idt_table, early_pf_idts, in idt_setup_early_pf() 279 idt_setup_from_table(idt_table, apic_idts, ARRAY_SIZE(apic_idts), true); in idt_setup_apic_and_irq_gates()
|