Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_pr.c116 new_pc = to_book3s(vcpu)->hior + vec; in kvmppc_inject_interrupt_pr()
566 to_book3s(vcpu)->hior = 0xfff00000; in kvmppc_set_pvr_pr()
574 to_book3s(vcpu)->hior = 0; in kvmppc_set_pvr_pr()
1543 *val = get_reg_val(id, to_book3s(vcpu)->hior); in kvmppc_get_one_reg_pr()
1648 to_book3s(vcpu)->hior = set_reg_val(id, *val); in kvmppc_set_one_reg_pr()
Dbook3s_emulate.c695 to_book3s(vcpu)->hior = spr_val; in kvmppc_core_emulate_mtspr_pr()
895 *spr_val = to_book3s(vcpu)->hior; in kvmppc_core_emulate_mfspr_pr()
/linux-6.1.9/arch/powerpc/include/asm/
Dkvm_book3s.h111 u64 hior; member