idt_setup_from_table
idt_setup_from_table(idt_table, &data, 1, false);
idt_setup_from_table(idt_table, early_idts, ARRAY_SIZE(early_idts),
idt_setup_from_table(idt_table, def_idts, ARRAY_SIZE(def_idts), true);
idt_setup_from_table(idt_table, ia32_idt, ARRAY_SIZE(ia32_idt), true);
idt_setup_from_table(idt_table, early_pf_idts,
idt_setup_from_table(idt_table, apic_idts, ARRAY_SIZE(apic_idts), true);