Home
last modified time | relevance | path

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

/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc175 gen_priv_exception(ctx, POWERPC_EXCP_PRIV_OPC);
198 gen_priv_exception(ctx, POWERPC_EXCP_PRIV_OPC);
206 gen_priv_exception(ctx, POWERPC_EXCP_PRIV_OPC);
/qemu/target/ppc/
H A Dtranslate.c393 static inline void gen_priv_exception(DisasContext *ctx, uint32_t error) in gen_priv_exception() function
1461 gen_priv_exception(ctx, POWERPC_EXCP_PRIV_OPC); in gen_priv_opc()
4115 gen_priv_exception(ctx, POWERPC_EXCP_PRIV_REG); in gen_op_mfspr()
4135 gen_priv_exception(ctx, POWERPC_EXCP_PRIV_REG); in gen_op_mfspr()
4292 gen_priv_exception(ctx, POWERPC_EXCP_PRIV_REG); in gen_mtspr()
4314 gen_priv_exception(ctx, POWERPC_EXCP_PRIV_REG); in gen_mtspr()