Home
last modified time | relevance | path

Searched refs:alpha_rpcc (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/arch/alpha/stand/netboot/
H A Dgetsecs.c8 long alpha_rpcc(void);
19 lastpcc = alpha_rpcc() & 0xffffffff; in getsecs()
29 curpcc = alpha_rpcc() & 0xffffffff; in getsecs()
H A Drpcc.S7 LEAF(alpha_rpcc,1)
10 END(alpha_rpcc)
/openbsd/sys/arch/alpha/stand/nboot/
H A Drpcc.S7 LEAF(alpha_rpcc,1)
10 END(alpha_rpcc)
H A Dmachdep.c55 long alpha_rpcc(void);
200 lastpcc = alpha_rpcc() & 0xffffffff; in getsecs()
210 curpcc = alpha_rpcc() & 0xffffffff; in getsecs()
/openbsd/sys/arch/alpha/alpha/
H A Dclock.c177 first_rpcc = alpha_rpcc(); in cpu_initclocks()
183 second_rpcc = alpha_rpcc(); in cpu_initclocks()
228 return alpha_rpcc(); in rpcc_get_timecount()
H A Dmachdep.c1737 pcc0 = alpha_rpcc() & 0xffffffffUL;
1746 pcc1 = alpha_rpcc() & 0xffffffffUL;
/openbsd/sys/arch/alpha/include/
H A Dalpha_cpu.h333 alpha_rpcc(void) in alpha_rpcc() function
H A Dcpu.h303 return alpha_rpcc(); in cpu_rnd_messybits()