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:has_tsc_control
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
debugfs.c
71
if (kvm_caps.
has_tsc_control
) {
in kvm_arch_create_vcpu_debugfs()
H
A
D
x86.h
14
bool
has_tsc_control
;
member
H
A
D
x86.c
2446
if (!kvm_caps.
has_tsc_control
) {
in set_tsc_khz()
2651
if (kvm_caps.
has_tsc_control
)
in kvm_vcpu_write_tsc_multiplier()
3213
if (kvm_caps.
has_tsc_control
)
in kvm_guest_time_update()
4596
r = kvm_caps.
has_tsc_control
;
in kvm_vm_ioctl_check_extension()
5938
if (kvm_caps.
has_tsc_control
&&
in kvm_arch_vcpu_ioctl()
7034
if (kvm_caps.
has_tsc_control
&&
in kvm_arch_vm_ioctl()
9563
if (kvm_caps.
has_tsc_control
) {
in __kvm_x86_vendor_init()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
nested.c
1098
if (kvm_caps.
has_tsc_control
&&
in nested_svm_vmexit()
H
A
D
svm.c
5193
kvm_caps.
has_tsc_control
= true;
in svm_hardware_setup()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
2588
if (kvm_caps.
has_tsc_control
)
in prepare_vmcs02()
4824
if (kvm_caps.
has_tsc_control
)
in nested_vmx_vmexit()
H
A
D
vmx.c
8532
kvm_caps.
has_tsc_control
= true;
in hardware_setup()
Completed in 50 milliseconds