Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Didentcpu.c2078 MRS_FIELD_VALUE(MVFR0_FPDP_VFP_v2, "DP VFPv2"),
2084 MRS_HWCAP(1, HWCAP32_VFP, MVFR0_FPDP_VFP_v2),
/freebsd/sys/arm64/include/
H A Darmreg.h2087 #define MVFR0_FPDP_VFP_v2 (UL(0x1) << MVFR0_FPDP_SHIFT) macro