Home
last modified time | relevance | path

Searched refs:guest (Results 1 – 25 of 34) sorted by relevance

12

/arch/powerpc/kvm/
DKconfig49 Support running unmodified book3s_32 guest kernels
63 Support running unmodified book3s_64 and book3s_32 guest kernels
76 Support running unmodified book3s_64 guest kernels in
82 guest operating systems will run at full hardware speed
104 Support running unmodified 440 guest kernels in virtual machines on
130 Support running unmodified E500 guest kernels in virtual machines on
146 Support running unmodified E500MC/E5500/E6500 guest kernels in
/arch/mips/kvm/
D00README.txt24 …Linux-3.7-rc2 based SMP guest hangs due to the following code sequence in the generated TLB handle…
26 when we ERET back to the guest. This causes the guest to hang in an infinite loop.
Dkvm_locore.S236 mtc0 k0, CP0_ERROREPC #01: Save guest k0
/arch/arm/kvm/
Dinterrupts.S103 @ Store hardware CP15 state and load guest state
110 @ Set FPEXC_EN so the guest doesn't trap floating point instructions
139 @ We're all done, just restore the GPRs and go to the guest
192 @ Store guest CP15 state and restore host state
433 4: pop {r0, r1, r2} @ Failed translation, return to guest
450 @ Switch VFP/NEON hardware state to the guest's
DMakefile20 obj-y += arm.o handle_exit.o guest.o mmu.o emulate.o reset.o
DKconfig27 Support hosting virtualized guest machines. You will also
Dinterrupts_head.S234 @ Store other guest registers
516 @ Disallow physical timer access for the guest
/arch/ia64/xen/
DKconfig17 both as a guest OS on Xen and natively on hardware.
/arch/x86/lguest/
DKconfig2 bool "Lguest guest support"
/arch/ia64/kvm/
Dmisc.h70 union context *ctx = &vcpu->arch.guest; in kvm_get_guest_context()
DKconfig32 Support hosting fully virtualized guest machines using hardware
Dkvm-ia64.c893 memcpy(&vcpu->arch.guest, &regs->saved_guest, sizeof(union context)); in kvm_arch_vcpu_ioctl_set_regs()
1162 union context *p_ctx = &vcpu->arch.guest; in kvm_arch_vcpu_init()
1412 memcpy(&regs->saved_guest, &vcpu->arch.guest, sizeof(union context)); in kvm_arch_vcpu_ioctl_get_regs()
/arch/tile/kvm/
DKconfig25 Support hosting paravirtualized guest machines.
/arch/x86/xen/
DKconfig6 bool "Xen guest support"
/arch/x86/include/asm/
Dperf_event.h244 u64 host, guest; member
/arch/s390/kvm/
DKconfig27 Support hosting paravirtualized guest machines using the SIE
/arch/ia64/include/asm/
Dkvm_host.h450 union context guest; member
582 typedef void kvm_tramp_entry(union context *host, union context *guest);
/arch/s390/kernel/
Dentry64.S939 stg %r3,__SF_EMPTY+8(%r15) # save guest register save area
941 lmg %r0,%r13,0(%r3) # load guest gprs 0-13
959 LPP __SF_EMPTY(%r15) # set guest id
966 lg %r14,__SF_EMPTY+8(%r15) # load guest register save area
967 stmg %r0,%r13,0(%r14) # save guest gprs 0-13
974 lg %r14,__SF_EMPTY+8(%r15) # load guest register save area
975 stmg %r0,%r13,0(%r14) # save guest gprs 0-13
/arch/x86/kvm/
DKconfig42 Support hosting fully virtualized guest machines using hardware
Dvmx.c430 struct vmx_msr_entry guest[NR_AUTOLOAD_MSRS]; member
1439 if (m->guest[i].index == msr) in clear_atomic_switch_msr()
1445 m->guest[i] = m->guest[m->nr]; in clear_atomic_switch_msr()
1492 if (m->guest[i].index == msr) in add_atomic_switch_msr()
1505 m->guest[i].index = msr; in add_atomic_switch_msr()
1506 m->guest[i].value = guest_val; in add_atomic_switch_msr()
4256 vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest)); in vmx_vcpu_setup()
6939 if (msrs[i].host == msrs[i].guest) in atomic_switch_perf_msrs()
6942 add_atomic_switch_msr(vmx, msrs[i].msr, msrs[i].guest, in atomic_switch_perf_msrs()
/arch/x86/kernel/cpu/
Dperf_event_intel.c1585 arr[0].guest = x86_pmu.intel_ctrl & ~cpuc->intel_ctrl_host_mask; in intel_guest_get_msrs()
1593 arr[1].guest = 0; in intel_guest_get_msrs()
1609 arr[idx].host = arr[idx].guest = 0; in core_guest_get_msrs()
1614 arr[idx].host = arr[idx].guest = in core_guest_get_msrs()
1620 arr[idx].guest &= ~ARCH_PERFMON_EVENTSEL_ENABLE; in core_guest_get_msrs()
/arch/ia64/
DKconfig130 bool "Paravirtualized guest support"
235 bool "Xen guest"
239 Build a kernel that runs on Xen guest domain. At this moment only
/arch/um/
DKconfig.um138 guest to use up to 2.75G of memory.
/arch/powerpc/platforms/85xx/
DKconfig296 This option enables support for running as a QEMU guest using
/arch/s390/
DKconfig622 will be reused by VM for other guest systems. The interface
720 Select this option if you want to run the kernel as a guest under

12