Searched refs:bcmp (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | callthunks.c | 192 if (!bcmp(pad, insn_buff, tsize)) in patch_dest() 196 if (bcmp(pad, nops, tsize)) { in patch_dest() 313 return !bcmp(pad, insn_buff, tmpl_size); in is_callthunk()
|
/linux/lib/ |
H A D | string.c | 706 int bcmp(const void *a, const void *b, size_t len) in bcmp() function 710 EXPORT_SYMBOL(bcmp);
|
/linux/include/linux/ |
H A D | string.h | 272 extern int bcmp(const void *,const void *,__kernel_size_t);
|