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:SPRN_PSSCR_PR
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_p9_entry.c
568
host_psscr = mfspr(
SPRN_PSSCR_PR
);
in kvmhv_vcpu_entry_p9()
639
mtspr(
SPRN_PSSCR_PR
, vcpu->arch.psscr);
in kvmhv_vcpu_entry_p9()
832
vcpu->arch.psscr = mfspr(
SPRN_PSSCR_PR
);
in kvmhv_vcpu_entry_p9()
H
A
D
book3s_hv.c
4063
* psscr (i.e. using
SPRN_PSSCR_PR
) since the hypervisor
in kvmhv_vcpu_entry_p9_nested()
4067
host_psscr = mfspr(
SPRN_PSSCR_PR
);
in kvmhv_vcpu_entry_p9_nested()
4077
mtspr(
SPRN_PSSCR_PR
, vcpu->arch.psscr);
in kvmhv_vcpu_entry_p9_nested()
4121
vcpu->arch.psscr = mfspr(
SPRN_PSSCR_PR
);
in kvmhv_vcpu_entry_p9_nested()
4135
mtspr(
SPRN_PSSCR_PR
, host_psscr);
in kvmhv_vcpu_entry_p9_nested()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
3681
* psscr (i.e. using
SPRN_PSSCR_PR
) since the hypervisor
in kvmhv_p9_guest_entry()
3689
host_psscr = mfspr(
SPRN_PSSCR_PR
);
in kvmhv_p9_guest_entry()
3690
mtspr(
SPRN_PSSCR_PR
, vcpu->arch.psscr);
in kvmhv_p9_guest_entry()
3709
vcpu->arch.psscr = mfspr(
SPRN_PSSCR_PR
);
in kvmhv_p9_guest_entry()
3710
mtspr(
SPRN_PSSCR_PR
, host_psscr);
in kvmhv_p9_guest_entry()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
398
#define
SPRN_PSSCR_PR
0x337 /* PSSCR ISA 3.0, privileged mode access */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
403
#define
SPRN_PSSCR_PR
0x337 /* PSSCR ISA 3.0, privileged mode access */
macro
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
2024
hv ? mfspr(SPRN_PSSCR) : mfspr(
SPRN_PSSCR_PR
));
in dump_300_sprs()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
2114
hv ? mfspr(SPRN_PSSCR) : mfspr(
SPRN_PSSCR_PR
));
in dump_300_sprs()
Completed in 33 milliseconds