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:KSTK_STATUS
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
switch_to.h
58
(!(
KSTK_STATUS
(prev) & ST0_CU1))) { \
123
if ((
KSTK_STATUS
(prev) & ST0_CU2)) { \
125
KSTK_STATUS
(prev) &= ~ST0_CU2; \
128
if (
KSTK_STATUS
(next) & ST0_CU2 && \
H
A
D
fpu.h
132
KSTK_STATUS
(current) |= ST0_CU1;
in __own_fpu()
134
KSTK_STATUS
(current) |= ST0_FR;
in __own_fpu()
136
KSTK_STATUS
(current) &= ~ST0_FR;
in __own_fpu()
184
KSTK_STATUS
(tsk) &= ~ST0_CU1;
in lose_fpu_inatomic()
H
A
D
processor.h
388
#define
KSTK_STATUS
(tsk) (task_pt_regs(tsk)->cp0_status)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
switch_to.h
58
(!(
KSTK_STATUS
(prev) & ST0_CU1))) { \
123
if ((
KSTK_STATUS
(prev) & ST0_CU2)) { \
125
KSTK_STATUS
(prev) &= ~ST0_CU2; \
128
if (
KSTK_STATUS
(next) & ST0_CU2 && \
H
A
D
fpu.h
132
KSTK_STATUS
(current) |= ST0_CU1;
in __own_fpu()
134
KSTK_STATUS
(current) |= ST0_FR;
in __own_fpu()
136
KSTK_STATUS
(current) &= ~ST0_FR;
in __own_fpu()
184
KSTK_STATUS
(tsk) &= ~ST0_CU1;
in lose_fpu_inatomic()
H
A
D
processor.h
368
#define
KSTK_STATUS
(tsk) (task_pt_regs(tsk)->cp0_status)
macro
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H
A
D
octeon-crypto.c
36
if (
KSTK_STATUS
(current) & ST0_CU2) {
in octeon_crypto_enable()
38
KSTK_STATUS
(current) &= ~ST0_CU2;
in octeon_crypto_enable()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/
H
A
D
octeon-crypto.c
36
if (
KSTK_STATUS
(current) & ST0_CU2) {
in octeon_crypto_enable()
38
KSTK_STATUS
(current) &= ~ST0_CU2;
in octeon_crypto_enable()
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
cop2-ex.c
51
KSTK_STATUS
(current) |= (ST0_CU1 | ST0_CU2);
in loongson_cu2_call()
53
KSTK_STATUS
(current) |= ST0_FR;
in loongson_cu2_call()
55
KSTK_STATUS
(current) &= ~ST0_FR;
in loongson_cu2_call()
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
cop2-ex.c
51
KSTK_STATUS
(current) |= (ST0_CU1 | ST0_CU2);
in loongson_cu2_call()
53
KSTK_STATUS
(current) |= ST0_FR;
in loongson_cu2_call()
55
KSTK_STATUS
(current) &= ~ST0_FR;
in loongson_cu2_call()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
cpu.c
33
KSTK_STATUS
(current) |= ST0_CU2;
in cnmips_cu2_call()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H
A
D
cpu.c
33
KSTK_STATUS
(current) |= ST0_CU2;
in cnmips_cu2_call()
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/
H
A
D
cop2-ex.c
103
KSTK_STATUS
(current) |= ST0_CU2;
in nlm_cu2_call()
Completed in 5 milliseconds