Home
last modified time | relevance | path

Searched defs:add (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.9/kernel/src/exception/
Dmod.rs120 fn add(self, rhs: u32) -> HardwareIrqNumber { in add() method
128 fn add(self, rhs: u32) -> IrqNumber { in add() method
/DragonOS-0.1.9/kernel/src/mm/allocator/
Dpage_frame.rs130 pub fn add(&self, n: PageFrameCount) -> Self { in add() method
203 fn add(self, rhs: Self) -> Self::Output { in add() method
239 fn add(self, rhs: usize) -> Self::Output { in add() method
/DragonOS-0.1.9/kernel/src/mm/
Dmod.rs147 pub fn add(self, offset: usize) -> Self { in add() method
173 fn add(self, rhs: usize) -> Self::Output { in add() method
189 fn add(self, rhs: PhysAddr) -> Self::Output { in add() method
305 fn add(self, rhs: VirtAddr) -> Self::Output { in add() method
314 fn add(self, rhs: usize) -> Self::Output { in add() method
/DragonOS-0.1.9/kernel/src/time/
Dmod.rs203 fn add(self, rhs: Duration) -> Instant { in add() method
299 fn add(self, rhs: Duration) -> Duration { in add() method
Dclocksource.rs66 pub fn add(&self, other: CycleNum) -> CycleNum { in add() method
/DragonOS-0.1.9/kernel/src/libs/lib_ui/
Dtextui.rs150 fn add(self, rhs: i32) -> Self::Output { in add() method
203 fn add(self, rhs: LineIndex) -> Self::Output { in add() method
211 fn add(self, rhs: i32) -> Self::Output { in add() method
/DragonOS-0.1.9/kernel/src/driver/pci/
Dpci.rs56 pub fn add(self, offset: usize) -> Self { in add() method
101 pub fn add(&self, device: Box<dyn PciDeviceStructure>) { in add() method