Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dpv.c650 uvcb.flags.ap_allow_instr = kvm->arch.model.uv_feat_guest.ap; in kvm_s390_pv_init_vm()
651 uvcb.flags.ap_instr_intr = kvm->arch.model.uv_feat_guest.ap_intr; in kvm_s390_pv_init_vm()
H A Dkvm-s390.c1612 kvm->arch.model.uv_feat_guest.feat = data; in kvm_s390_set_uv_feat()
1878 unsigned long feat = kvm->arch.model.uv_feat_guest.feat; in kvm_s390_get_processor_uv_feat()
3400 kvm->arch.model.uv_feat_guest.feat = 0; in kvm_arch_init_vm()
/linux/arch/s390/include/asm/
H A Dkvm_host.h502 struct kvm_s390_vm_cpu_uv_feat uv_feat_guest; member