Searched defs:frame (Results 1 – 7 of 7) sorted by relevance
30 let mut frame = TrapFrame::new(); in __inner_create() localVariable
32 let mut frame = TrapFrame::new(); in __inner_create() localVariable
7 frame: Vec<u8>, field
200 let frame = PageFrameUsage::new(PageFrameCount::new(used), PageFrameCount::new(total)); in usage() localVariable
350 let frame = unsafe { LockedFrameAllocator.allocate(count)? }; in allocate_page_frames() localVariable367 let mut frame = frame; in deallocate_page_frames() localVariable
335 pub frame: TrapFrame, // 暂存的系统调用/中断返回时,原本要弹出的内核栈帧 field504 let frame = (trap_frame.rsp as usize - size_of::<u64>()) as *mut SigFrame; in sys_rt_sigreturn() localVariable621 let frame: *mut SigFrame = get_stack(trap_frame, size_of::<SigFrame>()); in setup_frame() localVariable
619 let frame = MMArch::phys_2_virt(phys).unwrap(); in clone() localVariable649 let frame = MMArch::phys_2_virt(phys).unwrap().data() as *mut u8; in clone() localVariable1241 let frame = self.frame_allocator.allocate_one()?; in map_phys() localVariable1323 let frame = self.frame_allocator.allocate_one()?; in allocate_table() localVariable