Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/emu/
Dnatfeat.c22 extern long nf_get_id_phys(unsigned long feature_name);
40 long nf_get_id(const char *feature_name) in nf_get_id() argument
46 n = strlcpy(name_copy, feature_name, sizeof(name_copy)); in nf_get_id()
/Linux-v4.19/arch/x86/crypto/
Dserpent_avx2_glue.c252 const char *feature_name; in init() local
259 &feature_name)) { in init()
260 pr_info("CPU feature '%s' is not supported.\n", feature_name); in init()
Dcamellia_aesni_avx2_glue.c267 const char *feature_name; in camellia_aesni_init() local
278 &feature_name)) { in camellia_aesni_init()
279 pr_info("CPU feature '%s' is not supported.\n", feature_name); in camellia_aesni_init()
Dserpent_avx_glue.c302 const char *feature_name; in serpent_init() local
305 &feature_name)) { in serpent_init()
306 pr_info("CPU feature '%s' is not supported.\n", feature_name); in serpent_init()
Dcast6_avx_glue.c296 const char *feature_name; in cast6_init() local
299 &feature_name)) { in cast6_init()
300 pr_info("CPU feature '%s' is not supported.\n", feature_name); in cast6_init()
Dtwofish_avx_glue.c305 const char *feature_name; in twofish_init() local
307 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
308 pr_info("CPU feature '%s' is not supported.\n", feature_name); in twofish_init()
Dcamellia_aesni_avx_glue.c293 const char *feature_name; in camellia_aesni_init() local
303 &feature_name)) { in camellia_aesni_init()
304 pr_info("CPU feature '%s' is not supported.\n", feature_name); in camellia_aesni_init()
Dcast5_avx_glue.c368 const char *feature_name; in cast5_init() local
371 &feature_name)) { in cast5_init()
372 pr_info("CPU feature '%s' is not supported.\n", feature_name); in cast5_init()
/Linux-v4.19/arch/x86/include/asm/fpu/
Dapi.h37 extern int cpu_has_xfeatures(u64 xfeatures_mask, const char **feature_name);
/Linux-v4.19/arch/m68k/include/asm/
Dnatfeat.h14 long nf_get_id(const char *feature_name);
/Linux-v4.19/arch/x86/kernel/fpu/
Dxstate.c83 int cpu_has_xfeatures(u64 xfeatures_needed, const char **feature_name) in cpu_has_xfeatures() argument
87 if (unlikely(feature_name)) { in cpu_has_xfeatures()
106 *feature_name = xfeature_names[xfeature_idx]; in cpu_has_xfeatures()
295 const char *feature_name; in print_xstate_feature() local
297 if (cpu_has_xfeatures(xstate_mask, &feature_name)) in print_xstate_feature()
298 pr_info("x86/fpu: Supporting XSAVE feature 0x%03Lx: '%s'\n", xstate_mask, feature_name); in print_xstate_feature()
/Linux-v4.19/arch/ia64/kernel/
Dsetup.c642 const char *feature_name; in show_cpuinfo() member
664 feature_bits[i].feature_name), in show_cpuinfo()