Searched refs:nested (Results 1 – 13 of 13) sorted by relevance
/arch/x86/kvm/ |
D | vmx.c | 106 static bool __read_mostly nested = 0; variable 107 module_param(nested, bool, S_IRUGO); 617 struct nested_vmx nested; member 887 return to_vmx(vcpu)->nested.cached_vmcs12; in get_vmcs12() 2689 return nested && guest_cpuid_has_vmx(vcpu); in nested_vmx_allowed() 2721 vmx->nested.nested_vmx_pinbased_ctls_low, in nested_vmx_setup_ctls_msrs() 2722 vmx->nested.nested_vmx_pinbased_ctls_high); in nested_vmx_setup_ctls_msrs() 2723 vmx->nested.nested_vmx_pinbased_ctls_low |= in nested_vmx_setup_ctls_msrs() 2725 vmx->nested.nested_vmx_pinbased_ctls_high &= in nested_vmx_setup_ctls_msrs() 2729 vmx->nested.nested_vmx_pinbased_ctls_high |= in nested_vmx_setup_ctls_msrs() [all …]
|
D | svm.c | 193 struct nested_state nested; member 275 static int nested = true; variable 276 module_param(nested, int, S_IRUGO); 372 h = &svm->nested.hsave->control; in recalc_intercepts() 373 g = &svm->nested; in recalc_intercepts() 384 return svm->nested.hsave; in get_host_vmcb() 877 msrpm = is_guest_mode(vcpu) ? to_svm(vcpu)->nested.msrpm: in msr_write_intercepted() 1073 if (nested) { in svm_hardware_setup() 1155 svm->nested.hsave->control.tsc_offset; in svm_write_tsc_offset() 1156 svm->nested.hsave->control.tsc_offset = offset; in svm_write_tsc_offset() [all …]
|
/arch/um/os-Linux/ |
D | signal.c | 168 int nested, bail; in hard_handler() local 184 nested = pending & 1; in hard_handler() 199 if (!nested) in hard_handler() 200 pending = from_irq_stack(nested); in hard_handler()
|
/arch/um/kernel/ |
D | irq.c | 413 int nested; in to_irq_stack() local 435 nested = (ti->real_thread != NULL); in to_irq_stack() 436 if (!nested) { in to_irq_stack() 449 *mask_out |= mask | nested; in to_irq_stack() 453 unsigned long from_irq_stack(int nested) in from_irq_stack() argument
|
/arch/um/include/shared/ |
D | kern_util.h | 59 extern unsigned long from_irq_stack(int nested);
|
/arch/x86/crypto/sha1-mb/ |
D | sha1_mb_mgr_datastruct.S | 83 # RES_B .nested, _JOB_AES_SIZE, _JOB_AES_ALIGN
|
/arch/x86/crypto/sha256-mb/ |
D | sha256_mb_mgr_datastruct.S | 82 # RES_B .nested, _JOB_AES_SIZE, _JOB_AES_ALIGN
|
/arch/x86/crypto/sha512-mb/ |
D | sha512_mb_mgr_datastruct.S | 82 # RES_B .nested, _JOB_AES_SIZE, _JOB_AES_ALIGN
|
/arch/blackfin/ |
D | Kconfig.debug | 129 are nested four deep. 146 the trace is spinning in a nested loop
|
/arch/powerpc/ |
D | Makefile | 128 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mno-pointers-to-nested-functions)
|
/arch/arm/kernel/ |
D | entry-armv.S | 339 @ save/restore lr_abt and spsr_abt to make nested aborts safe.
|
/arch/s390/kvm/ |
D | kvm-s390.c | 130 static int nested; variable 131 module_param(nested, int, S_IRUGO); 132 MODULE_PARM_DESC(nested, "Nested virtualization support"); 283 !test_facility(3) || !nested) in kvm_s390_cpu_feat_init()
|
/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 811 ! setup FP so that unwinder can wind back through nested kernel mode
|