Home
last modified time | relevance | path

Searched refs:user_size (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_report.cc104 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() argument
109 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
H A Dsanitizer_allocator_report.h30 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cc106 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() argument
111 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
H A Dsanitizer_allocator_report.h32 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() argument
123 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
H A Dsanitizer_allocator_report.h33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_userptr.c822 if (!args->user_size) in i915_gem_userptr_ioctl()
825 if (offset_in_page(args->user_ptr | args->user_size)) in i915_gem_userptr_ioctl()
828 if (!access_ok((char __user *)(unsigned long)args->user_ptr, args->user_size)) in i915_gem_userptr_ioctl()
844 drm_gem_private_object_init(dev, &obj->base, args->user_size); in i915_gem_userptr_ioctl()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_report.h73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
H A Dasan_errors.h237 uptr user_size; member
246 user_size(user_size_), in ErrorAllocationSizeTooBig()
H A Dasan_report.cpp307 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument
310 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
H A Dasan_errors.cpp260 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str()); in Print()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_report.h70 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
H A Dasan_errors.h220 uptr user_size; member
229 user_size(user_size_), in ErrorAllocationSizeTooBig()
H A Dasan_report.cc295 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument
298 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
H A Dasan_errors.cc247 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str()); in Print()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_report.h72 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
H A Dasan_errors.h222 uptr user_size; member
231 user_size(user_size_), in ErrorAllocationSizeTooBig()
H A Dasan_report.cc297 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument
300 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
H A Dasan_errors.cc249 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str()); in Print()
/netbsd-src/sys/dev/usb/
H A Dmbim.h492 uint32_t user_size; member
H A Dif_umb.c2318 sc->sc_info.usernamelen, &c->user_offs, &c->user_size)) in umb_send_connect()
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Di915_drm.h1869 __u64 user_size; member