Searched refs:memory_regions (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | MemoryTagManagerAArch64MTE.cpp | 83 const lldb_private::MemoryRegionInfos &memory_regions) const { in MakeTaggedRange() 104 memory_regions.cbegin(), memory_regions.cend(), in MakeTaggedRange() 109 if (region == memory_regions.cend() || in MakeTaggedRange() 135 const lldb_private::MemoryRegionInfos &memory_regions) const { in MakeTaggedRanges() 145 if (memory_regions.empty()) in MakeTaggedRanges() 151 memory_regions.begin(), memory_regions.end(), in MakeTaggedRanges() 169 memory_regions.begin(), memory_regions.end(), in MakeTaggedRanges() 174 assert(overlap == memory_regions.end()); in MakeTaggedRanges() 182 for (const MemoryRegionInfo ®ion : memory_regions) { in MakeTaggedRanges()
|
H A D | MemoryTagManagerAArch64MTE.h | 37 const lldb_private::MemoryRegionInfos &memory_regions) const override; 41 const lldb_private::MemoryRegionInfos &memory_regions) const override;
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectMemoryTag.cpp | 86 MemoryRegionInfos memory_regions; in DoExecute() local 89 process->GetMemoryRegions(memory_regions); in DoExecute() 102 tag_manager->MakeTaggedRange(start_addr, end_addr, memory_regions); in DoExecute() 240 MemoryRegionInfos memory_regions; in DoExecute() local 243 process->GetMemoryRegions(memory_regions); in DoExecute() 283 memory_regions); in DoExecute()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | MemoryTagManager.h | 73 const lldb_private::MemoryRegionInfos &memory_regions) const = 0; 90 const lldb_private::MemoryRegionInfos &memory_regions) const = 0;
|
/openbsd/gnu/llvm/lldb/examples/python/scripted_process/ |
H A D | scripted_process.py | 17 memory_regions = None variable in ScriptedProcess
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | intel_device_info.h | 235 u32 memory_regions; /* regions supported by the HW */ member
|
H A D | i915_pci.c | 84 .memory_regions = REGION_SMEM | REGION_STOLEN_SMEM 663 .memory_regions = REGION_SMEM | REGION_LMEM | REGION_STOLEN_LMEM, \ 839 .memory_regions = REGION_SMEM | REGION_STOLEN_LMEM,
|
H A D | intel_device_info.c | 118 drm_printf(p, "memory-regions: 0x%x\n", info->memory_regions); in intel_device_info_print()
|
H A D | i915_drv.h | 882 #define HAS_REGION(i915, i) (INTEL_INFO(i915)->memory_regions & (i))
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 264 MemoryRegionInfos memory_regions; in GetMemoryTags() local 266 process_sp->GetMemoryRegions(memory_regions); in GetMemoryTags() 270 ->MakeTaggedRanges(addr, addr + length, memory_regions); in GetMemoryTags()
|
/openbsd/sys/dev/pci/drm/i915/selftests/ |
H A D | mock_gem_device.c | 126 .memory_regions = REGION_SMEM,
|