Home
last modified time | relevance | path

Searched refs:SBI_FWFT_SET_FLAG_LOCK (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/kvm/
H A Dvcpu_sbi_fwft.c300 if ((flags & ~SBI_FWFT_SET_FLAG_LOCK) != 0) in kvm_sbi_fwft_set()
303 if (conf->flags & SBI_FWFT_SET_FLAG_LOCK) in kvm_sbi_fwft_set()
520 conf->flags = value & SBI_FWFT_SET_FLAG_LOCK; in kvm_sbi_ext_fwft_set_reg()
/linux/arch/riscv/kernel/
H A Dhead.S172 li a2, SBI_FWFT_SET_FLAG_LOCK
313 li a2, SBI_FWFT_SET_FLAG_LOCK
/linux/arch/riscv/include/asm/
H A Dsbi.h446 #define SBI_FWFT_SET_FLAG_LOCK BIT(0) macro