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.rs43 let cpu_subsys = CpuSubSystem::new(); in init()
63 struct CpuSubSystem { struct
67 impl CpuSubSystem { argument
78 impl Bus for CpuSubSystem { implementation