Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/arch/x86_64/driver/apic/
Dapic_timer.rs177 Oneshot = 0, enumerator
216 LocalApicTimerMode::Oneshot => todo!(), in init()
289 return Ok(LocalApicTimerMode::Oneshot); in try_from()
Dmod.rs315 LocalApicTimerMode::Oneshot => { in set_timer_mode()
340 return Some(LocalApicTimerMode::Oneshot); in timer_mode()