Searched refs:stage (Results 1 – 10 of 10) sorted by relevance
37 For most systems, it is firmware or second stage bootloader that51 the command line from the firmware or the second-stage bootloader.75 command line arguments from firmware or second stage bootloader.
505 int stage; member
221 enum x86_intercept_stage stage);
1126 enum x86_intercept_stage stage);
305 * EEPROM contains the first stage bootloader, HW ID and Bluetooth MAC.
6063 .stage = X86_ICPT_PRE_EXCEPT, }6065 .stage = X86_ICPT_POST_EXCEPT, }6067 .stage = X86_ICPT_POST_MEMACCESS, }6071 enum x86_intercept_stage stage; member6128 enum x86_intercept_stage stage) in svm_check_intercept() argument6140 if (stage != icpt_info.stage) in svm_check_intercept()
496 enum x86_intercept_stage stage) in emulator_check_intercept() argument512 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept()
6292 enum x86_intercept_stage stage) in emulator_intercept() argument6294 return kvm_x86_ops->check_intercept(emul_to_vcpu(ctxt), info, stage); in emulator_intercept()
13 Enables the informational output from the decompression stage
7232 enum x86_intercept_stage stage) in vmx_check_intercept() argument