Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_nested.c183 save->hashkeyr = env->spr[SPR_HASHKEYR]; in nested_save_state()
282 env->spr[SPR_HASHKEYR] = load->hashkeyr; in nested_load_state()
/qemu/target/ppc/
H A Dexcp_helper.c2916 HELPER_HASH(HASHST, env->spr[SPR_HASHKEYR], true, NPHIE)
2917 HELPER_HASH(HASHCHK, env->spr[SPR_HASHKEYR], false, NPHIE)
H A Dcpu.h1900 #define SPR_HASHKEYR (0x1D4) macro
H A Dcpu_init.c5875 spr_register(env, SPR_HASHKEYR, "HASHKEYR", in register_power10_hash_sprs()