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:PSR_MODE_EL2h
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H
A
D
exception.c
114
case
PSR_MODE_EL2h
:
in enter_exception64()
343
enter_exception64(vcpu,
PSR_MODE_EL2h
, except_type_sync);
in kvm_inject_exception()
347
enter_exception64(vcpu,
PSR_MODE_EL2h
, except_type_irq);
in kvm_inject_exception()
/kernel/linux/linux-6.6/drivers/soc/apple/
H
A
D
rtkit-crashlog.c
24
#define
PSR_MODE_EL2h
0x00000009
macro
153
case
PSR_MODE_EL2h
:
in apple_rtkit_crashlog_dump_regs()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
sysreg-sr.h
178
case
PSR_MODE_EL2h
:
in to_hw_pstate()
203
pstate =
PSR_MODE_EL2h
| PSR_IL_BIT;
in __sysreg_restore_el2_return_state()
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H
A
D
ptrace.h
36
#define
PSR_MODE_EL2h
0x00000009
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
15
#define
PSR_MODE_EL2h
0x00000009
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
28
#define
PSR_MODE_EL2h
0x00000009
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
28
#define
PSR_MODE_EL2h
0x00000009
macro
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H
A
D
hyp-init.S
152
mov x0, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT | PSR_D_BIT |
PSR_MODE_EL2h
)
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H
A
D
ptrace.h
36
#define
PSR_MODE_EL2h
0x00000009
macro
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
inject_fault.c
33
case
PSR_MODE_EL2h
:
in pend_sync_exception()
H
A
D
reset.c
42
#define VCPU_RESET_PSTATE_EL2 (
PSR_MODE_EL2h
| PSR_A_BIT | PSR_I_BIT | \
H
A
D
handle_exit.c
395
if (mode != PSR_MODE_EL2t && mode !=
PSR_MODE_EL2h
) {
in nvhe_hyp_panic_handler()
H
A
D
guest.c
257
case
PSR_MODE_EL2h
:
in set_core_reg()
H
A
D
emulate-nested.c
1924
direct_eret |= (mode ==
PSR_MODE_EL2h
|| mode == PSR_MODE_EL2t);
in kvm_emulate_nested_eret()
1998
direct_inject |= (mode ==
PSR_MODE_EL2h
|| mode == PSR_MODE_EL2t);
in kvm_inject_nested()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H
A
D
sysreg-sr.h
155
pstate =
PSR_MODE_EL2h
| PSR_IL_BIT;
in __sysreg_restore_el2_return_state()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
ptrace.h
22
(PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT |
PSR_MODE_EL2h
)
H
A
D
kvm_arm.h
410
{
PSR_MODE_EL2h
, "EL2h" }, \
H
A
D
kvm_emulate.h
196
case
PSR_MODE_EL2h
:
in vcpu_is_el2_ctxt()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
hyp-init.S
231
mov x0, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT | PSR_D_BIT |
PSR_MODE_EL2h
)
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/vhe/
H
A
D
switch.c
194
mode =
PSR_MODE_EL2h
;
in early_exit_filter()
Completed in 14 milliseconds