Home
last modified time | relevance | path

Searched refs:set_chip_data (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dirqdata.rs186 pub fn set_chip_data(&mut self, chip_data: Option<Arc<dyn IrqChipData>>) { in set_chip_data() method
H A Dirqdomain.rs371 chip_info.set_chip_data(chip_data); in domain_set_hwirq_and_chip()
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs420 chip_info_guard.set_chip_data(Some(Arc::new(chip_data))); in ioapic_init()