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:FSCR_SCV
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
setup_64.c
236
init_task.thread.fscr &= ~
FSCR_SCV
;
in configure_exceptions()
242
init_task.thread.fscr &= ~
FSCR_SCV
;
in configure_exceptions()
H
A
D
cpu_setup_power.c
74
fscr |=
FSCR_SCV
;
in init_FSCR_power9()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
cpu_setup_power.c
74
fscr |=
FSCR_SCV
;
in init_FSCR_power9()
H
A
D
setup_64.c
201
init_task.thread.fscr &= ~
FSCR_SCV
;
in configure_exceptions()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_pr.c
145
if (cpu_has_feature(CPU_FTR_ARCH_300) && (current->thread.fscr &
FSCR_SCV
))
in kvmppc_core_vcpu_load_pr()
146
mtspr(SPRN_FSCR, mfspr(SPRN_FSCR) & ~
FSCR_SCV
);
in kvmppc_core_vcpu_load_pr()
176
if (cpu_has_feature(CPU_FTR_ARCH_300) && (current->thread.fscr &
FSCR_SCV
))
in kvmppc_core_vcpu_put_pr()
177
mtspr(SPRN_FSCR, mfspr(SPRN_FSCR) |
FSCR_SCV
);
in kvmppc_core_vcpu_put_pr()
1045
if (fscr &
FSCR_SCV
)
in kvmppc_set_fscr()
1046
fscr &= ~
FSCR_SCV
; /* SCV must not be enabled */
in kvmppc_set_fscr()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
416
#define
FSCR_SCV
__MASK(FSCR_SCV_LG)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
422
#define
FSCR_SCV
__MASK(FSCR_SCV_LG)
macro
Completed in 15 milliseconds