MCPcopy Create free account
hub / github.com/Andy-Python-Programmer/aero / read

Method read

src/aero_kernel/src/arch/x86_64/apic.rs:265–279  ·  view source on GitHub ↗

Reads the provided APIC register (`register`) and returns its value. ## Panics If the APIC type is set to [`ApicType::None`]. ## Notes This function works for both XAPIC and X2APIC. ## Safety The provided `register` must be a valid APIC register.

(&self, register: u32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

bsp_idMethod · 0.45
get_esrMethod · 0.45
timer_calibrateMethod · 0.45
io_apic_readFunction · 0.45
io_apic_writeFunction · 0.45
io_apic_from_redirectFunction · 0.45
io_apic_set_redirectFunction · 0.45
io_apic_setup_legacy_irqFunction · 0.45

Calls 3

rdmsrFunction · 0.85

Tested by

no test coverage detected