MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / trigger_mode

Function trigger_mode

devices/src/ioapic.rs:61–63  ·  view source on GitHub ↗
(entry: RedirectionTableEntry)

Source from the content-addressed store, hash-verified

59 ((entry >> 14) & 0x1u64) as u8
60}
61fn trigger_mode(entry: RedirectionTableEntry) -> u8 {
62 ((entry >> 15) & 0x1u64) as u8
63}
64fn interrupt_mask(entry: RedirectionTableEntry) -> u8 {
65 ((entry >> 16) & 0x1u64) as u8
66}

Callers 3

update_entryMethod · 0.85
end_of_interruptMethod · 0.85
service_irqMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected