Home
last modified time | relevance | path

Searched defs:class_id (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.h91 static uptr FlagsOffset(uptr stack_size_log, uptr class_id) { in FlagsOffset()
97 static uptr NumberOfFrames(uptr stack_size_log, uptr class_id) { in NumberOfFrames()
102 static uptr ModuloNumberOfFrames(uptr stack_size_log, uptr class_id, uptr n) { in ModuloNumberOfFrames()
107 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags()
113 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame()
124 static void Deallocate(uptr x, uptr class_id) { in Deallocate()
139 static uptr BytesInSizeClass(uptr class_id) { in BytesInSizeClass()
146 static u8 **SavedFlagPtr(uptr x, uptr class_id) { in SavedFlagPtr()
H A Dasan_fake_stack.cpp29 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) { in SetShadow()
69 for (uptr class_id = 0; class_id < kNumberOfSizeClasses; class_id++) in Destroy() local
87 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate()
120 uptr class_id = (ptr - beg) >> stack_size_log; in AddrIsInFakeStack() local
143 for (uptr class_id = 0; class_id < kNumberOfSizeClasses; class_id++) { in GC() local
160 for (uptr class_id = 0; class_id < kNumberOfSizeClasses; class_id++) { in ForEachFakeFrame() local
207 static ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) { in OnMalloc()
219 static ALWAYS_INLINE uptr OnMallocAlways(uptr class_id, uptr size) { in OnMallocAlways()
233 static ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree()
242 #define DEFINE_STACK_MALLOC_FREE_WITH_CLASS_ID(class_id) \ argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h248 uptr GetRegionBeginBySizeClass(uptr class_id) const { in GetRegionBeginBySizeClass()
260 uptr class_id = GetSizeClass(p); in GetBlockBegin() local
283 uptr class_id = GetSizeClass(p); in GetMetaData() local
305 for (uptr class_id = 0; class_id < stats_size; class_id++) in FillMemoryProfile() local
310 void PrintStats(uptr class_id, uptr rss) { in PrintStats()
329 for (uptr class_id = 0; class_id < kNumClasses; class_id++) in PrintStats() local
386 static uptr ClassIdToSize(uptr class_id) { in ClassIdToSize()
503 const uptr class_id = 0; variable
519 uptr class_id) { in ReleaseFreeMemoryToOS()
682 RegionInfo *GetRegionInfo(uptr class_id) const { in GetRegionInfo()
[all …]
H A Dsanitizer_allocator_primary32.h114 static uptr ClassIdToSize(uptr class_id) { in ClassIdToSize()
169 uptr class_id) { in AllocateBatch()
183 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, in DeallocateBatch()
299 uptr AllocateRegion(AllocatorStats *stat, uptr class_id) { in AllocateRegion()
312 SizeClassInfo *GetSizeClassInfo(uptr class_id) { in GetSizeClassInfo()
317 bool PopulateBatches(AllocatorCache *c, SizeClassInfo *sci, uptr class_id, in PopulateBatches()
343 SizeClassInfo *sci, uptr class_id) { in PopulateFreeList()
H A Dsanitizer_allocator_size_class_map.h145 static uptr Size(uptr class_id) { in Size()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h199 unsigned int class_id; member
/freebsd-13.1/sys/dev/ppbus/
H A Dppbconf.c212 int class_id = -1; in ppb_pnp_detect() local
H A Dppbconf.h237 int class_id; /* not a PnP device if class_id < 0 */ member
/freebsd-13.1/sys/net/altq/
H A Daltq_hfsc.h80 u_int class_id; member
123 u_int class_id; member
/freebsd-13.1/sys/arm/versatile/
H A Dversatile_pci.c163 uint32_t vendordev_id, class_id; in versatile_pci_attach() local
/freebsd-13.1/sys/dev/pci/
H A Dpcivar.h295 uint16_t class_id; member