Home
last modified time | relevance | path

Searched full:v8a (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm64/boot/dts/arm/
H A Dfoundation-v8.dtsi15 model = "Foundation-v8A";
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,vexpress-juno.yaml108 v8A hardware. See ARM DUI 0575D.
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c3578 * For v8A and later, the encoding has been tightened so that in valid_cp()
4715 * v8A doesn't have this HSTR bit. in trans_BXJ()
5295 /* Some cases stopped being UNPREDICTABLE in v8A (but not v8M) */ in op_strex()
5296 bool v8a = ENABLE_ARCH_8 && !arm_dc_feature(s, ARM_FEATURE_M); in op_strex() local
5301 || (!v8a && s->thumb && (a->rd == 13 || a->rt == 13)) in op_strex()
5305 || (!v8a && s->thumb && a->rt2 == 13)))) { in op_strex()
5451 /* Some cases stopped being UNPREDICTABLE in v8A (but not v8M) */ in op_ldrex()
5452 bool v8a = ENABLE_ARCH_8 && !arm_dc_feature(s, ARM_FEATURE_M); in op_ldrex() local
5456 || (!v8a && s->thumb && a->rt == 13) in op_ldrex()
5459 || (!v8a && s->thumb && a->rt2 == 13)))) { in op_ldrex()
[all …]
H A Dtranslate-vfp.c2159 * v8A, must UNDEF. We choose to UNDEF for both v7A and v8A. in do_vfm_sp()
2218 * v8A, must UNDEF. We choose to UNDEF for both v7A and v8A. in do_vfm_dp()
H A Dtranslate.h773 * is either not unpredictable or merely CONSTRAINED UNPREDICTABLE in v8A;
/openbmc/qemu/target/arm/
H A Dinternals.h534 * This corresponds to the v8A pseudocode's Fault enumeration,
H A Dhelper.c2415 * HSTR.TTEE only exists in v7A, not v8A, but v8A doesn't have T2EE in teecr_access()
2416 * at all, so we don't need to check whether we're v8A. in teecr_access()
8576 * in v7A, not in v8A. in access_joscr_jmcr()