Searched refs:ARM_SMCCC_ARCH_WORKAROUND_1 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/arm/mm/ |
H 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()
|
H 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
|
/openbmc/linux/arch/arm64/kvm/hyp/ |
H A D | hyp-entry.S | 59 eor w1, w1, #ARM_SMCCC_ARCH_WORKAROUND_1 63 eor w1, w1, #(ARM_SMCCC_ARCH_WORKAROUND_1 ^ \ 209 mov w0, #ARM_SMCCC_ARCH_WORKAROUND_1
|
/openbmc/linux/tools/include/linux/ |
H A D | arm-smccc.h | 84 #define ARM_SMCCC_ARCH_WORKAROUND_1 \ macro
|
/openbmc/linux/arch/arm64/kernel/ |
H 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()
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | smccc_filter.c | 105 r = __set_smccc_filter(vm, ARM_SMCCC_ARCH_WORKAROUND_1, in test_filter_reserved_range()
|
/openbmc/linux/include/linux/ |
H A D | arm-smccc.h | 88 #define ARM_SMCCC_ARCH_WORKAROUND_1 \ macro
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | hypercalls.c | 283 case ARM_SMCCC_ARCH_WORKAROUND_1: in kvm_smccc_call_handler()
|