Home
last modified time | relevance | path

Searched refs:test_set_ioapic (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/devices/tests/irqchip/kvm/
H A Dx86_64.rs41 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()
/aosp_15_r20/external/crosvm/devices/tests/irqchip/
H A Dwhpx.rs41 use crate::x86_64::test_set_ioapic;
92 test_set_ioapic(get_chip(1)); in set_ioapic()
H A Duserspace.rs66 use crate::x86_64::test_set_ioapic;
120 test_set_ioapic(get_chip(1)); in set_ioapic()
H A Dx86_64.rs75 pub fn test_set_ioapic(mut chip: impl IrqChipX86_64) { in test_set_ioapic() function