Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc13 if (unlikely(!ctx->spe_enabled)) {
216 if (unlikely(!ctx->spe_enabled)) {
303 if (unlikely(!ctx->spe_enabled)) {
312 if (unlikely(!ctx->spe_enabled)) {
321 if (unlikely(!ctx->spe_enabled)) {
338 if (unlikely(!ctx->spe_enabled)) {
350 if (unlikely(!ctx->spe_enabled)) {
386 if (unlikely(!ctx->spe_enabled)) {
395 if (unlikely(!ctx->spe_enabled)) {
404 if (unlikely(!ctx->spe_enabled)) {
[all …]
/openbmc/qemu/target/ppc/
H A Dtranslate.c188 bool spe_enabled; member
7346 ctx->spe_enabled = (hflags >> HFLAGS_SPE) & 1; in ppc_tr_init_disas_context()