Searched refs:idt_setup_from_table (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/kernel/ ! |
D | idt.c | 188 idt_setup_from_table(gate_desc *idt, const struct idt_data *t, int size, bool sys) in idt_setup_from_table() function 206 idt_setup_from_table(idt_table, &data, 1, false); in set_intr_gate() 218 idt_setup_from_table(idt_table, early_idts, ARRAY_SIZE(early_idts), in idt_setup_early_traps() 228 idt_setup_from_table(idt_table, def_idts, ARRAY_SIZE(def_idts), true); in idt_setup_traps() 254 idt_setup_from_table(idt_table, early_pf_idts, in idt_setup_early_pf() 280 idt_setup_from_table(idt_table, apic_idts, ARRAY_SIZE(apic_idts), true); in idt_setup_apic_and_irq_gates()
|