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:CNTHCTL_EL1PCTEN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
timer-sr.c
32
val |= (
CNTHCTL_EL1PCTEN
| CNTHCTL_EL1PCEN) << shift;
in __timer_disable_traps()
52
set |=
CNTHCTL_EL1PCTEN
;
in __timer_enable_traps()
54
clr |=
CNTHCTL_EL1PCTEN
;
in __timer_enable_traps()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H
A
D
timer-sr.c
28
val |=
CNTHCTL_EL1PCTEN
| CNTHCTL_EL1PCEN;
in __timer_disable_traps()
46
val |=
CNTHCTL_EL1PCTEN
;
in __timer_enable_traps()
/kernel/linux/linux-5.10/include/clocksource/
H
A
D
arm_arch_timer.h
19
#define
CNTHCTL_EL1PCTEN
(1 << 0)
macro
/kernel/linux/linux-6.6/include/clocksource/
H
A
D
arm_arch_timer.h
19
#define
CNTHCTL_EL1PCTEN
(1 << 0)
macro
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
switch.h
477
val = (val &
CNTHCTL_EL1PCTEN
) << 10;
in kvm_hyp_handle_cntpct()
479
if (!(val & (
CNTHCTL_EL1PCTEN
<< 10)))
in kvm_hyp_handle_cntpct()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
arch_timer.c
807
val = (val & (CNTHCTL_EL1PCEN |
CNTHCTL_EL1PCTEN
)) << 10;
in timer_set_traps()
810
tpc |= !(val & (
CNTHCTL_EL1PCTEN
<< 10));
in timer_set_traps()
821
assign_clear_set_bit(tpc,
CNTHCTL_EL1PCTEN
<< 10, set, clr);
in timer_set_traps()
H
A
D
emulate-nested.c
392
val = (val & (CNTHCTL_EL1PCEN |
CNTHCTL_EL1PCTEN
)) << 10;
in get_sanitized_cnthctl()
394
return val & ((CNTHCTL_EL1PCEN |
CNTHCTL_EL1PCTEN
) << 10);
in get_sanitized_cnthctl()
399
if (get_sanitized_cnthctl(vcpu) & (
CNTHCTL_EL1PCTEN
<< 10))
in check_cnthctl_el1pcten()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
arch_timer.c
1182
val |= (
CNTHCTL_EL1PCTEN
<< cnthctl_shift);
in kvm_timer_init_vhe()
Completed in 8 milliseconds