Searched refs:guest (Results 1 – 25 of 34) sorted by relevance
12
/arch/powerpc/kvm/ |
D | Kconfig | 49 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/ |
D | 00README.txt | 24 …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.
|
D | kvm_locore.S | 236 mtc0 k0, CP0_ERROREPC #01: Save guest k0
|
/arch/arm/kvm/ |
D | interrupts.S | 103 @ 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
|
D | Makefile | 20 obj-y += arm.o handle_exit.o guest.o mmu.o emulate.o reset.o
|
D | Kconfig | 27 Support hosting virtualized guest machines. You will also
|
D | interrupts_head.S | 234 @ Store other guest registers 516 @ Disallow physical timer access for the guest
|
/arch/ia64/xen/ |
D | Kconfig | 17 both as a guest OS on Xen and natively on hardware.
|
/arch/x86/lguest/ |
D | Kconfig | 2 bool "Lguest guest support"
|
/arch/ia64/kvm/ |
D | misc.h | 70 union context *ctx = &vcpu->arch.guest; in kvm_get_guest_context()
|
D | Kconfig | 32 Support hosting fully virtualized guest machines using hardware
|
D | kvm-ia64.c | 893 memcpy(&vcpu->arch.guest, ®s->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(®s->saved_guest, &vcpu->arch.guest, sizeof(union context)); in kvm_arch_vcpu_ioctl_get_regs()
|
/arch/tile/kvm/ |
D | Kconfig | 25 Support hosting paravirtualized guest machines.
|
/arch/x86/xen/ |
D | Kconfig | 6 bool "Xen guest support"
|
/arch/x86/include/asm/ |
D | perf_event.h | 244 u64 host, guest; member
|
/arch/s390/kvm/ |
D | Kconfig | 27 Support hosting paravirtualized guest machines using the SIE
|
/arch/ia64/include/asm/ |
D | kvm_host.h | 450 union context guest; member 582 typedef void kvm_tramp_entry(union context *host, union context *guest);
|
/arch/s390/kernel/ |
D | entry64.S | 939 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/ |
D | Kconfig | 42 Support hosting fully virtualized guest machines using hardware
|
D | vmx.c | 430 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/ |
D | perf_event_intel.c | 1585 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/ |
D | Kconfig | 130 bool "Paravirtualized guest support" 235 bool "Xen guest" 239 Build a kernel that runs on Xen guest domain. At this moment only
|
/arch/um/ |
D | Kconfig.um | 138 guest to use up to 2.75G of memory.
|
/arch/powerpc/platforms/85xx/ |
D | Kconfig | 296 This option enables support for running as a QEMU guest using
|
/arch/s390/ |
D | Kconfig | 622 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