Home
last modified time | relevance | path

Searched refs:bcmp (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Dcallthunks.c191 if (!bcmp(pad, insn_buff, tsize)) in patch_dest()
195 if (bcmp(pad, nops, tsize)) { in patch_dest()
299 return !bcmp(pad, insn_buff, tmpl_size); in is_callthunk()
/linux-6.15/arch/x86/boot/
H A Dstring.h14 int bcmp(const void *s1, const void *s2, size_t len);
H A Dstring.c43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
/linux-6.15/lib/
H A Dstring.c713 int bcmp(const void *a, const void *b, size_t len) in bcmp() function
717 EXPORT_SYMBOL(bcmp);
/linux-6.15/include/linux/
H A Dstring.h272 extern int bcmp(const void *,const void *,__kernel_size_t);
/linux-6.15/scripts/kconfig/
H A Dconfdata.c80 if (bcmp(map1, map2, st1.st_size)) in is_same()