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

/linux-master/arch/riscv/include/asm/
H A Dtimex.h53 return csr_read(CSR_TIME);
H A Dcsr.h220 #define CSR_TIME 0xc01 macro
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Darch_timer.h27 return csr_read(CSR_TIME);
/linux-master/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h75 * The purpose of csr_read(CSR_TIME) is to trap the system into
76 * M-mode to obtain the value of CSR_TIME. Hence, unlike other
79 return csr_read(CSR_TIME);
/linux-master/drivers/acpi/riscv/
H A Dcppc.c73 case CSR_TIME:
74 data->ret.value = csr_read(CSR_TIME);
/linux-master/tools/lib/perf/
H A Dmmap.c415 #define CSR_TIME 0xc01 macro
472 return csr_read_num(CSR_TIME);
/linux-master/tools/arch/riscv/include/asm/
H A Dcsr.h219 #define CSR_TIME 0xc01 macro

Completed in 343 milliseconds