| /external/rust/crates/aarch64-paging/src/ |
| D | lib.rs | 231 fn check_range_bbm<F>(&self, range: &MemoryRegion, updater: &F) -> Result<(), MapError> in check_range_bbm() 233 F: Fn(&MemoryRegion, &mut Descriptor, usize) -> Result<(), ()> + ?Sized, in check_range_bbm() 303 range: &MemoryRegion, in map_range() 349 pub fn modify_range<F>(&mut self, range: &MemoryRegion, f: &F) -> Result<(), MapError> in modify_range() 351 F: Fn(&MemoryRegion, &mut Descriptor, usize) -> Result<(), ()> + ?Sized, in modify_range() 378 pub fn walk_range<F>(&self, range: &MemoryRegion, f: &mut F) -> Result<(), MapError> in walk_range() 380 F: FnMut(&MemoryRegion, &Descriptor, usize) -> Result<(), ()>, in walk_range()
|
| D | idmap.rs | 168 pub fn map_range(&mut self, range: &MemoryRegion, flags: Attributes) -> Result<(), MapError> { in map_range() 194 range: &MemoryRegion, in map_range_with_constraints() 239 pub fn modify_range<F>(&mut self, range: &MemoryRegion, f: &F) -> Result<(), MapError> in modify_range() 241 F: Fn(&MemoryRegion, &mut Descriptor, usize) -> Result<(), ()> + ?Sized, in modify_range() 269 pub fn walk_range<F>(&self, range: &MemoryRegion, f: &mut F) -> Result<(), MapError> in walk_range() 271 F: FnMut(&MemoryRegion, &Descriptor, usize) -> Result<(), ()>, in walk_range()
|
| D | paging.rs | 82 pub struct MemoryRegion(Range<VirtualAddress>); struct 151 impl MemoryRegion { impl 156 pub const fn new(start: usize, end: usize) -> MemoryRegion { in new() 197 impl From<Range<VirtualAddress>> for MemoryRegion { implementation 203 impl Display for MemoryRegion { implementation 209 impl Debug for MemoryRegion { implementation 269 range: &MemoryRegion, in map_range() 335 pub fn modify_range<F>(&mut self, range: &MemoryRegion, f: &F) -> Result<(), MapError> in modify_range() 337 F: Fn(&MemoryRegion, &mut Descriptor, usize) -> Result<(), ()> + ?Sized, in modify_range() 366 pub fn walk_range<F>(&self, range: &MemoryRegion, f: &mut F) -> Result<(), MapError> in walk_range() [all …]
|
| D | linearmap.rs | 173 pub fn map_range(&mut self, range: &MemoryRegion, flags: Attributes) -> Result<(), MapError> { in map_range() 202 range: &MemoryRegion, in map_range_with_constraints() 251 pub fn modify_range<F>(&mut self, range: &MemoryRegion, f: &F) -> Result<(), MapError> in modify_range() 253 F: Fn(&MemoryRegion, &mut Descriptor, usize) -> Result<(), ()> + ?Sized, in modify_range() 281 pub fn walk_range<F>(&self, range: &MemoryRegion, f: &mut F) -> Result<(), MapError> in walk_range() 283 F: FnMut(&MemoryRegion, &Descriptor, usize) -> Result<(), ()>, in walk_range()
|
| /external/crosvm/vm_memory/src/guest_memory/sys/ |
| D | windows.rs | 34 impl MemoryRegion { impl
|
| D | linux.rs | 90 impl MemoryRegion { implementation
|
| /external/crosvm/vm_memory/src/ |
| D | guest_memory.rs | 159 pub struct MemoryRegion { struct 166 options: MemoryRegionOptions, argument 169 impl MemoryRegion { argument
|
| /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| D | MPIBugReporter.h | 85 RequestNodeVisitor(const MemRegion *const MemoryRegion, in RequestNodeVisitor()
|
| /external/ComputeLibrary/arm_compute/runtime/ |
| D | MemoryRegion.h | 66 MemoryRegion(void *ptr, size_t size) in MemoryRegion() function
|
| /external/google-breakpad/src/processor/ |
| D | postfix_evaluator.h | 83 class MemoryRegion; variable
|
| D | cfi_frame_info.h | 50 class MemoryRegion; variable
|
| /external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
| D | tpu_driver.proto | 20 enum MemoryRegion { HBM = 1; } enum
|