Home
last modified time | relevance | path

Searched refs:softirq (Results 1 – 11 of 11) sorted by relevance

/DragonOS/docs/kernel/core_api/
H A Dindex.rst15 softirq
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.7.md51 - softirq: 增加定时器和软中断文档,修改了softirq面向c的接口 (#245)
216 增加定时器和软中断文档,修改了softirq面向c的接口 (#245)
220 * 修改softirq对c的接口和文档
H A DV0.1.3.md43 - 使用rust重构softirq机制 (#138)
169 使用rust重构softirq机制;解决Rtc驱动的编译警告问题 (#138)
171 * 使用rust重构softirq机制
300 * 把softirq vector移动到c文件中(原来在.h)
H A DV0.1.0.md135 - softirq软中断机制
H A DV0.1.6.md41 - softirq: 重构了软中断 (#223)
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dhandle.rs5 exception::{irqdesc::irq_desc_manager, softirq::do_softirq, IrqNumber},
/DragonOS/kernel/src/exception/
H A Dmod.rs18 pub mod softirq; module
/DragonOS/kernel/src/init/
H A Dinit.rs11 exception::{init::irq_init, softirq::softirq_init, InterruptArch},
/DragonOS/docs/introduction/
H A Dfeatures.md73 - [x] softirq 软中断
/DragonOS/kernel/src/driver/irqchip/
H A Driscv_intc.rs14 softirq::do_softirq,
/DragonOS/kernel/src/time/
H A Dtimer.rs19 softirq::{softirq_vectors, SoftirqNumber, SoftirqVec},