Searched refs:ARM_SMCCC_ARCH_WORKAROUND_1 (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/arm/mm/ |
A D | proc-v7-bugs.c | 18 ARM_SMCCC_ARCH_WORKAROUND_1, &res); in spectre_v2_get_cpu_fw_mitigation_state() 58 arm_smccc_1_1_smc(ARM_SMCCC_ARCH_WORKAROUND_1, NULL); in call_smc_arch_workaround_1() 63 arm_smccc_1_1_hvc(ARM_SMCCC_ARCH_WORKAROUND_1, NULL); in call_hvc_arch_workaround_1()
|
A D | proc-v7.S | 100 movw r0, #:lower16:ARM_SMCCC_ARCH_WORKAROUND_1 101 movt r0, #:upper16:ARM_SMCCC_ARCH_WORKAROUND_1 109 movw r0, #:lower16:ARM_SMCCC_ARCH_WORKAROUND_1 110 movt r0, #:upper16:ARM_SMCCC_ARCH_WORKAROUND_1
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/ |
A D | hyp-entry.S | 59 eor w1, w1, #ARM_SMCCC_ARCH_WORKAROUND_1 63 eor w1, w1, #(ARM_SMCCC_ARCH_WORKAROUND_1 ^ \ 201 mov w0, #ARM_SMCCC_ARCH_WORKAROUND_1
|
/linux-6.3-rc2/tools/include/linux/ |
A D | arm-smccc.h | 84 #define ARM_SMCCC_ARCH_WORKAROUND_1 \ macro
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | proton-pack.c | 187 ARM_SMCCC_ARCH_WORKAROUND_1, &res); in spectre_v2_get_cpu_fw_mitigation_state() 239 arm_smccc_1_1_smc(ARM_SMCCC_ARCH_WORKAROUND_1, NULL); in call_smc_arch_workaround_1() 245 arm_smccc_1_1_hvc(ARM_SMCCC_ARCH_WORKAROUND_1, NULL); in call_hvc_arch_workaround_1()
|
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | hypercalls.c | 142 case ARM_SMCCC_ARCH_WORKAROUND_1: in kvm_hvc_call_handler()
|
/linux-6.3-rc2/include/linux/ |
A D | arm-smccc.h | 85 #define ARM_SMCCC_ARCH_WORKAROUND_1 \ macro
|
Completed in 10 milliseconds