/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/memory/ |
D | tracker.rs | 221 fn new(total: MemoryRange, mmio_range: MemoryRange) -> Self { in new() 269 fn alloc_range(&mut self, range: &MemoryRange) -> Result<MemoryRange> { in alloc_range() 287 range: &MemoryRange, in alloc_range_outside_main_memory() 288 ) -> Result<MemoryRange> { in alloc_range_outside_main_memory() 299 fn alloc_range_mut(&mut self, range: &MemoryRange) -> Result<MemoryRange> { in alloc_range_mut() 309 fn alloc_range_mut_noflush(&mut self, range: &MemoryRange) -> Result<MemoryRange> { in alloc_range_mut_noflush() 320 fn map_image_footer(&mut self) -> Result<MemoryRange> { in map_image_footer() 334 fn alloc(&mut self, base: usize, size: NonZeroUsize) -> Result<MemoryRange> { in alloc() 339 fn alloc_mut(&mut self, base: usize, size: NonZeroUsize) -> Result<MemoryRange> { in alloc_mut() 343 fn alloc_mut_noflush(&mut self, base: usize, size: NonZeroUsize) -> Result<MemoryRange> { in alloc_mut_noflush() [all …]
|
D | shared.rs | 40 pub type MemoryRange = Range<usize>; typedef
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | memory_range.h | 49 MemoryRange() : data_(NULL), length_(0) {} in MemoryRange() function 51 MemoryRange(const void* data, size_t length) { in MemoryRange() function
|
/aosp_15_r20/external/stg/ |
H A D | btf_reader.cc | 57 struct MemoryRange { struct in stg::btf::__anon068acde60111::Structs 58 const char* start; 59 const char* limit;
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 512 struct MemoryRange struct 514 MemoryRange(VkDeviceSize offset_ = ~(VkDeviceSize)0, VkDeviceSize size_ = ~(VkDeviceSize)0) in MemoryRange() argument 520 VkDeviceSize offset; 521 VkDeviceSize size;
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/xous/ffi/ |
H A D | definitions.rs | 35 MemoryRange = 3, enumerator
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/xous/ffi/ |
H A D | definitions.rs | 35 MemoryRange = 3, enumerator
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/xous/ffi/ |
H A D | definitions.rs | 35 MemoryRange = 3, enumerator
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/xous/ffi/ |
H A D | definitions.rs | 35 MemoryRange = 3, enumerator
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/xous/ffi/ |
H A D | definitions.rs | 35 MemoryRange = 3, enumerator
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | Memory.cpp | 362 MemoryRange::MemoryRange(const std::shared_ptr<Memory>& memory, uint64_t begin, uint64_t length, in MemoryRange() function in unwindstack::MemoryRange
|