Home
last modified time | relevance | path

Searched refs:marchid (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Didentcpu.c71 register_t marchid; /* The architecture ID */ variable
499 if (marchid == MARCHID_UNIMPL) { in identify_cpu_ids()
504 if (MARCHID_IS_OPENSOURCE(marchid)) { in identify_cpu_ids()
510 if (marchid == table[i].march_id) { in identify_cpu_ids()
590 printf(" marchid=%#lx, mimpid=%#lx\n", marchid, mimpid); in printcpuinfo()
H A Dsbi.c311 marchid = sbi_get_marchid().value; in sbi_init()
/freebsd/sys/riscv/include/
H A Dmd_var.h40 extern register_t marchid;
H A Dencoding.h1169 DECLARE_CSR(marchid, CSR_MARCHID)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Driscv.c19 unsigned long long marchid; member
262 __riscv_cpu_model.marchid = Hwprobes[3].value; in initRISCVFeature()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td286 def : SysReg<"marchid", 0xF12>;