Home
last modified time | relevance | path

Searched refs:REQUIRE_SV (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc30 REQUIRE_SV(ctx);
44 REQUIRE_SV(ctx);
58 REQUIRE_SV(ctx);
72 REQUIRE_SV(ctx);
86 REQUIRE_SV(ctx);
100 REQUIRE_SV(ctx);
114 REQUIRE_SV(ctx);
162 REQUIRE_SV(ctx);
H A Dprocessor-ctrl-impl.c.inc76 REQUIRE_SV(ctx);
89 REQUIRE_SV(ctx);
H A Dfixedpoint-impl.c.inc81 REQUIRE_SV(ctx);
510 REQUIRE_SV(ctx);
/openbmc/qemu/target/ppc/
H A Dtranslate.c6328 #define REQUIRE_SV(CTX) \ macro
6344 #define REQUIRE_SV(CTX) do { gen_priv_opc(CTX); return true; } while (0) macro