Searched refs:ARM_SMCCC_ARCH_WORKAROUND_1 (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/arm/mm/ |
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()
|
D | proc-v7.S | 101 movw r0, #:lower16:ARM_SMCCC_ARCH_WORKAROUND_1 102 movt r0, #:upper16:ARM_SMCCC_ARCH_WORKAROUND_1 110 movw r0, #:lower16:ARM_SMCCC_ARCH_WORKAROUND_1 111 movt r0, #:upper16:ARM_SMCCC_ARCH_WORKAROUND_1
|
/linux-6.12.1/arch/arm64/kvm/hyp/ |
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
|
/linux-6.12.1/tools/include/linux/ |
D | arm-smccc.h | 84 #define ARM_SMCCC_ARCH_WORKAROUND_1 \ macro
|
/linux-6.12.1/arch/arm64/kernel/ |
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.12.1/tools/testing/selftests/kvm/aarch64/ |
D | smccc_filter.c | 105 r = __set_smccc_filter(vm, ARM_SMCCC_ARCH_WORKAROUND_1, in test_filter_reserved_range()
|
/linux-6.12.1/include/linux/ |
D | arm-smccc.h | 88 #define ARM_SMCCC_ARCH_WORKAROUND_1 \ macro
|
/linux-6.12.1/arch/arm64/kvm/ |
D | hypercalls.c | 293 case ARM_SMCCC_ARCH_WORKAROUND_1: in kvm_smccc_call_handler()
|