Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Didt.c172 idt_setup_from_table(gate_desc *idt, const struct idt_data *t, int size, bool sys) in idt_setup_from_table() function
190 idt_setup_from_table(idt_table, &data, 1, false); in set_intr_gate()
202 idt_setup_from_table(idt_table, early_idts, ARRAY_SIZE(early_idts), in idt_setup_early_traps()
212 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()
263 idt_setup_from_table(idt_table, ist_idts, ARRAY_SIZE(ist_idts), true); in idt_setup_ist_traps()
288 idt_setup_from_table(idt_table, apic_idts, ARRAY_SIZE(apic_idts), true); in idt_setup_apic_and_irq_gates()