Searched refs:nested (Results 1 - 6 of 6) sorted by relevance

/arch/um/os-Linux/
H A Dsignal.c142 int nested, bail; local
148 * set if this is a nested interrupt.
158 nested = pending & 1;
173 if (!nested)
174 pending = from_irq_stack(nested);
/arch/um/include/shared/
H A Dkern_util.h57 extern unsigned long from_irq_stack(int nested);
/arch/x86/kvm/
H A Dsvm.c62 #define NESTED_EXIT_DONE 1 /* Exit caused nested vmexit */
143 struct nested_state nested; member in struct:vcpu_svm
187 /* allow nested paging (virtualized MMU) for all guests */
191 /* allow nested virtualization in KVM/SVM */
192 static int nested = true; variable
193 module_param(nested, int, S_IRUGO);
256 h = &svm->nested.hsave->control;
257 g = &svm->nested;
268 return svm->nested.hsave;
514 * If we are within a nested V
[all...]
H A Dvmx.c77 * If nested=1, nested virtualization is supported, i.e., guests may use
78 * VMX and be a hypervisor for its own guests. If nested=0, guests may not
81 static bool __read_mostly nested = 0; variable
82 module_param(nested, bool, S_IRUGO);
149 * single nested guest (L2), hence the name vmcs12. Any VMX implementation has
332 * for correct emulation of VMX (i.e., nested VMX) on this vcpu.
375 * non-nested (L1) guest, it always points to vmcs01. For a nested
417 /* Support for a guest hypervisor (nested VM
418 struct nested_vmx nested; member in struct:vcpu_vmx
[all...]
/arch/um/kernel/
H A Dirq.c381 * A nested interrupt interrupting the copying of the thread_info -
383 * A nested interrupt not interrupting the copying of the
394 * Next is to figure out whether we are the outer handler or a nested
407 int nested; local
429 nested = (ti->real_thread != NULL);
430 if (!nested) {
443 *mask_out |= mask | nested;
447 unsigned long from_irq_stack(int nested) argument
/arch/sh/kernel/cpu/sh5/
H A Dentry.S811 ! setup FP so that unwinder can wind back through nested kernel mode

Completed in 137 milliseconds