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_CTRLF
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
pervasive.c
37
ctrl = mfspr(
SPRN_CTRLF
);
in cbe_power_save()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
pervasive.c
37
ctrl = mfspr(
SPRN_CTRLF
);
in cbe_power_save()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_emulate.c
823
case
SPRN_CTRLF
:
in kvmppc_core_emulate_mtspr_pr()
987
case
SPRN_CTRLF
:
in kvmppc_core_emulate_mfspr_pr()
H
A
D
book3s_hv_rmhandlers.S
883
mfspr r6,
SPRN_CTRLF
1582
mfspr r6,
SPRN_CTRLF
2734
mfspr r0,
SPRN_CTRLF
2771
mfspr r0,
SPRN_CTRLF
H
A
D
book3s_hv.c
3674
mtspr(SPRN_CTRLT, mfspr(
SPRN_CTRLF
) & ~1);
in kvmhv_p9_guest_entry()
3732
vcpu->arch.ctrl = mfspr(
SPRN_CTRLF
);
in kvmhv_p9_guest_entry()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_emulate.c
819
case
SPRN_CTRLF
:
in kvmppc_core_emulate_mtspr_pr()
986
case
SPRN_CTRLF
:
in kvmppc_core_emulate_mfspr_pr()
H
A
D
book3s_hv_p9_entry.c
82
vcpu->arch.ctrl = mfspr(
SPRN_CTRLF
);
in store_spr_state()
H
A
D
book3s_hv_rmhandlers.S
1215
mfspr r6,
SPRN_CTRLF
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
process.c
2226
ctrl = mfspr(
SPRN_CTRLF
);
in __ppc64_runlatch_on()
2246
ctrl = mfspr(
SPRN_CTRLF
);
in __ppc64_runlatch_off()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
process.c
2378
ctrl = mfspr(
SPRN_CTRLF
);
in __ppc64_runlatch_on()
2398
ctrl = mfspr(
SPRN_CTRLF
);
in __ppc64_runlatch_off()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
280
#define
SPRN_CTRLF
0x088
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
277
#define
SPRN_CTRLF
0x088
macro
Completed in 31 milliseconds