Searched defs:PhysicalAddress (Results 1 – 6 of 6) sorted by relevance
87 pub struct PhysicalAddress(pub usize); struct89 impl Display for PhysicalAddress { implementation95 impl Debug for PhysicalAddress { implementation101 impl Sub for PhysicalAddress { implementation109 impl Add<usize> for PhysicalAddress { implementation117 impl Sub<usize> for PhysicalAddress { implementation137 fn allocate_table(&self) -> (NonNull<PageTable>, PhysicalAddress); in allocate_table() argument243 pa: PhysicalAddress, in map_range()272 pub fn to_physical(&self) -> PhysicalAddress { in to_physical()387 fn new(translation: &T, level: usize) -> (Self, PhysicalAddress) { in new() argument[all …]
23 fn virtual_to_physical(va: VirtualAddress) -> PhysicalAddress { in virtual_to_physical()29 fn allocate_table(&self) -> (NonNull<PageTable>, PhysicalAddress) { in allocate_table() argument
41 fn virtual_to_physical(&self, va: VirtualAddress) -> Result<PhysicalAddress, MapError> { in virtual_to_physical()51 fn allocate_table(&self) -> (NonNull<PageTable>, PhysicalAddress) { in allocate_table() argument
195 pa: PhysicalAddress, in map_range()
226 uint32_t PhysicalAddress; member
204 BYTE PhysicalAddress[MAX_ADAPTER_ADDRESS_LENGTH]; member