Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/
H A Dcpu.rs41 let cpu_subsys = CpuSubSystem::new(); in init()
58 struct CpuSubSystem { struct
62 impl CpuSubSystem { argument
73 impl Bus for CpuSubSystem { implementation