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.h105 ARM_CP_SVE = 1 << 14, enumerator
H A Dhelper.c7280 .access = PL1_RW, .type = ARM_CP_SVE,
7285 .access = PL2_RW, .type = ARM_CP_SVE,
7290 .access = PL3_RW, .type = ARM_CP_SVE,
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c2369 } else if ((ri->type & ARM_CP_SVE) && !sve_access_check(s)) { in handle_sys()