Home
last modified time | relevance | path

Searched refs:CSR_TIME (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Dtimex.h53 return csr_read(CSR_TIME); in get_cycles()
H A Dcsr.h208 #define CSR_TIME 0xc01 macro
/openbmc/linux/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h79 return csr_read(CSR_TIME); in __arch_get_hw_counter()
/openbmc/linux/tools/lib/perf/
H A Dmmap.c401 #define CSR_TIME 0xc01 macro
458 return csr_read_num(CSR_TIME); in read_timestamp()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dencoding.h322 #define CSR_TIME 0xc01 macro
/openbmc/qemu/target/riscv/
H A Dcpu_bits.h74 #define CSR_TIME 0xc01 macro
H A Dcsr.c5009 [CSR_TIME] = { "time", ctr, read_time },