Searched refs:bcmp (Results 1 – 3 of 3) sorted by relevance
/arch/x86/kernel/ |
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()
|
/arch/x86/boot/ |
D | string.h | 14 int bcmp(const void *s1, const void *s2, size_t len);
|
D | string.c | 43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|