Searched defs:add (Results 1 – 9 of 9) sorted by relevance
/DragonOS/kernel/src/exception/ |
H A D | mod.rs | 127 fn add(self, rhs: u32) -> HardwareIrqNumber { in add() method 135 fn add(self, rhs: u32) -> IrqNumber { in add() method
|
/DragonOS/kernel/src/mm/allocator/ |
H A D | page_frame.rs | 132 pub fn add(&self, n: PageFrameCount) -> Self { in add() method 210 fn add(self, rhs: Self) -> Self::Output { in add() method 246 fn add(self, rhs: usize) -> Self::Output { in add() method
|
/DragonOS/kernel/src/mm/ |
H A D | mod.rs | 179 pub fn add(self, offset: usize) -> Self { in add() method 205 fn add(self, rhs: usize) -> Self::Output { in add() method 221 fn add(self, rhs: PhysAddr) -> Self::Output { in add() method 333 fn add(self, rhs: VirtAddr) -> Self::Output { in add() method 342 fn add(self, rhs: usize) -> Self::Output { in add() method
|
/DragonOS/kernel/src/libs/lib_ui/ |
H A D | textui.rs | 150 fn add(self, rhs: i32) -> Self::Output { in add() method 202 fn add(self, rhs: LineIndex) -> Self::Output { in add() method 210 fn add(self, rhs: i32) -> Self::Output { in add() method
|
/DragonOS/kernel/src/time/ |
H A D | mod.rs | 284 fn add(self, rhs: Duration) -> Instant { in add() method 379 fn add(self, rhs: Duration) -> Duration { in add() method
|
H A D | clocksource.rs | 87 pub fn add(&self, other: CycleNum) -> CycleNum { in add() method
|
/DragonOS/kernel/src/ipc/ |
H A D | shm.rs | 146 pub fn add( in add() method
|
/DragonOS/kernel/src/driver/pci/ |
H A D | pci.rs | 53 pub fn add(self, offset: usize) -> Self { in add() method 98 pub fn add(&self, device: Arc<dyn PciDeviceStructure>) { in add() method
|
/DragonOS/kernel/crates/rbpf/src/ |
H A D | insn_builder.rs | 113 pub fn add(&mut self, source: Source, arch: Arch) -> Move { in add() method
|