Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Dcet.c31 unsigned int cpec = error_code & CP_EC; in cp_err_string() local
33 if (cpec >= ARRAY_SIZE(cp_err)) in cp_err_string()
34 cpec = 0; in cp_err_string()
35 return cp_err[cpec]; in cp_err_string()

Completed in 2 milliseconds