Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dcpregs.h115 ARM_CP_SVE = 1 << 14,
106 ARM_CP_SVE = 1 << 14, global() enumerator
H A Dhelper.c4838 .access = PL1_RW, .type = ARM_CP_SVE, in sme_exception_el()
4843 .access = PL2_RW, .type = ARM_CP_SVE, in sme_exception_el()
4848 .access = PL3_RW, .type = ARM_CP_SVE, in sme_exception_el()
7929 * This is important for e.g. ARM_CP_SVE so that we still in switch_mode()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c2900 } else if ((ri->type & ARM_CP_SVE) && !sve_access_check(s)) { in gen_load_exclusive()