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.c2918 HELPER_HASH(HASHSTP, env->spr[SPR_HASHPKEYR], true, PHIE)
2919 HELPER_HASH(HASHCHKP, env->spr[SPR_HASHPKEYR], false, PHIE)
H A Dcpu.h1901 #define SPR_HASHPKEYR (0x1D5) macro
H A Dcpu_init.c5879 spr_register_hv(env, SPR_HASHPKEYR, "HASHPKEYR", in register_power10_hash_sprs()