Searched refs:bcmp (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/kernel/ |
| A D | callthunks.c | 191 if (!bcmp(pad, insn_buff, tsize)) in patch_dest() 195 if (bcmp(pad, nops, tsize)) { in patch_dest() 312 return !bcmp(pad, insn_buff, tmpl_size); in is_callthunk()
|
| /linux/arch/x86/boot/ |
| A D | string.h | 14 int bcmp(const void *s1, const void *s2, size_t len);
|
| A D | string.c | 43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
| /linux/lib/ |
| A D | string.c | 695 int bcmp(const void *a, const void *b, size_t len) in bcmp() function 699 EXPORT_SYMBOL(bcmp);
|
| /linux/include/linux/ |
| A D | string.h | 271 extern int bcmp(const void *,const void *,__kernel_size_t);
|
| /linux/scripts/kconfig/ |
| A D | confdata.c | 80 if (bcmp(map1, map2, st1.st_size)) in is_same()
|
Completed in 17 milliseconds