Searched refs:init (Results 1 – 17 of 17) sorted by relevance
1 .section .init
27 pub fn init() { in init() method
389 unsafe fn init() -> &'static [PhysMemoryArea]; in init() method
68 pub fn init(&self, value: T) { in init() method
26 *(.rela.init)50 .init :52 KEEP (*(SORT_NONE(.init)))
121 hba_mem_list[i].ports[j].init(clb as u64, fb as u64, &ctbas); in ahci_rust_init()
192 pub fn init(&mut self, clb: u64, fb: u64, ctbas: &Vec<u64>) { in init() method
82 - bugfix: 解决链接时,由于crt*.o未按照升序排列导致init段链接错误的问题 (#265)518 * 解决由于链接时,crt*.o未按照升序排列导致init段链接错误的问题
39 - process: bugfix: 修复init进程忘记设定fs gs寄存器的问题。 (#132)278 修复init进程忘记设定fs gs寄存器的问题。 (#132)
305 Patch add lazy init (#236)
126 unsafe fn init() -> &'static [crate::mm::PhysMemoryArea] { in init() method308 unsafe { X86_64MMArch::init() }; in mm_init()
389 Syscall::init().expect("syscall init failed"); in syscall_init()396 pub fn init() -> Result<(), SystemError> { in init() method