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:has_hvhe
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
timer-sr.c
27
if (
has_hvhe
())
in __timer_disable_traps()
56
if (
has_hvhe
()) {
in __timer_enable_traps()
H
A
D
switch.c
48
val |=
has_hvhe
() ? CPACR_EL1_TTA : CPTR_EL2_TTA;
in __activate_traps()
50
if (
has_hvhe
())
in __activate_traps()
57
if (
has_hvhe
())
in __activate_traps()
H
A
D
pkvm.c
47
if (
has_hvhe
())
in pvm_init_traps_aa64pfr0()
65
if (
has_hvhe
())
in pvm_init_traps_aa64pfr0()
133
if (
has_hvhe
())
in pvm_init_traps_aa64dfr0()
192
if (!
has_hvhe
()) {
in pvm_init_trap_regs()
H
A
D
hyp-main.c
423
if (
has_hvhe
())
in handle_trap()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
virt.h
146
static __always_inline bool
has_hvhe
(void)
in has_hvhe()
function
H
A
D
kvm_emulate.h
72
if (has_vhe() ||
has_hvhe
())
in vcpu_reset_hcr()
576
if (has_vhe() ||
has_hvhe
())
in kvm_write_cptr_el2()
591
} else if (
has_hvhe
()) {
in kvm_get_reset_cptr_el2()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
switch.h
309
if (has_vhe() ||
has_hvhe
()) {
in kvm_hyp_handle_fpsimd()
Completed in 5 milliseconds