Searched refs:user_size (Results 1 – 10 of 10) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/gem/ |
H A D | i915_gem_userptr.c | 517 if (i915_gem_object_size_2big(args->user_size)) in i915_gem_userptr_ioctl() 520 if (!args->user_size) in i915_gem_userptr_ioctl() 523 if (offset_in_page(args->user_ptr | args->user_size)) in i915_gem_userptr_ioctl() 526 if (!access_ok((char __user *)(unsigned long)args->user_ptr, args->user_size)) in i915_gem_userptr_ioctl() 547 ret = probe_range(current->mm, args->user_ptr, args->user_size); in i915_gem_userptr_ioctl() 561 drm_gem_private_object_init(dev, &obj->base, args->user_size); in i915_gem_userptr_ioctl()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_report.cpp | 118 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 D | sanitizer_allocator_report.h | 33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_report.h | 73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
|
H A D | asan_errors.h | 237 uptr user_size; member 246 user_size(user_size_), in ErrorAllocationSizeTooBig()
|
H A D | asan_report.cpp | 309 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument 312 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
|
H A D | asan_errors.cpp | 260 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str()); in Print()
|
/openbsd/sys/dev/usb/ |
H A D | mbim.h | 491 uint32_t user_size; member
|
H A D | if_umb.c | 2817 c->user_size = htole32(0); in umb_send_connect()
|
/openbsd/sys/dev/pci/drm/include/uapi/drm/ |
H A D | i915_drm.h | 2665 __u64 user_size; member
|