Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c227 via_feature_xcrypt |= VIA_HAS_AES; in init_via()
/f-stack/freebsd/crypto/via/
H A Dpadlock.c89 if (!(via_feature_xcrypt & VIA_HAS_AES)) { in padlock_probe()
/f-stack/freebsd/i386/i386/
H A Dinitcpu.c601 via_feature_xcrypt |= VIA_HAS_AES; in init_via()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h1154 #define VIA_HAS_AES 1 /* cpu has AES */ macro