Searched refs:bcmp (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | callthunks.c | 190 if (!bcmp(pad, skl_call_thunk_template, tsize)) in patch_dest() 194 if (bcmp(pad, nops, tsize)) { in patch_dest() 306 return !bcmp((void *)(dest - tmpl_size), tmpl, tmpl_size); in is_callthunk()
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | string.h | 14 int bcmp(const void *s1, const void *s2, size_t len);
|
H A D | string.c | 41 * Clang may lower `memcmp == 0` to `bcmp == 0`. 43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
/kernel/linux/linux-5.10/lib/ |
H A D | string.c | 951 * bcmp - returns 0 if and only if the buffers have identical contents. 957 * meaning, and architectures may implement their own more efficient bcmp(). So 961 #undef bcmp macro 962 int bcmp(const void *a, const void *b, size_t len) in bcmp() function 966 EXPORT_SYMBOL(bcmp); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | string.c | 701 * bcmp - returns 0 if and only if the buffers have identical contents. 707 * meaning, and architectures may implement their own more efficient bcmp(). So 711 int bcmp(const void *a, const void *b, size_t len) in bcmp() function 715 EXPORT_SYMBOL(bcmp); variable
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | string.c | 41 * Clang may lower `memcmp == 0` to `bcmp == 0`. 43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | string.h | 199 extern int bcmp(const void *,const void *,__kernel_size_t);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | string.h | 158 extern int bcmp(const void *,const void *,__kernel_size_t);
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | confdata.c | 74 if (bcmp(map1, map2, st1.st_size)) in is_same()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | confdata.c | 76 if (bcmp(map1, map2, st1.st_size)) in is_same()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | userfaultfd.c | 417 * We can't use bcmp (or memcmp) because that in locking_thread() 437 while (!bcmp(area_dst + page_nr * page_size, zeropage, in locking_thread()
|
Completed in 14 milliseconds