Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dmisc_helper.c225 helper_hfscr_facility_check(env, HFSCR_MSGP, "load DPDES", HFSCR_IC_MSGP); in helper_load_dpdes()
260 helper_hfscr_facility_check(env, HFSCR_MSGP, "store DPDES", HFSCR_IC_MSGP); in helper_store_dpdes()
H A Dexcp_helper.c3002 helper_hfscr_facility_check(env, HFSCR_MSGP, "msgclrp", HFSCR_IC_MSGP); in helper_book3s_msgclrp()
3023 helper_hfscr_facility_check(env, HFSCR_MSGP, "msgsndp", HFSCR_IC_MSGP); in helper_book3s_msgsndp()
H A Dcpu.h630 #define HFSCR_MSGP PPC_BIT(53) /* Privileged Message Send Facilities */ macro