Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/security/
Dmemory_protection.rs35 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/
Dmemory_protection.rs35 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/
Dpaging.rs111 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 …]
Didmap.rs23 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()
Dlinearmap.rs41 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()
Dlib.rs379 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/
Dlib.rs62 pub type PhysicalAddress = u64; typedef
/aosp_15_r20/external/rust/crates/uefi-raw/src/
Dlib.rs62 pub type PhysicalAddress = u64; typedef
/aosp_15_r20/hardware/interfaces/tv/hdmi/cec/aidl/vts/functional/
H A DVtsHalTvHdmiCecAidlTargetTest.cpp115 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/
Dstorport.h42 STOR_PHYSICAL_ADDRESS PhysicalAddress; member
Dndis.h944 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 DVtsHalTvCecV1_0TargetTest.cpp114 TEST_P(HdmiCecTest, PhysicalAddress) { in TEST_P() argument
/aosp_15_r20/hardware/interfaces/tv/cec/1.1/vts/functional/
H A DVtsHalTvCecV1_1TargetTest.cpp130 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 DStmApi.h102 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/
Dnetioapi.h68 UCHAR PhysicalAddress[IF_MAX_PHYS_ADDRESS_LENGTH]; member
286 UCHAR PhysicalAddress[IF_MAX_PHYS_ADDRESS_LENGTH]; member
Diptypes.h244 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 DStmApi.h101 UINT64 PhysicalAddress; member
235 UINT64 PhysicalAddress; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Register/Intel/
H A DStmApi.h102 UINT64 PhysicalAddress; member
237 UINT64 PhysicalAddress; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h226 uint32_t PhysicalAddress; member
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/mem/memory_map/
Dimpl_.rs216 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/
Dimpl_.rs216 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/
Dares_iphlpapi.h204 BYTE PhysicalAddress[MAX_ADAPTER_ADDRESS_LENGTH]; member
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dpe_structs.h203 DWORD PhysicalAddress; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
H A DLegacyBiosMpTable.h38 UINT32 PhysicalAddress; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
H A DLegacyBiosMpTable.h32 UINT32 PhysicalAddress; member

123