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:set_hv_timer
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm-x86-ops.h
114
KVM_X86_OP_OPTIONAL(
set_hv_timer
)
H
A
D
kvm_host.h
1715
int (*
set_hv_timer
)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc,
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
lapic.c
122
return kvm_x86_ops.
set_hv_timer
in kvm_can_use_hv_timer()
1855
if (kvm_x86_ops.
set_hv_timer
(vcpu, ktimer->tscdeadline, &expired))
in start_hv_timer()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
1267
int (*
set_hv_timer
)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc,
member
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
6712
/*
set_hv_timer
ensures the delta fits in 32-bits */
in vmx_update_hv_timer()
7696
if (kvm_x86_ops.
set_hv_timer
)
in vmx_post_block()
7905
.
set_hv_timer
= vmx_set_hv_timer,
8065
vmx_x86_ops.
set_hv_timer
= NULL;
in hardware_setup()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
lapic.c
156
return kvm_x86_ops.
set_hv_timer
in kvm_can_use_hv_timer()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
7172
/*
set_hv_timer
ensures the delta fits in 32-bits */
in vmx_update_hv_timer()
8343
.
set_hv_timer
= vmx_set_hv_timer,
8587
vmx_x86_ops.
set_hv_timer
= NULL;
in hardware_setup()
Completed in 36 milliseconds