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:get_psr
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
process_32.c
189
put_psr(
get_psr
() | PSR_EF);
210
put_psr(
get_psr
() | PSR_EF);
287
put_psr(
get_psr
() | PSR_EF);
321
psr = childregs->psr =
get_psr
();
H
A
D
cpu.c
445
psr_impl = ((
get_psr
() >> PSR_IMPL_SHIFT) & PSR_IMPL_SHIFTED_MASK);
in cpu_type_probe()
446
psr_vers = ((
get_psr
() >> PSR_VERS_SHIFT) & PSR_VERS_SHIFTED_MASK);
in cpu_type_probe()
448
psr =
get_psr
();
in cpu_type_probe()
452
fpu_vers =
get_psr
() & PSR_EF ? ((get_fsr() >> 17) & 0x7) : 7;
in cpu_type_probe()
H
A
D
sigutil_32.c
20
put_psr(
get_psr
() | PSR_EF);
in save_fpu_state()
28
put_psr(
get_psr
() | PSR_EF);
in save_fpu_state()
H
A
D
traps_32.c
163
put_psr(
get_psr
() | PSR_EF); /* Allow FPU ops. */
in do_fpd_trap()
210
put_psr(
get_psr
() | PSR_EF);
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
cpu.c
445
psr_impl = ((
get_psr
() >> PSR_IMPL_SHIFT) & PSR_IMPL_SHIFTED_MASK);
in cpu_type_probe()
446
psr_vers = ((
get_psr
() >> PSR_VERS_SHIFT) & PSR_VERS_SHIFTED_MASK);
in cpu_type_probe()
448
psr =
get_psr
();
in cpu_type_probe()
452
fpu_vers =
get_psr
() & PSR_EF ? ((get_fsr() >> 17) & 0x7) : 7;
in cpu_type_probe()
H
A
D
process_32.c
185
put_psr(
get_psr
() | PSR_EF);
206
put_psr(
get_psr
() | PSR_EF);
275
put_psr(
get_psr
() | PSR_EF);
307
psr = childregs->psr =
get_psr
();
H
A
D
sigutil_32.c
20
put_psr(
get_psr
() | PSR_EF);
in save_fpu_state()
28
put_psr(
get_psr
() | PSR_EF);
in save_fpu_state()
H
A
D
traps_32.c
163
put_psr(
get_psr
() | PSR_EF); /* Allow FPU ops. */
in do_fpd_trap()
210
put_psr(
get_psr
() | PSR_EF);
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
psr.h
19
static inline unsigned int
get_psr
(void)
in get_psr()
function
H
A
D
switch_to_32.h
20
put_psr(
get_psr
() | PSR_EF); \
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
psr.h
19
static inline unsigned int
get_psr
(void)
in get_psr()
function
H
A
D
switch_to_32.h
20
put_psr(
get_psr
() | PSR_EF); \
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
srmmu.c
1553
mreg = srmmu_get_mmureg(); psr =
get_psr
();
in get_srmmu_type()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
srmmu.c
1552
mreg = srmmu_get_mmureg(); psr =
get_psr
();
in get_srmmu_type()
Completed in 10 milliseconds