Home
last modified time | relevance | path

Searched refs:SPR_AMR (Results 1 – 6 of 6) sorted by relevance

/qemu/target/ppc/
H A Dmmu-radix64.c225 int amr = env->spr[SPR_AMR] >> 62; /* We only care about key0 AMR63:62 */ in ppc_radix64_get_prot_amr()
H A Dmmu-hash64.c474 amrbits = (env->spr[SPR_AMR] >> 2 * (31 - key)) & 0x3; in ppc_hash64_amr_prot()
H A Dtranslate.c1092 gen_load_spr(t0, SPR_AMR); in spr_write_amr()
1097 gen_store_spr(SPR_AMR, t0); in spr_write_amr()
1098 spr_store_dump_spr(SPR_AMR); in spr_write_amr()
H A Dcpu.h1736 #define SPR_AMR (0x01D) macro
H A Dcpu_init.c237 spr_register_kvm_hv(env, SPR_AMR, "AMR", in register_amr_sprs()
/qemu/hw/ppc/
H A Dspapr_nested.c191 save->amr = env->spr[SPR_AMR]; in nested_save_state()
290 env->spr[SPR_AMR] = load->amr; in nested_load_state()