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

Function delivery_mode

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

Source from the content-addressed store, hash-verified

50 (entry & 0xffu64) as u8
51}
52fn delivery_mode(entry: RedirectionTableEntry) -> u8 {
53 ((entry >> 8) & 0x7u64) as u8
54}
55fn destination_mode(entry: RedirectionTableEntry) -> u8 {
56 ((entry >> 11) & 0x1u64) as u8
57}

Callers 1

update_entryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected