Searched refs:idt_setup_from_table (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kernel/ |
A D | idt.c | 180 idt_setup_from_table(gate_desc *idt, const struct idt_data *t, int size, bool sys) in idt_setup_from_table() function 198 idt_setup_from_table(idt_table, &data, 1, false); in set_intr_gate() 210 idt_setup_from_table(idt_table, early_idts, ARRAY_SIZE(early_idts), in idt_setup_early_traps() 220 idt_setup_from_table(idt_table, def_idts, ARRAY_SIZE(def_idts), true); in idt_setup_traps() 246 idt_setup_from_table(idt_table, early_pf_idts, in idt_setup_early_pf() 272 idt_setup_from_table(idt_table, apic_idts, ARRAY_SIZE(apic_idts), true); in idt_setup_apic_and_irq_gates()
|
Completed in 3 milliseconds