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

Function remote_irr

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

Source from the content-addressed store, hash-verified

56 ((entry >> 11) & 0x1u64) as u8
57}
58fn remote_irr(entry: RedirectionTableEntry) -> u8 {
59 ((entry >> 14) & 0x1u64) as u8
60}
61fn trigger_mode(entry: RedirectionTableEntry) -> u8 {
62 ((entry >> 15) & 0x1u64) as u8
63}

Callers 1

update_entryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected