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:direct_ptimer
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/vhe/
H
A
D
switch.c
51
if (map.
direct_ptimer
== vcpu_ptimer(vcpu))
in __activate_traps()
53
if (map.
direct_ptimer
== vcpu_hptimer(vcpu))
in __activate_traps()
56
if (map.
direct_ptimer
) {
in __activate_traps()
111
if (map.
direct_ptimer
== vcpu_ptimer(vcpu))
in __deactivate_traps()
113
if (map.
direct_ptimer
== vcpu_hptimer(vcpu))
in __deactivate_traps()
118
if (map.
direct_ptimer
&& offset) {
in __deactivate_traps()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
arch_timer.c
150
map->
direct_ptimer
= vcpu_ptimer(vcpu);
in get_timer_map()
154
map->
direct_ptimer
= NULL;
in get_timer_map()
198
ctx = map.
direct_ptimer
;
in kvm_arch_timer_handler()
359
kvm_timer_should_fire(map.
direct_ptimer
) ||
in kvm_timer_is_pending()
485
!kvm_timer_irq_can_fire(map.
direct_ptimer
) &&
in kvm_timer_blocking()
612
if (map.
direct_ptimer
)
in kvm_timer_vcpu_load()
613
kvm_timer_vcpu_load_gic(map.
direct_ptimer
);
in kvm_timer_vcpu_load()
623
if (map.
direct_ptimer
)
in kvm_timer_vcpu_load()
624
timer_restore_state(map.
direct_ptimer
);
in kvm_timer_vcpu_load()
659
if (map.
direct_ptimer
)
in kvm_timer_vcpu_put()
[all...]
H
A
D
trace_arm.h
273
__field( int,
direct_ptimer
)
280
__entry->
direct_ptimer
=
281
(map->
direct_ptimer
) ? arch_timer_ctx_index(map->
direct_ptimer
) : -1;
289
__entry->
direct_ptimer
,
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
arch_timer.c
183
map->
direct_ptimer
= vcpu_hptimer(vcpu);
in get_timer_map()
188
map->
direct_ptimer
= vcpu_ptimer(vcpu);
in get_timer_map()
194
map->
direct_ptimer
= vcpu_ptimer(vcpu);
in get_timer_map()
199
map->
direct_ptimer
= NULL;
in get_timer_map()
244
ctx = map.
direct_ptimer
;
in kvm_arch_timer_handler()
584
!kvm_timer_irq_can_fire(map.
direct_ptimer
) &&
in kvm_timer_blocking()
725
* emul_ptimer, direct_vtimer, and
direct_ptimer
.
in kvm_timer_vcpu_load_nested_switch()
743
map->
direct_ptimer
->host_timer_irq,
in kvm_timer_vcpu_load_nested_switch()
744
timer_irq(map->
direct_ptimer
),
in kvm_timer_vcpu_load_nested_switch()
794
if (!has_cntpoff() && timer_get_offset(map->
direct_ptimer
))
in timer_set_traps()
[all...]
H
A
D
trace_arm.h
208
__field( int,
direct_ptimer
)
216
__entry->
direct_ptimer
=
217
(map->
direct_ptimer
) ? arch_timer_ctx_index(map->
direct_ptimer
) : -1;
227
__entry->
direct_ptimer
,
/kernel/linux/linux-5.10/include/kvm/
H
A
D
arm_arch_timer.h
49
struct arch_timer_context *
direct_ptimer
;
member
/kernel/linux/linux-6.6/include/kvm/
H
A
D
arm_arch_timer.h
80
struct arch_timer_context *
direct_ptimer
;
member
Completed in 5 milliseconds