Searched refs:memory_info (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DSATestUtils.py101 mem += subprocess.memory_info().rss
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp610 MemoryRegionInfo memory_info; local
611 Status error = m_process->GetMemoryRegionInfo(base_addr, memory_info);
612 if (error.Success() && memory_info.GetMapped() &&
613 memory_info.GetRange().GetRangeBase() == base_addr &&
614 !(memory_info.GetName().IsEmpty())) {
616 FileSpec(memory_info.GetName().GetStringRef()), link_map_addr,
/openbsd-current/sys/dev/pci/drm/radeon/
H A Drv770_dpm.c1276 static u32 rv770_get_mclk_split_point(struct atom_memory_info *memory_info) argument
1278 if (memory_info->mem_type == MEM_TYPE_GDDR3)
1314 struct atom_memory_info memory_info; local
1318 if (radeon_atom_get_memory_info(rdev, memory_module_index, &memory_info)) {
1324 rv770_get_mclk_split_point(&memory_info);
1675 struct atom_memory_info memory_info; local
1682 if (radeon_atom_get_memory_info(rdev, memory_module_index, &memory_info))
1685 if (memory_info.mem_type == MEM_TYPE_DDR2 ||
1686 memory_info.mem_type == MEM_TYPE_DDR3)
H A Dcypress_dpm.c1564 static u32 cypress_get_mclk_split_point(struct atom_memory_info *memory_info) argument
1566 if ((memory_info->mem_type == MEM_TYPE_GDDR3) ||
1567 (memory_info->mem_type == MEM_TYPE_DDR3))
1578 struct atom_memory_info memory_info; local
1598 if (radeon_atom_get_memory_info(rdev, module_index, &memory_info)) {
1604 cypress_get_mclk_split_point(&memory_info);

Completed in 201 milliseconds