Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tsc_start
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
vmx_nested_tsc_scaling_test.c
57
uint64_t
tsc_start
, tsc_end, tsc_freq;
in check_tsc_freq()
local
65
tsc_start
= rdmsr(MSR_IA32_TSC);
in check_tsc_freq()
69
tsc_freq = tsc_end -
tsc_start
;
in check_tsc_freq()
142
uint64_t
tsc_start
, tsc_end;
in main()
local
164
tsc_start
= rdtsc();
in main()
168
l0_tsc_freq = tsc_end -
tsc_start
;
in main()
H
A
D
xapic_ipi_test.c
134
uint64_t
tsc_start
;
in sender_guest_code()
local
176
tsc_start
= rdtsc();
in sender_guest_code()
177
while (rdtsc() -
tsc_start
< 2000000000) {
in sender_guest_code()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
tsc.c
1332
static u64
tsc_start
= ULLONG_MAX, ref_start;
in tsc_refine_calibration_work()
local
1347
if (
tsc_start
== ULLONG_MAX) {
in tsc_refine_calibration_work()
1354
tsc_start
= tsc_read_refs(&ref_start, hpet);
in tsc_refine_calibration_work()
1369
delta = tsc_stop -
tsc_start
;
in tsc_refine_calibration_work()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
tsc.c
1374
static u64
tsc_start
= ULLONG_MAX, ref_start;
in tsc_refine_calibration_work()
local
1389
if (
tsc_start
== ULLONG_MAX) {
in tsc_refine_calibration_work()
1396
tsc_start
= tsc_read_refs(&ref_start, hpet);
in tsc_refine_calibration_work()
1411
delta = tsc_stop -
tsc_start
;
in tsc_refine_calibration_work()
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H
A
D
apic.c
831
u64 tsc_perj = 0,
tsc_start
= 0;
in calibrate_APIC_clock()
local
880
tsc_start
= rdtsc();
in calibrate_APIC_clock()
895
if ((tsc_now -
tsc_start
) >= tsc_perj) {
in calibrate_APIC_clock()
896
tsc_start
+= tsc_perj;
in calibrate_APIC_clock()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H
A
D
apic.c
813
u64 tsc_perj = 0,
tsc_start
= 0;
in calibrate_APIC_clock()
local
862
tsc_start
= rdtsc();
in calibrate_APIC_clock()
877
if ((tsc_now -
tsc_start
) >= tsc_perj) {
in calibrate_APIC_clock()
878
tsc_start
+= tsc_perj;
in calibrate_APIC_clock()
Completed in 11 milliseconds