Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dapic_timer.rs180 Oneshot = 0, enumerator
219 LocalApicTimerMode::Oneshot => todo!(), in init()
292 return Ok(LocalApicTimerMode::Oneshot); in try_from()
H A Dmod.rs315 LocalApicTimerMode::Oneshot => { in set_timer_mode()
340 return Some(LocalApicTimerMode::Oneshot); in timer_mode()