Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/init/
H A Ddragonstub.rs37 fn early_init_memory_blocks(&self) -> Result<(), SystemError> { in early_init_memory_blocks() method
/DragonOS/kernel/src/init/
H A Dboot.rs132 fn early_init_memory_blocks(&self) -> Result<(), SystemError>; in early_init_memory_blocks() method
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot.rs116 fn early_init_memory_blocks(&self) -> Result<(), SystemError> { in early_init_memory_blocks() method
H A Dmultiboot2.rs141 fn early_init_memory_blocks(&self) -> Result<(), SystemError> { in early_init_memory_blocks() method
/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs164 .early_init_memory_blocks() in init()