Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_nested.c184 save->hashpkeyr = env->spr[SPR_HASHPKEYR]; in nested_save_state()
283 env->spr[SPR_HASHPKEYR] = load->hashpkeyr; in nested_load_state()
/qemu/target/ppc/
H A Dexcp_helper.c2889 HELPER_HASH(HASHSTP, env->spr[SPR_HASHPKEYR], true, PHIE)
2890 HELPER_HASH(HASHCHKP, env->spr[SPR_HASHPKEYR], false, PHIE)
H A Dcpu.h1870 #define SPR_HASHPKEYR (0x1D5) macro
H A Dcpu_init.c5812 spr_register_hv(env, SPR_HASHPKEYR, "HASHPKEYR", in register_power10_hash_sprs()