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:MDCR_EL2_TPMS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
debug.c
80
* - Statistical profiler (
MDCR_EL2_TPMS
/MDCR_EL2_E2PB)
91
MDCR_EL2_TPMS
|
in kvm_arm_setup_mdcr_el2()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/
H
A
D
switch.c
107
MDCR_EL2_TPMS
;
in deactivate_traps_vhe_put()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
kvm_arm.h
281
#define
MDCR_EL2_TPMS
(1 << 14)
macro
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
debug.c
92
* - Statistical profiler (
MDCR_EL2_TPMS
/MDCR_EL2_E2PB)
104
MDCR_EL2_TPMS
|
in kvm_arm_setup_mdcr_el2()
H
A
D
emulate-nested.c
326
.value =
MDCR_EL2_TPMS
,
327
.mask =
MDCR_EL2_TPMS
,
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
kvm_arm.h
317
#define
MDCR_EL2_TPMS
(UL(1) << 14)
macro
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
pkvm.c
123
mdcr_set |=
MDCR_EL2_TPMS
;
in pvm_init_traps_aa64dfr0()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
head.S
596
orr x3, x3, #
MDCR_EL2_TPMS
// and disable access from EL1
Completed in 7 milliseconds