Searched refs:KVMPPC_GSID_CR (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/powerpc/kvm/ |
D | test-guest-state-buffer.c | 163 for (u16 iden = KVMPPC_GSID_CR; iden <= KVMPPC_GSID_PSPB; iden++) { in test_gs_bitmap() 217 KVMPPC_GSID_CR, in test1_get_size() 233 if (kvmppc_gsm_includes(gsm, KVMPPC_GSID_CR)) in test1_fill_info() 234 kvmppc_gse_put_u32(gsb, KVMPPC_GSID_CR, data->b); in test1_fill_info() 266 gse = kvmppc_gsp_lookup(&gsp, KVMPPC_GSID_CR); in test1_refresh_info() 299 kvmppc_gsm_include(gsm, KVMPPC_GSID_CR); in test_gs_msg()
|
D | book3s_hv_nestedv2.c | 267 case KVMPPC_GSID_CR: in gs_msg_ops_vcpu_fill_info() 523 case KVMPPC_GSID_CR: in gs_msg_ops_vcpu_refresh_info() 982 if (!kvmppc_gsbm_test(valids, KVMPPC_GSID_CR)) in __kvmhv_nestedv2_reload_ptregs() 983 kvmppc_gsm_include(&gsm, KVMPPC_GSID_CR); in __kvmhv_nestedv2_reload_ptregs() 1011 kvmhv_nestedv2_mark_dirty(vcpu, KVMPPC_GSID_CR); in __kvmhv_nestedv2_mark_dirty_ptregs()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | guest-state-buffer.h | 86 #define KVMPPC_GSID_CR 0x2000 macro 118 #define KVMPPC_GSE_W_REGS_START KVMPPC_GSID_CR
|
D | kvm_book3s.h | 416 kvmhv_nestedv2_mark_dirty(vcpu, KVMPPC_GSID_CR); in kvmppc_set_cr() 421 WARN_ON(kvmhv_nestedv2_cached_reload(vcpu, KVMPPC_GSID_CR) < 0); in kvmppc_get_cr()
|