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