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:emul_vtimer
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
arch_timer.c
184
map->
emul_vtimer
= vcpu_vtimer(vcpu);
in get_timer_map()
189
map->
emul_vtimer
= vcpu_hvtimer(vcpu);
in get_timer_map()
195
map->
emul_vtimer
= NULL;
in get_timer_map()
200
map->
emul_vtimer
= NULL;
in get_timer_map()
585
!kvm_timer_irq_can_fire(map.
emul_vtimer
) &&
in kvm_timer_blocking()
724
* virtualization, in which case we have both a valid
emul_vtimer
,
in kvm_timer_vcpu_load_nested_switch()
734
kvm_vgic_unmap_phys_irq(vcpu, timer_irq(map->
emul_vtimer
));
in kvm_timer_vcpu_load_nested_switch()
853
if (map.
emul_vtimer
)
in kvm_timer_vcpu_load()
854
timer_emulate(map.
emul_vtimer
);
in kvm_timer_vcpu_load()
901
if (map.
emul_vtimer
)
in kvm_timer_vcpu_put()
[all...]
H
A
D
trace_arm.h
209
__field( int,
emul_vtimer
)
218
__entry->
emul_vtimer
=
219
(map->
emul_vtimer
) ? arch_timer_ctx_index(map->
emul_vtimer
) : -1;
228
__entry->
emul_vtimer
,
/kernel/linux/linux-6.6/include/kvm/
H
A
D
arm_arch_timer.h
81
struct arch_timer_context *
emul_vtimer
;
member
Completed in 3 milliseconds