RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
authorAtish Patra <atishp@rivosinc.com>
Sat, 20 Apr 2024 15:17:22 +0000 (08:17 -0700)
committerAnup Patel <anup@brainfault.org>
Mon, 22 Apr 2024 05:43:52 +0000 (11:13 +0530)
commit3ddb6d4df67dad5a8501ffe3133eb31e0717acf4
tree4383e34923f9db6b27d6979bd8d35fb8cee6e2df
parent8f486ced2860e1023d402d20bf8d785b6f040086
RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name

SBI_STA_SHMEM_DISABLE is a macro to invoke disable shared memory
commands. As this can be invoked from other SBI extension context
as well, rename it to more generic name as SBI_SHMEM_DISABLE.

Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Atish Patra <atishp@rivosinc.com>
Link: https://lore.kernel.org/r/20240420151741.962500-7-atishp@rivosinc.com
Signed-off-by: Anup Patel <anup@brainfault.org>
arch/riscv/include/asm/sbi.h
arch/riscv/kernel/paravirt.c
arch/riscv/kvm/vcpu_sbi_sta.c