Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dsbi.c562 long sbi_get_marchid(void) in sbi_get_marchid() function
566 EXPORT_SYMBOL_GPL(sbi_get_marchid);
H A Dalternative.c40 cpu_mfr_info->arch_id = sbi_get_marchid(); in riscv_fill_cpu_mfr_info()
H A Dcpu.c174 ci->marchid = sbi_spec_is_0_1() ? 0 : sbi_get_marchid(); in riscv_cpuinfo_starting()
/openbmc/linux/arch/riscv/include/asm/
H A Dsbi.h270 long sbi_get_marchid(void);
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu.c113 vcpu->arch.marchid = sbi_get_marchid(); in kvm_arch_vcpu_create()