Searched refs:sbi_get_marchid (Results 1 – 5 of 5) sorted by relevance
147 ci->marchid = sbi_spec_is_0_1() ? 0 : sbi_get_marchid(); in riscv_get_marchid()204 ci->marchid = sbi_spec_is_0_1() ? 0 : sbi_get_marchid(); in riscv_cpuinfo_starting()
562 long sbi_get_marchid(void) in sbi_get_marchid() function566 EXPORT_SYMBOL_GPL(sbi_get_marchid);
40 cpu_mfr_info->arch_id = sbi_get_marchid(); in riscv_fill_cpu_mfr_info()
270 long sbi_get_marchid(void);
113 vcpu->arch.marchid = sbi_get_marchid(); in kvm_arch_vcpu_create()