Searched refs:memcmp_zero_ptr_aligned (Results 1 – 6 of 6) sorted by relevance
28 memcmp_zero_ptr_aligned(const void *s, size_t n);54 int result = memcmp_zero_ptr_aligned(&buffer[i], m);76 int result = memcmp_zero_ptr_aligned(&right[i], m);
167 extern unsigned long memcmp_zero_ptr_aligned(const void *s __sized_by(n), size_t n) __stateful_pure;
212 memcmp_zero_ptr_aligned(const void *addr, size_t size) in memcmp_zero_ptr_aligned() function
1044 assert(memcmp_zero_ptr_aligned((void *)kext_mh, end - cur) == 0); in kalloc_type_view_parse()
3108 if (memcmp_zero_ptr_aligned((void *)elem, size)) { in zalloc_validate_element()3114 if (memcmp_zero_ptr_aligned((void *)elem, size)) { in zalloc_validate_element()
2973 assert(memcmp_zero_ptr_aligned(meta, size) == 0); in kmem_check_meta_range_is_clear()