Home
last modified time | relevance | path

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

/external/crosvm/devices/src/irqchip/
Dioapic.rs16 IoapicRedirectionTableEntry, IoapicState, MsiAddressMessage, MsiDataMessage, TriggerMode,
81 redirect_table: Vec<IoapicRedirectionTableEntry>,
150 let mut entry = IoapicRedirectionTableEntry::new(); in new()
528 fn read_entry(ioapic: &mut Ioapic, irq: usize) -> IoapicRedirectionTableEntry { in read_entry() argument
529 let mut entry = IoapicRedirectionTableEntry::new(); in read_entry()
543 fn write_entry(ioapic: &mut Ioapic, irq: usize, entry: IoapicRedirectionTableEntry) { in write_entry() argument
557 let mut entry = IoapicRedirectionTableEntry::new(); in set_up_redirection_table_entry()
891 let mut entry = IoapicRedirectionTableEntry::new(); in set_redirection_entry_by_bits()
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs21 IoapicRedirectionTableEntry, IoapicState, IrqSourceChip, LapicState, PicSelect, PicState,
763 redirect_table: [IoapicRedirectionTableEntry::default(); 24], in from()
772 impl From<&IoapicRedirectionTableEntry> for kvm_ioapic_state__bindgen_ty_1 {
773 fn from(item: &IoapicRedirectionTableEntry) -> Self { in from()
782 impl From<&kvm_ioapic_state__bindgen_ty_1> for IoapicRedirectionTableEntry { implementation
784 let mut entry = IoapicRedirectionTableEntry::default(); in from()
1195 IoapicRedirectionTableEntry, IoapicState, IrqRoute, IrqSource, IrqSourceChip, LapicState,
1285 let mut entry = IoapicRedirectionTableEntry::default(); in ioapic_state()
/external/crosvm/hypervisor/src/
Dx86_64.rs215 pub struct IoapicRedirectionTableEntry { struct
248 pub redirect_table: [IoapicRedirectionTableEntry; 24], argument
/external/crosvm/devices/src/irqchip/kvm/
Dx86_64.rs709 use hypervisor::{IoapicRedirectionTableEntry, PitRWMode, TriggerMode, Vm, VmX86_64};
959 let mut entry = IoapicRedirectionTableEntry::default(); in finalize_devices()
1024 let mut entry = IoapicRedirectionTableEntry::default(); in broadcast_eoi()