Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/tests/irqchip/kvm/
H A Dx86_64.rs36 use crate::x86_64::test_get_ioapic;
102 test_get_ioapic(get_kernel_chip()); in kernel_irqchip_get_ioapic()
147 test_get_ioapic(get_split_chip()); in split_irqchip_get_ioapic()
/aosp_15_r20/external/crosvm/devices/tests/irqchip/
H A Dwhpx.rs38 use crate::x86_64::test_get_ioapic;
84 test_get_ioapic(get_chip(1)); in get_ioapic()
H A Duserspace.rs63 use crate::x86_64::test_get_ioapic;
115 test_get_ioapic(get_chip(1)); in get_ioapic()
H A Dx86_64.rs53 pub fn test_get_ioapic(mut chip: impl IrqChipX86_64) { in test_get_ioapic() function