Home
last modified time | relevance | path

Searched defs:IrqChipX86_64 (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/irqchip/
Dx86_64.rs10 pub trait IrqChipX86_64: IrqChip { interface
45 pub fn test_get_pic(mut chip: impl IrqChipX86_64) { in test_get_pic()
64 pub fn test_set_pic(mut chip: impl IrqChipX86_64) { in test_set_pic()
83 pub fn test_get_ioapic(mut chip: impl IrqChipX86_64) { in test_get_ioapic()
105 pub fn test_set_ioapic(mut chip: impl IrqChipX86_64) { in test_set_ioapic()
123 pub fn test_get_pit(chip: impl IrqChipX86_64) { in test_get_pit()
134 pub fn test_set_pit(mut chip: impl IrqChipX86_64) { in test_set_pit()
151 pub fn test_get_lapic(chip: impl IrqChipX86_64) { in test_get_lapic()
161 pub fn test_set_lapic(mut chip: impl IrqChipX86_64) { in test_set_lapic()
178 fn check_pic_interrupts(chip: &impl IrqChipX86_64, select: PicSelect, value: u8) { in check_pic_interrupts()
[all …]
/external/crosvm/x86_64/src/
Dcpuid.rs51 irq_chip: &dyn IrqChipX86_64, in filter_cpuid()
158 irq_chip: &dyn IrqChipX86_64, in setup_cpuid()
Dlib.rs374 I: IrqChipX86_64, in build_vm()
542 irq_chip: &mut dyn IrqChipX86_64, in configure_vcpu()