Home
last modified time | relevance | path

Searched refs:sbi_get_mimpid (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dsbi.c568 long sbi_get_mimpid(void) in sbi_get_mimpid() function
572 EXPORT_SYMBOL_GPL(sbi_get_mimpid);
H A Dalternative.c41 cpu_mfr_info->imp_id = sbi_get_mimpid(); in riscv_fill_cpu_mfr_info()
H A Dcpu.c175 ci->mimpid = sbi_spec_is_0_1() ? 0 : sbi_get_mimpid(); in riscv_cpuinfo_starting()
/openbmc/linux/arch/riscv/include/asm/
H A Dsbi.h271 long sbi_get_mimpid(void);
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu.c114 vcpu->arch.mimpid = sbi_get_mimpid(); in kvm_arch_vcpu_create()