Searched refs:rteValue (Results 1 – 1 of 1) sorted by relevance
168 uint32_t rteValue; /* value to copy into redirection table entry */ in ioapic_init() local170 rteValue = IOAPIC_EDGE | IOAPIC_HIGH | IOAPIC_FIXED | IOAPIC_INT_MASK | in ioapic_init()175 ioApicRedSetLo(ix, rteValue); in ioapic_init()300 uint32_t rteValue; in ioapic_resume_from_suspend() local311 rteValue = (_irq_to_interrupt_vector[irq] & in ioapic_resume_from_suspend()315 rteValue = IOAPIC_EDGE | IOAPIC_HIGH | in ioapic_resume_from_suspend()320 ioApicRedSetLo(irq, rteValue); in ioapic_resume_from_suspend()362 uint32_t rteValue; /* value to copy into redirection table entry */ local378 rteValue = IOAPIC_VTD_REMAP_FORMAT |380 ioApicRedSetHi(irq, rteValue);[all …]