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:local_tsc
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
tsc_scaling_sync.c
27
uint64_t start_tsc,
local_tsc
, tmp;
in guest_code()
local
32
local_tsc
= rdtsc();
in guest_code()
33
WRITE_ONCE(tsc_sync,
local_tsc
);
in guest_code()
34
if (unlikely(
local_tsc
< tmp))
in guest_code()
35
GUEST_SYNC_ARGS(0,
local_tsc
, tmp, 0, 0);
in guest_code()
37
} while (
local_tsc
- start_tsc < 5000 * TEST_TSC_KHZ);
in guest_code()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
10438
u64
local_tsc
;
in kvm_arch_hardware_enable()
local
10447
local_tsc
= rdtsc();
in kvm_arch_hardware_enable()
10453
if (stable && vcpu->arch.last_host_tsc >
local_tsc
) {
in kvm_arch_hardware_enable()
10500
u64 delta_cyc = max_tsc -
local_tsc
;
in kvm_arch_hardware_enable()
10505
vcpu->arch.last_host_tsc =
local_tsc
;
in kvm_arch_hardware_enable()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
12188
u64
local_tsc
;
in kvm_arch_hardware_enable()
local
12202
local_tsc
= rdtsc();
in kvm_arch_hardware_enable()
12208
if (stable && vcpu->arch.last_host_tsc >
local_tsc
) {
in kvm_arch_hardware_enable()
12255
u64 delta_cyc = max_tsc -
local_tsc
;
in kvm_arch_hardware_enable()
12260
vcpu->arch.last_host_tsc =
local_tsc
;
in kvm_arch_hardware_enable()
Completed in 30 milliseconds