fix_pmode_dataseg 1308 arch/x86/kvm/vmx.c 	fix_pmode_dataseg(VCPU_SREG_ES, &vcpu->arch.rmode.es);
fix_pmode_dataseg 1309 arch/x86/kvm/vmx.c 	fix_pmode_dataseg(VCPU_SREG_DS, &vcpu->arch.rmode.ds);
fix_pmode_dataseg 1310 arch/x86/kvm/vmx.c 	fix_pmode_dataseg(VCPU_SREG_GS, &vcpu->arch.rmode.gs);
fix_pmode_dataseg 1311 arch/x86/kvm/vmx.c 	fix_pmode_dataseg(VCPU_SREG_FS, &vcpu->arch.rmode.fs);