Home
last modified time | relevance | path

Searched refs:set_chip (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dirqdomain.rs366 chip_info.set_chip(Some(chip)); in domain_set_hwirq_and_chip()
368 chip_info.set_chip(Some(no_irq_chip())); in domain_set_hwirq_and_chip()
H A Dirqdata.rs182 pub fn set_chip(&mut self, chip: Option<Arc<dyn IrqChip>>) { in set_chip() method
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dapic_timer.rs98 chip_info_guard.set_chip(Some(local_apic_chip().clone())); in local_apic_timer_irq_desc_init()
H A Dioapic.rs416 chip_info_guard.set_chip(Some(ioapic_ir_chip())); in ioapic_init()
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dipi.rs238 chip_info_guard.set_chip(Some(local_apic_chip().clone())); in do_init_irq_handler()