#include <nlibc.h>
#include <inttypes.h>
#include <confregs.h>
Include dependency graph for confreg.h:
Go to the source code of this file.
Classes | |
struct | clockcnt_t |
Functions | |
void | cc_get (clockcnt_t *cnt) |
void | cc_reset () |
unsigned | cc_clk (const clockcnt_t *cnt) |
unsigned | cc_run (const clockcnt_t *cnt) |
unsigned | cc_qwait (const clockcnt_t *cnt) |
unsigned | cc_nbusy (const clockcnt_t *cnt) |
uint64_t | cc_mbusy (const clockcnt_t *cnt) |
uint64_t | cc_mwait (const clockcnt_t *cnt) |
Variables | |
clockcnt_t | __cc_ref = { 0, 0, 0, 0 } |
sysconf(_SC_CLK_TCK);
Definition in file confreg.h.
|
Definition at line 125 of file confreg.h. References __cc_ref, clockcnt_t::clkcnt, and vector::lo. |
|
Definition at line 59 of file confreg.h. References clockcnt_t::clkcnt, clockcnt_t::comstr, clockcnt_t::memstr, NULL, and clockcnt_t::runcnt. |
|
Definition at line 255 of file confreg.h. References __cc_ref, clockcnt_t::memstr, and uint64_t. |
|
Definition at line 288 of file confreg.h. References __cc_ref, clockcnt_t::memstr, and uint64_t. |
|
Definition at line 222 of file confreg.h. References __cc_ref, and clockcnt_t::comstr. |
|
Definition at line 189 of file confreg.h. References __cc_ref, and clockcnt_t::comstr. |
|
Definition at line 90 of file confreg.h. References __cc_ref, clockcnt_t::clkcnt, clockcnt_t::comstr, clockcnt_t::memstr, and clockcnt_t::runcnt. |
|
Definition at line 157 of file confreg.h. References __cc_ref, vector::lo, and clockcnt_t::runcnt. |
|
Define reference counter Definition at line 40 of file confreg.h. Referenced by cc_clk(), cc_mbusy(), cc_mwait(), cc_nbusy(), cc_qwait(), cc_reset(), and cc_run(). |