Searched refs:bcmp (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | callthunks.c | 190 if (!bcmp(pad, insn_buff, tsize)) in patch_dest() 194 if (bcmp(pad, nops, tsize)) { in patch_dest() 298 return !bcmp(pad, insn_buff, tmpl_size); in is_callthunk()
|
| /linux/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 | 43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
| /linux/lib/ |
| H A D | string.c | 713 int bcmp(const void *a, const void *b, size_t len) in bcmp() function 717 EXPORT_SYMBOL(bcmp);
|
| /linux/include/linux/ |
| H A D | string.h | 272 extern int bcmp(const void *,const void *,__kernel_size_t);
|