OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPUF_SYNCTSC
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/x86/
tsc.c
286
atomic_or_uint(&ci->ci_flags,
CPUF_SYNCTSC
);
289
while ((ci->ci_flags &
CPUF_SYNCTSC
) != 0) {
336
while ((ci->ci_flags &
CPUF_SYNCTSC
) == 0) {
341
atomic_and_uint(&ci->ci_flags, ~
CPUF_SYNCTSC
);
/src/sys/arch/x86/include/
cpu.h
371
#define
CPUF_SYNCTSC
0x0800 /* Synchronize TSC */
Completed in 21 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025