Searched refs:bcmp (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/arch/x86/kernel/ |
| 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()
|
| /Linux-v6.6/arch/x86/boot/ |
| D | string.h | 14 int bcmp(const void *s1, const void *s2, size_t len);
|
| D | string.c | 43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
| /Linux-v6.6/lib/ |
| D | string.c | 711 int bcmp(const void *a, const void *b, size_t len) in bcmp() function 715 EXPORT_SYMBOL(bcmp);
|
| /Linux-v6.6/include/linux/ |
| D | string.h | 159 extern int bcmp(const void *,const void *,__kernel_size_t);
|
| /Linux-v6.6/scripts/kconfig/ |
| D | confdata.c | 76 if (bcmp(map1, map2, st1.st_size)) in is_same()
|