Home
last modified time | relevance | path

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

12

/arch/riscv/errata/thead/
A Derrata.c27 static bool errata_probe_mae(unsigned int stage, in errata_probe_mae() argument
36 if (stage != RISCV_ALTERNATIVES_EARLY_BOOT && in errata_probe_mae()
37 stage != RISCV_ALTERNATIVES_MODULE) in errata_probe_mae()
118 if (stage == RISCV_ALTERNATIVES_EARLY_BOOT) in errata_probe_cmo()
121 if (stage == RISCV_ALTERNATIVES_BOOT) { in errata_probe_cmo()
140 if (stage == RISCV_ALTERNATIVES_EARLY_BOOT) in errata_probe_pmu()
163 if (stage != RISCV_ALTERNATIVES_EARLY_BOOT) in errata_probe_ghostwrite()
176 if (errata_probe_mae(stage, archid, impid)) in thead_errata_probe()
179 errata_probe_cmo(stage, archid, impid); in thead_errata_probe()
181 if (errata_probe_pmu(stage, archid, impid)) in thead_errata_probe()
[all …]
/arch/powerpc/crypto/
A Daesp10-ppc.pl207 stvx $stage,0,$out
227 stvx $stage,0,$out
244 stvx $stage,0,$out
256 stvx $stage,0,$out
271 stvx $stage,0,$out
297 vsldoi $stage,$stage,$in0,8
301 vperm $outtail,$stage,$stage,$outperm # rotate
305 stvx $stage,0,$out
311 vperm $outtail,$stage,$stage,$outperm # rotate
317 stvx $stage,0,$out
[all …]
A Daesp8-ppc.pl208 stvx $stage,0,$out
228 stvx $stage,0,$out
245 stvx $stage,0,$out
257 stvx $stage,0,$out
272 stvx $stage,0,$out
298 vsldoi $stage,$stage,$in0,8
302 vperm $outtail,$stage,$stage,$outperm # rotate
306 stvx $stage,0,$out
312 vperm $outtail,$stage,$stage,$outperm # rotate
318 stvx $stage,0,$out
[all …]
/arch/riscv/errata/andes/
A Derrata.c42 static void errata_probe_iocp(unsigned int stage, unsigned long arch_id, unsigned long impid) in errata_probe_iocp() argument
67 unsigned int stage) in andes_errata_patch_func() argument
71 if (stage == RISCV_ALTERNATIVES_BOOT) in andes_errata_patch_func()
72 errata_probe_iocp(stage, archid, impid); in andes_errata_patch_func()
/arch/riscv/include/asm/
A Dalternative.h50 unsigned int stage);
53 unsigned int stage);
56 unsigned int stage);
59 unsigned int stage);
/arch/riscv/errata/sifive/
A Derrata.c93 unsigned int stage) in sifive_errata_patch_func() argument
102 if (stage == RISCV_ALTERNATIVES_EARLY_BOOT) in sifive_errata_patch_func()
124 if (stage != RISCV_ALTERNATIVES_MODULE && in sifive_errata_patch_func()
/arch/riscv/kernel/
A Dalternative.c29 unsigned int stage);
154 unsigned int stage) in _apply_alternatives() argument
160 riscv_cpufeature_patch_func(begin, end, stage); in _apply_alternatives()
168 stage); in _apply_alternatives()
A Dcpufeature.c1174 unsigned int stage) in riscv_cpufeature_patch_func() argument
1180 if (stage == RISCV_ALTERNATIVES_EARLY_BOOT) in riscv_cpufeature_patch_func()
/arch/arm64/kvm/
A DKconfig69 bool "Present the stage-2 pagetables to debugfs"
77 Say Y here if you want to show the stage-2 kernel pagetables
/arch/mips/
A DKconfig.debug32 For most systems, it is firmware or second stage bootloader that
46 the command line from the firmware or the second-stage bootloader.
68 command line arguments from firmware or second stage bootloader.
/arch/powerpc/include/asm/
A Dsmu.h505 int stage; member
/arch/x86/kvm/vmx/
A Dx86_ops.h44 enum x86_intercept_stage stage,
A Dvmx.c7937 enum x86_intercept_stage stage, in vmx_check_intercept() argument
/arch/arm64/boot/dts/apple/
A Dt600x-die0.dtsi71 boot_stage: boot-stage@6001 {
85 boot_error_stage: boot-error-stage@6003 {
A Dt8103.dtsi820 boot_stage: boot-stage@9f01 {
834 boot_error_stage: boot-error-stage@9f03 {
A Dt8112.dtsi868 boot_stage: boot-stage@f701 {
882 boot_error_stage: boot-error-stage@f703 {
/arch/x86/kvm/
A Dkvm_emulate.h226 enum x86_intercept_stage stage);
A Demulate.c468 enum x86_intercept_stage stage) in emulator_check_intercept() argument
487 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept()
A Dx86.c8420 enum x86_intercept_stage stage) in emulator_intercept() argument
8422 return kvm_x86_call(check_intercept)(emul_to_vcpu(ctxt), info, stage, in emulator_intercept()
/arch/arm/boot/dts/ti/davinci/
A Dda850-lego-ev3.dts305 * EEPROM contains the first stage bootloader, HW ID and Bluetooth MAC.
/arch/x86/kvm/svm/
A Dsvm.c4481 .stage = X86_ICPT_PRE_EXCEPT, }
4483 .stage = X86_ICPT_POST_EXCEPT, }
4485 .stage = X86_ICPT_POST_MEMACCESS, }
4489 enum x86_intercept_stage stage; member
4546 enum x86_intercept_stage stage, in svm_check_intercept() argument
4559 if (stage != icpt_info.stage) in svm_check_intercept()
/arch/x86/
A DKconfig.debug10 Enables the informational output from the decompression stage
/arch/x86/include/asm/
A Dkvm_host.h1860 enum x86_intercept_stage stage,
/arch/arm64/boot/dts/qcom/
A Dmsm8939.dtsi186 * of a 2nd stage boot shim such as lk2nd to have installed a
/arch/arm64/
A DKconfig465 at stage-2.

Completed in 111 milliseconds

12