Searched refs:test_set_ioapic (Results 1 – 4 of 4) sorted by relevance
41 use crate::x86_64::test_set_ioapic;107 test_set_ioapic(get_kernel_chip()); in kernel_irqchip_set_ioapic()152 test_set_ioapic(get_split_chip()); in split_irqchip_set_ioapic()
41 use crate::x86_64::test_set_ioapic;92 test_set_ioapic(get_chip(1)); in set_ioapic()
66 use crate::x86_64::test_set_ioapic;120 test_set_ioapic(get_chip(1)); in set_ioapic()
75 pub fn test_set_ioapic(mut chip: impl IrqChipX86_64) { in test_set_ioapic() function