Home
last modified time | relevance | path

Searched defs:PhysicalAddress (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/aarch64-paging/src/
Dpaging.rs87 pub struct PhysicalAddress(pub usize); struct
89 impl Display for PhysicalAddress { implementation
95 impl Debug for PhysicalAddress { implementation
101 impl Sub for PhysicalAddress { implementation
109 impl Add<usize> for PhysicalAddress { implementation
117 impl Sub<usize> for PhysicalAddress { implementation
137 fn allocate_table(&self) -> (NonNull<PageTable>, PhysicalAddress); in allocate_table() argument
243 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 …]
Didmap.rs23 fn virtual_to_physical(va: VirtualAddress) -> PhysicalAddress { in virtual_to_physical()
29 fn allocate_table(&self) -> (NonNull<PageTable>, PhysicalAddress) { in allocate_table() argument
Dlinearmap.rs41 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
Dlib.rs195 pa: PhysicalAddress, in map_range()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DXCOFF.h226 uint32_t PhysicalAddress; member
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_iphlpapi.h204 BYTE PhysicalAddress[MAX_ADAPTER_ADDRESS_LENGTH]; member