Searched refs:vm_sub_no_ubsan (Results 1 – 1 of 1) sorted by relevance
79 #define vm_sub_no_ubsan(a, b) ({ typeof(a+b) TMP; (void) os_sub_overflow(a, b, &TMP); TMP; }) macro234 VM_SANITIZE_UT_SET(size_u, vm_sub_no_ubsan(end_local, addr_local)); in vm_sanitize_compute_ut_size()389 size_aligned = vm_sub_no_ubsan(size_aligned, offset & ~pgmask); in vm_sanitize_size()562 *size = vm_sub_no_ubsan(end_aligned, addr_aligned); in vm_sanitize_addr_size()