Home
last modified time | relevance | path

Searched refs:chip_info_read (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dhandle.rs367 let chip = irq_data.chip_info_read().chip(); in handle()
H A Dirqdata.rs125 pub fn chip_info_read(&self) -> RwLockReadGuard<InnerIrqChipInfo> { in chip_info_read() method