Searched refs:md_tsc (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/i386/include/
H A Dproc.h49 volatile uint64_t md_tsc; /* last TSC reading */ member in struct:mdlwp
/netbsd-current/sys/arch/amd64/include/
H A Dproc.h49 volatile uint64_t md_tsc; /* last TSC reading */ member in struct:mdlwp
/netbsd-current/sys/arch/x86/x86/
H A Dtsc.c432 * guaranteed by "volatile" on md_tsc.
434 prev = l->l_md.md_tsc;
448 l->l_md.md_tsc = cur;
467 l->l_md.md_tsc = 0;

Completed in 190 milliseconds