| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_poisoning.cpp | 354 uptr granularity = SHADOW_GRANULARITY; in __sanitizer_annotate_contiguous_container() local 356 IsAligned(beg, granularity))) { in __sanitizer_annotate_contiguous_container() 364 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity); in __sanitizer_annotate_contiguous_container() 365 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity); in __sanitizer_annotate_contiguous_container() 366 uptr d1 = RoundDownTo(old_mid, granularity); in __sanitizer_annotate_contiguous_container() 376 if (a + granularity <= d1) in __sanitizer_annotate_contiguous_container() 382 uptr b1 = RoundDownTo(new_mid, granularity); in __sanitizer_annotate_contiguous_container() 383 uptr b2 = RoundUpTo(new_mid, granularity); in __sanitizer_annotate_contiguous_container() 389 CHECK_EQ(b2 - b1, granularity); in __sanitizer_annotate_contiguous_container()
|
| H A D | asan_premap_shadow.cpp | 28 uptr granularity = GetMmapGranularity(); in PremapShadowSize() local 29 return RoundUpTo(GetMaxVirtualAddress() >> SHADOW_SCALE, granularity); in PremapShadowSize()
|
| H A D | asan_linux.cpp | 93 uptr granularity = GetMmapGranularity(); in FindPremappedShadowStart() local 96 uptr shadow_size = RoundUpTo(shadow_size_bytes, granularity); in FindPremappedShadowStart()
|
| H A D | asan_errors.cpp | 333 uptr granularity = SHADOW_GRANULARITY; in Print() local 334 if (!IsAligned(beg, granularity)) in Print() 335 Report("ERROR: beg is not aligned by %d\n", granularity); in Print()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TraceCursor.cpp | 25 lldb::TraceInstructionControlFlowType granularity) { in SetGranularity() argument 26 m_granularity = granularity; in SetGranularity()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_dynamic_shadow.cpp | 59 const uptr granularity = GetMmapGranularity(); in FindPremappedShadowStart() local 62 const uptr shadow_size = RoundUpTo(shadow_size_bytes, granularity); in FindPremappedShadowStart()
|
| /freebsd-13.1/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 241 "Threads may migrate across all available OS procs (granularity setting too coarse).", 302 … "%1$s: Tiles are only supported if KMP_TOPOLOGY_METHOD=hwloc, using granularity=package instead", 303 "%1$s: Tiles requested but were not detected on this HW, using granularity=package instead", 310 … "%1$s: granularity setting: %2$s does not exist in topology. Using granularity=%3$s instead.", 355 …"Cannot use affinity granularity \"%1$s\" with multiple Windows* OS processor groups, using \"%2$s… 359 "%1$s: granularity=core will be used.", 362 "%1$s: granularity=%2$s will be used.", 375 …"%1$s: granularity=%2$s is not supported with KMP_TOPOLOGY_METHOD=group. Using \"granularity=fine\… 376 … "%1$s: granularity=group is not supported with KMP_AFFINITY=%2$s. Using \"granularity=core\".",
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_win.cpp | 316 static void *AllocateTrampolineRegion(uptr image_address, size_t granularity) { in AllocateTrampolineRegion() argument 326 if (info.State == MEM_FREE && info.RegionSize >= granularity) { in AllocateTrampolineRegion() 327 void *page = ::VirtualAlloc((void*)RoundUpTo(address, granularity), in AllocateTrampolineRegion() 328 granularity, in AllocateTrampolineRegion() 341 granularity, in AllocateTrampolineRegion()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux_libcdep.cpp | 921 const uptr granularity = GetMmapGranularity(); in MapDynamicShadow() local 923 Max<uptr>(granularity << shadow_scale, 1ULL << min_shadow_base_alignment); in MapDynamicShadow() 925 Max<uptr>(granularity, 1ULL << min_shadow_base_alignment); in MapDynamicShadow() 927 const uptr shadow_size = RoundUpTo(shadow_size_bytes, granularity); in MapDynamicShadow() 976 const uptr granularity = GetMmapGranularity(); in MapDynamicShadowAndAliases() local 977 shadow_size = RoundUpTo(shadow_size, granularity); in MapDynamicShadowAndAliases()
|
| H A D | sanitizer_win.cpp | 361 const uptr granularity = GetMmapGranularity(); in MapDynamicShadow() local 363 Max<uptr>(granularity << shadow_scale, 1ULL << min_shadow_base_alignment); in MapDynamicShadow() 365 Max<uptr>(granularity, 1ULL << min_shadow_base_alignment); in MapDynamicShadow() 368 granularity, nullptr, nullptr); in MapDynamicShadow()
|
| H A D | sanitizer_mac.cpp | 1230 const uptr granularity = GetMmapGranularity(); in MapDynamicShadow() local 1232 Max<uptr>(granularity << shadow_scale, 1ULL << min_shadow_base_alignment); in MapDynamicShadow() 1234 Max<uptr>(granularity, 1ULL << min_shadow_base_alignment); in MapDynamicShadow() 1242 FindAvailableMemoryRange(space_size, alignment, granularity, in MapDynamicShadow() 1263 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in MapDynamicShadow()
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-discard-granularity.m4 | 3 dnl # Discard granularity and alignment restrictions may now be set.
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 93 void SetGranularity(lldb::TraceInstructionControlFlowType granularity);
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 286 AffThreadsMayMigrate "Threads may migrate across all available OS procs (granularity settin… 352 … "%1$s: Tiles are only supported if KMP_TOPOLOGY_METHOD=hwloc, using granularity=package instead" 353 … "%1$s: Tiles requested but were not detected on this HW, using granularity=package instead" 361 AffGranularityBad "%1$s: granularity setting: %2$s does not exist in topology. Using gr… 417 AffGranCantUseMultGroups "Cannot use affinity granularity \"%1$s\" with multiple Windows* OS pr… 421 OBSOLETE "%1$s: granularity=core will be used." 424 AffGranUsing "%1$s: granularity=%2$s will be used." 438 …fGranTopGroup "%1$s: granularity=%2$s is not supported with KMP_TOPOLOGY_METHOD=group… 439 AffGranGroupType "%1$s: granularity=group is not supported with KMP_AFFINITY=%2$s. Usin…
|
| /freebsd-13.1/contrib/processor-trace/libipt/src/windows/ |
| H A D | pt_section_windows.c | 116 static DWORD granularity(void) in granularity() function 140 adjustment = offset % granularity(); in pt_sec_windows_map()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Memory.inc | 49 // granularity may be larger than a single page (in practice, it is 64K) 127 // If the requested address is not aligned to the allocation granularity,
|
| /freebsd-13.1/sys/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fman_port.c | 973 uint32_t granularity, tmp; in fman_port_set_rate_limiter() local 981 granularity = BMI_RATE_LIMIT_GRAN_TX; in fman_port_set_rate_limiter() 986 granularity = BMI_RATE_LIMIT_GRAN_OP; in fman_port_set_rate_limiter() 998 while (rate_limiter->rate < (granularity / factor)) { in fman_port_set_rate_limiter() 1009 tmp = (uint32_t)(rate_limiter->rate * factor / granularity - 1); in fman_port_set_rate_limiter()
|
| /freebsd-13.1/sys/sys/ |
| H A D | mtio.h | 184 uint32_t granularity; member
|
| /freebsd-13.1/usr.bin/mt/ |
| H A D | mt.c | 396 (1 << rblim.granularity), in main() 397 MT_PLURAL((1 << rblim.granularity))); in main()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | omap-gpmc.txt | 102 - gpmc,time-para-granularity: Multiply all access times by 2
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | iommu.txt | 15 * Implement scatter-gather at page level granularity so that the device does
|
| /freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| H A D | BRIDGE-MIB.txt | 118 802.1D-1998 specifies a settable granularity of no more 509 granularity of this timer is specified by 802.1D-1998 to 524 bridge is acting as the root. The granularity of this 542 granularity of this timer is specified by 802.1D-1998 to
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | PROTOCOL.u2f | 147 least manufacturer and batch number granularity. For this reason, we
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 412 defm time_trace_granularity: EEq<"time-trace-granularity", 413 "Minimum time granularity (in microseconds) traced by time profiler">;
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | tegra30-colibri.dtsi | 816 * granularity
|