xous_riscv/register/
mhartid.rs

1//! mhartid register
2
3read_csr_as_usize!(0xf14, __read_mhartid);