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:timer_get_cval
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
arch_timer.c
69
u64
timer_get_cval
(struct arch_timer_context *ctxt)
in timer_get_cval()
function
214
cval =
timer_get_cval
(timer_ctx);
in kvm_timer_compute_delta()
346
cval =
timer_get_cval
(timer_ctx);
in kvm_timer_should_fire()
519
write_sysreg_el0(
timer_get_cval
(ctx), SYS_CNTV_CVAL);
in timer_restore_state()
524
write_sysreg_el0(
timer_get_cval
(ctx), SYS_CNTP_CVAL);
in timer_restore_state()
887
val =
timer_get_cval
(timer) - kvm_phys_timer_read() + timer_get_offset(timer);
in kvm_arm_timer_read()
896
val =
timer_get_cval
(timer);
in kvm_arm_timer_read()
H
A
D
trace_arm.h
305
__entry->cval =
timer_get_cval
(ctx);
327
__entry->cval =
timer_get_cval
(ctx);
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
arch_timer.c
85
u64
timer_get_cval
(struct arch_timer_context *ctxt)
in timer_get_cval()
function
276
return kvm_counter_compute_delta(timer_ctx,
timer_get_cval
(timer_ctx));
in kvm_timer_compute_delta()
417
cval =
timer_get_cval
(timer_ctx);
in kvm_timer_should_fire()
624
write_sysreg_el0(
timer_get_cval
(ctx), SYS_CNTV_CVAL);
in timer_restore_state()
630
cval =
timer_get_cval
(ctx);
in timer_restore_state()
1143
val =
timer_get_cval
(timer) - kvm_phys_timer_read() + timer_get_offset(timer);
in kvm_arm_timer_read()
1152
val =
timer_get_cval
(timer);
in kvm_arm_timer_read()
H
A
D
trace_arm.h
244
__entry->cval =
timer_get_cval
(ctx);
266
__entry->cval =
timer_get_cval
(ctx);
/kernel/linux/linux-5.10/include/kvm/
H
A
D
arm_arch_timer.h
107
u64
timer_get_cval
(struct arch_timer_context *ctxt);
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/aarch64/
H
A
D
arch_timer.h
67
static inline uint64_t
timer_get_cval
(enum arch_timer timer)
in timer_get_cval()
function
/kernel/linux/linux-6.6/include/kvm/
H
A
D
arm_arch_timer.h
144
u64
timer_get_cval
(struct arch_timer_context *ctxt);
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H
A
D
arch_timer.c
152
cval =
timer_get_cval
(accessor);
in guest_validate_irq()
Completed in 7 milliseconds