Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 10 of 10) sorted by relevance

/arch/mips/
DKconfig.debug37 For most systems, it is firmware or second stage bootloader that
51 the command line from the firmware or the second-stage bootloader.
75 command line arguments from firmware or second stage bootloader.
/arch/powerpc/include/asm/
Dsmu.h505 int stage; member
/arch/x86/include/asm/
Dkvm_emulate.h221 enum x86_intercept_stage stage);
Dkvm_host.h1126 enum x86_intercept_stage stage);
/arch/arm/boot/dts/
Dda850-lego-ev3.dts305 * EEPROM contains the first stage bootloader, HW ID and Bluetooth MAC.
/arch/x86/kvm/
Dsvm.c6063 .stage = X86_ICPT_PRE_EXCEPT, }
6065 .stage = X86_ICPT_POST_EXCEPT, }
6067 .stage = X86_ICPT_POST_MEMACCESS, }
6071 enum x86_intercept_stage stage; member
6128 enum x86_intercept_stage stage) in svm_check_intercept() argument
6140 if (stage != icpt_info.stage) in svm_check_intercept()
Demulate.c496 enum x86_intercept_stage stage) in emulator_check_intercept() argument
512 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept()
Dx86.c6292 enum x86_intercept_stage stage) in emulator_intercept() argument
6294 return kvm_x86_ops->check_intercept(emul_to_vcpu(ctxt), info, stage); in emulator_intercept()
/arch/x86/
DKconfig.debug13 Enables the informational output from the decompression stage
/arch/x86/kvm/vmx/
Dvmx.c7232 enum x86_intercept_stage stage) in vmx_check_intercept() argument