Home
last modified time | relevance | path

Searched refs:granularity (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp354 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 Dasan_premap_shadow.cpp28 uptr granularity = GetMmapGranularity(); in PremapShadowSize() local
29 return RoundUpTo(GetMaxVirtualAddress() >> SHADOW_SCALE, granularity); in PremapShadowSize()
H A Dasan_linux.cpp93 uptr granularity = GetMmapGranularity(); in FindPremappedShadowStart() local
96 uptr shadow_size = RoundUpTo(shadow_size_bytes, granularity); in FindPremappedShadowStart()
H A Dasan_errors.cpp333 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 DTraceCursor.cpp25 lldb::TraceInstructionControlFlowType granularity) { in SetGranularity() argument
26 m_granularity = granularity; in SetGranularity()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp59 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 Dkmp_i18n_default.inc241 "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 Dinterception_win.cpp316 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 Dsanitizer_linux_libcdep.cpp921 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 Dsanitizer_win.cpp361 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 Dsanitizer_mac.cpp1230 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 Dkernel-discard-granularity.m43 dnl # Discard granularity and alignment restrictions may now be set.
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h93 void SetGranularity(lldb::TraceInstructionControlFlowType granularity);
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt286 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 Dpt_section_windows.c116 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 DMemory.inc49 // 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 Dfman_port.c973 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 Dmtio.h184 uint32_t granularity; member
/freebsd-13.1/usr.bin/mt/
H A Dmt.c396 (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 Domap-gpmc.txt102 - gpmc,time-para-granularity: Multiply all access times by 2
/freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/
H A Diommu.txt15 * Implement scatter-gather at page level granularity so that the device does
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt118 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 DPROTOCOL.u2f147 least manufacturer and batch number granularity. For this reason, we
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td412 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 Dtegra30-colibri.dtsi816 * granularity

12