Home
last modified time | relevance | path

Searched defs:init (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.8/kernel/src/mm/
Dpercpu.rs27 pub fn init() { in init() method
Dmod.rs389 unsafe fn init() -> &'static [PhysMemoryArea]; in init() method
/DragonOS-0.1.8/kernel/src/libs/
Dlazy_init.rs68 pub fn init(&self, value: T) { in init() method
/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs126 unsafe fn init() -> &'static [crate::mm::PhysMemoryArea] { in init() method
/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dhba.rs192 pub fn init(&mut self, clb: u64, fb: u64, ctbas: &Vec<u64>) { in init() method
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs396 pub fn init() -> Result<(), SystemError> { in init() method