/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/security/ |
D | memory_protection.rs | 35 byte_region: Range<PhysicalAddress>, in get_memory_attributes() 59 byte_region: Range<PhysicalAddress>, in set_memory_attributes() 82 byte_region: Range<PhysicalAddress>, in clear_memory_attributes() 93 fn range_to_base_and_len(r: Range<PhysicalAddress>) -> (PhysicalAddress, PhysicalAddress) { in range_to_base_and_len()
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/security/ |
D | memory_protection.rs | 35 byte_region: Range<PhysicalAddress>, in get_memory_attributes() 59 byte_region: Range<PhysicalAddress>, in set_memory_attributes() 82 byte_region: Range<PhysicalAddress>, in clear_memory_attributes() 93 fn range_to_base_and_len(r: Range<PhysicalAddress>) -> (PhysicalAddress, PhysicalAddress) { in range_to_base_and_len()
|
/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/src/ |
D | paging.rs | 111 pub struct PhysicalAddress(pub usize); struct 113 impl Display for PhysicalAddress { implementation 119 impl Debug for PhysicalAddress { implementation 125 impl Sub for PhysicalAddress { implementation 133 impl Add<usize> for PhysicalAddress { implementation 141 impl Sub<usize> for PhysicalAddress { implementation 161 fn allocate_table(&mut self) -> (NonNull<PageTable>, PhysicalAddress); in allocate_table() argument 307 pa: PhysicalAddress, in map_range() 321 pub fn to_physical(&self) -> PhysicalAddress { in to_physical() 576 fn new(translation: &mut T, level: usize) -> (Self, PhysicalAddress) { in new() argument [all …]
|
D | idmap.rs | 23 fn virtual_to_physical(va: VirtualAddress) -> PhysicalAddress { in virtual_to_physical() 29 fn allocate_table(&mut self) -> (NonNull<PageTable>, PhysicalAddress) { in allocate_table() argument 289 pub fn root_address(&self) -> PhysicalAddress { in root_address()
|
D | linearmap.rs | 41 fn virtual_to_physical(&self, va: VirtualAddress) -> Result<PhysicalAddress, MapError> { in virtual_to_physical() 51 fn allocate_table(&mut self) -> (NonNull<PageTable>, PhysicalAddress) { in allocate_table() argument 305 pub fn root_address(&self) -> PhysicalAddress { in root_address()
|
D | lib.rs | 379 pa: PhysicalAddress, in map_range() 465 pub fn root_address(&self) -> PhysicalAddress { in root_address()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/ |
D | lib.rs | 62 pub type PhysicalAddress = u64; typedef
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/ |
D | lib.rs | 62 pub type PhysicalAddress = u64; typedef
|
/aosp_15_r20/hardware/interfaces/tv/hdmi/cec/aidl/vts/functional/ |
H A D | VtsHalTvHdmiCecAidlTargetTest.cpp | 115 TEST_P(HdmiCecTest, PhysicalAddress) { in TEST_P() argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
D | storport.h | 42 STOR_PHYSICAL_ADDRESS PhysicalAddress; member
|
D | ndis.h | 944 NDIS_PHYSICAL_ADDRESS PhysicalAddress; member 3731 PhysicalAddress) argument 3751 #define NdisGetPhysicalAddressHigh(PhysicalAddress) \ argument 3760 #define NdisSetPhysicalAddressHigh(PhysicalAddress, Value) \ argument 3768 #define NdisGetPhysicalAddressLow(PhysicalAddress) \ argument 3778 #define NdisSetPhysicalAddressLow(PhysicalAddress, Value) \ argument
|
/aosp_15_r20/hardware/interfaces/tv/cec/1.0/vts/functional/ |
H A D | VtsHalTvCecV1_0TargetTest.cpp | 114 TEST_P(HdmiCecTest, PhysicalAddress) { in TEST_P() argument
|
/aosp_15_r20/hardware/interfaces/tv/cec/1.1/vts/functional/ |
H A D | VtsHalTvCecV1_1TargetTest.cpp | 130 TEST_P(HdmiCecTest, PhysicalAddress) { in TEST_P() argument
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Register/Intel/ |
H A D | StmApi.h | 102 UINT64 PhysicalAddress; member 237 UINT64 PhysicalAddress; member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | netioapi.h | 68 UCHAR PhysicalAddress[IF_MAX_PHYS_ADDRESS_LENGTH]; member 286 UCHAR PhysicalAddress[IF_MAX_PHYS_ADDRESS_LENGTH]; member
|
D | iptypes.h | 244 BYTE PhysicalAddress[MAX_ADAPTER_ADDRESS_LENGTH]; member 307 BYTE PhysicalAddress[MAX_ADAPTER_ADDRESS_LENGTH]; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Register/Intel/ |
H A D | StmApi.h | 101 UINT64 PhysicalAddress; member 235 UINT64 PhysicalAddress; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Register/Intel/ |
H A D | StmApi.h | 102 UINT64 PhysicalAddress; member 237 UINT64 PhysicalAddress; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | XCOFF.h | 226 uint32_t PhysicalAddress; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/mem/memory_map/ |
D | impl_.rs | 216 fn get_element_phys_addr(&self, index: usize) -> PhysicalAddress { in get_element_phys_addr()
|
/aosp_15_r20/external/rust/crates/uefi/src/mem/memory_map/ |
D | impl_.rs | 216 fn get_element_phys_addr(&self, index: usize) -> PhysicalAddress { in get_element_phys_addr()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | ares_iphlpapi.h | 204 BYTE PhysicalAddress[MAX_ADAPTER_ADDRESS_LENGTH]; member
|
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/ |
H A D | pe_structs.h | 203 DWORD PhysicalAddress; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/ |
H A D | LegacyBiosMpTable.h | 38 UINT32 PhysicalAddress; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/ |
H A D | LegacyBiosMpTable.h | 32 UINT32 PhysicalAddress; member
|