Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/cavium-octeon/executive/
Docteon-model.c99 if (fus_dat2.s.nocrypto) in octeon_model_get_string_buffer()
103 } else if (fus_dat2.s.nocrypto) in octeon_model_get_string_buffer()
108 if (!fus_dat2.s.nocrypto) in octeon_model_get_string_buffer()
296 if (fus_dat2.cn56xx.nocrypto) in octeon_model_get_string_buffer()
301 if (fus_dat2.cn56xx.nocrypto) in octeon_model_get_string_buffer()
328 if (fus_dat2.cn61xx.nocrypto && fus_dat2.cn61xx.dorm_crypto) in octeon_model_get_string_buffer()
330 if (fus_dat2.cn61xx.nocrypto) in octeon_model_get_string_buffer()
343 if (fus_dat2.cn63xx.nocrypto) in octeon_model_get_string_buffer()
356 if (fus_dat2.cn66xx.nocrypto && fus_dat2.cn66xx.dorm_crypto) in octeon_model_get_string_buffer()
358 if (fus_dat2.cn66xx.nocrypto) in octeon_model_get_string_buffer()
[all …]
/linux-6.6.21/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h1206 uint64_t nocrypto:1; member
1216 uint64_t nocrypto:1;
1237 uint64_t nocrypto:1; member
1251 uint64_t nocrypto:1;
1262 uint64_t nocrypto:1; member
1276 uint64_t nocrypto:1;
1287 uint64_t nocrypto:1; member
1297 uint64_t nocrypto:1;
1312 uint64_t nocrypto:1; member
1324 uint64_t nocrypto:1;
[all …]
Docteon-feature.h127 return !fus_2.s.nocrypto && !fus_2.s.nomul && fus_2.s.dorm_crypto; in octeon_has_feature()