Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dcallthunks.c298 unsigned int tmpl_size = SKL_TMPL_SIZE; in is_callthunk() local
306 return !bcmp((void *)(dest - tmpl_size), tmpl, tmpl_size); in is_callthunk()
311 unsigned int tmpl_size = SKL_TMPL_SIZE; in x86_call_depth_emit_accounting() local
321 memcpy(*pprog, tmpl, tmpl_size); in x86_call_depth_emit_accounting()
322 *pprog += tmpl_size; in x86_call_depth_emit_accounting()
323 return tmpl_size; in x86_call_depth_emit_accounting()