Home
last modified time | relevance | path

Searched refs:memory_regions (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp83 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 &region : memory_regions) { in MakeTaggedRanges()
H A DMemoryTagManagerAArch64MTE.h37 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 DCommandObjectMemoryTag.cpp86 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 DMemoryTagManager.h73 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 Dscripted_process.py17 memory_regions = None variable in ScriptedProcess
/openbsd/sys/dev/pci/drm/i915/
H A Dintel_device_info.h235 u32 memory_regions; /* regions supported by the HW */ member
H A Di915_pci.c84 .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 Dintel_device_info.c118 drm_printf(p, "memory-regions: 0x%x\n", info->memory_regions); in intel_device_info_print()
H A Di915_drv.h882 #define HAS_REGION(i915, i) (INTEL_INFO(i915)->memory_regions & (i))
/openbsd/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp264 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 Dmock_gem_device.c126 .memory_regions = REGION_SMEM,