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_ptimer
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
trace_arm.h
274
__field( int,
emul_ptimer
)
282
__entry->
emul_ptimer
=
283
(map->
emul_ptimer
) ? arch_timer_ctx_index(map->
emul_ptimer
) : -1;
290
__entry->
emul_ptimer
)
H
A
D
arch_timer.c
151
map->
emul_ptimer
= NULL;
in get_timer_map()
155
map->
emul_ptimer
= vcpu_ptimer(vcpu);
in get_timer_map()
360
kvm_timer_should_fire(map.
emul_ptimer
);
in kvm_timer_is_pending()
486
!kvm_timer_irq_can_fire(map.
emul_ptimer
))
in kvm_timer_blocking()
626
if (map.
emul_ptimer
)
in kvm_timer_vcpu_load()
627
timer_emulate(map.
emul_ptimer
);
in kvm_timer_vcpu_load()
671
if (map.
emul_ptimer
)
in kvm_timer_vcpu_put()
672
soft_timer_cancel(&map.
emul_ptimer
->hrtimer);
in kvm_timer_vcpu_put()
743
if (map.
emul_ptimer
)
in kvm_timer_vcpu_reset()
744
soft_timer_cancel(&map.
emul_ptimer
in kvm_timer_vcpu_reset()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
arch_timer.c
185
map->
emul_ptimer
= vcpu_ptimer(vcpu);
in get_timer_map()
190
map->
emul_ptimer
= vcpu_hptimer(vcpu);
in get_timer_map()
196
map->
emul_ptimer
= NULL;
in get_timer_map()
201
map->
emul_ptimer
= vcpu_ptimer(vcpu);
in get_timer_map()
586
!kvm_timer_irq_can_fire(map.
emul_ptimer
) &&
in kvm_timer_blocking()
725
*
emul_ptimer
, direct_vtimer, and direct_ptimer.
in kvm_timer_vcpu_load_nested_switch()
735
kvm_vgic_unmap_phys_irq(vcpu, timer_irq(map->
emul_ptimer
));
in kvm_timer_vcpu_load_nested_switch()
855
if (map.
emul_ptimer
)
in kvm_timer_vcpu_load()
856
timer_emulate(map.
emul_ptimer
);
in kvm_timer_vcpu_load()
903
if (map.
emul_ptimer
)
in kvm_timer_vcpu_put()
[all...]
H
A
D
trace_arm.h
210
__field( int,
emul_ptimer
)
220
__entry->
emul_ptimer
=
221
(map->
emul_ptimer
) ? arch_timer_ctx_index(map->
emul_ptimer
) : -1;
229
__entry->
emul_ptimer
)
/kernel/linux/linux-5.10/include/kvm/
H
A
D
arm_arch_timer.h
50
struct arch_timer_context *
emul_ptimer
;
member
/kernel/linux/linux-6.6/include/kvm/
H
A
D
arm_arch_timer.h
82
struct arch_timer_context *
emul_ptimer
;
member
Completed in 5 milliseconds