Lines Matching +full:- +full:e
109 g_78_rip = regs->rip; in ioapic_isr_78()
118 g_66_rip = regs->rip; in ioapic_isr_66()
136 static volatile int g_tmr_79 = -1;
186 g_tmr_79 = -1; in test_ioapic_edge_tmr_smp()
192 while(g_tmr_79 == -1) i++; in test_ioapic_edge_tmr_smp()
211 g_tmr_79 = -1; in test_ioapic_level_tmr_smp()
217 while(g_tmr_79 == -1) i++; in test_ioapic_level_tmr_smp()
381 ioapic_redir_entry_t e; in ioapic_isr_84() local
386 e = ioapic_read_redir(line); in ioapic_isr_84()
387 e.dest_id = 1; in ioapic_isr_84()
391 ioapic_write_reg(0x10 + line * 2 + 1, ((u32 *)&e)[1]); in ioapic_isr_84()
398 ioapic_redir_entry_t e = { in test_ioapic_self_reconfigure() local
407 ioapic_write_redir(0xe, e); in test_ioapic_self_reconfigure()
409 e = ioapic_read_redir(0xe); in test_ioapic_self_reconfigure()
410 report(g_isr_84 == 1 && e.remote_irr == 0, "Reconfigure self"); in test_ioapic_self_reconfigure()
425 ioapic_redir_entry_t e = { in test_ioapic_physical_destination_mode() local
433 ioapic_write_redir(0xe, e); in test_ioapic_physical_destination_mode()
458 ioapic_redir_entry_t e = { in test_ioapic_logical_destination_mode() local
466 ioapic_write_redir(0xe, e); in test_ioapic_logical_destination_mode()