idt_setup_from_table  243 arch/x86/kernel/idt.c 	idt_setup_from_table(idt_table, &data, 1, false);
idt_setup_from_table  255 arch/x86/kernel/idt.c 	idt_setup_from_table(idt_table, early_idts, ARRAY_SIZE(early_idts),
idt_setup_from_table  265 arch/x86/kernel/idt.c 	idt_setup_from_table(idt_table, def_idts, ARRAY_SIZE(def_idts), true);
idt_setup_from_table  281 arch/x86/kernel/idt.c 	idt_setup_from_table(idt_table, early_pf_idts,
idt_setup_from_table  290 arch/x86/kernel/idt.c 	idt_setup_from_table(idt_table, ist_idts, ARRAY_SIZE(ist_idts), true);
idt_setup_from_table  300 arch/x86/kernel/idt.c 	idt_setup_from_table(debug_idt_table, dbg_idts, ARRAY_SIZE(dbg_idts), false);
idt_setup_from_table  312 arch/x86/kernel/idt.c 	idt_setup_from_table(idt_table, apic_idts, ARRAY_SIZE(apic_idts), true);