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:ST0_CU2
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H
A
D
octeon-crypto.c
35
write_c0_status(status |
ST0_CU2
);
in octeon_crypto_enable()
36
if (KSTK_STATUS(current) &
ST0_CU2
) {
in octeon_crypto_enable()
38
KSTK_STATUS(current) &= ~
ST0_CU2
;
in octeon_crypto_enable()
39
status &= ~
ST0_CU2
;
in octeon_crypto_enable()
40
} else if (status &
ST0_CU2
) {
in octeon_crypto_enable()
44
return status &
ST0_CU2
;
in octeon_crypto_enable()
62
if (crypto_flags &
ST0_CU2
)
in octeon_crypto_disable()
65
write_c0_status(read_c0_status() & ~
ST0_CU2
);
in octeon_crypto_disable()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/
H
A
D
octeon-crypto.c
35
write_c0_status(status |
ST0_CU2
);
in octeon_crypto_enable()
36
if (KSTK_STATUS(current) &
ST0_CU2
) {
in octeon_crypto_enable()
38
KSTK_STATUS(current) &= ~
ST0_CU2
;
in octeon_crypto_enable()
39
status &= ~
ST0_CU2
;
in octeon_crypto_enable()
40
} else if (status &
ST0_CU2
) {
in octeon_crypto_enable()
44
return status &
ST0_CU2
;
in octeon_crypto_enable()
62
if (crypto_flags &
ST0_CU2
)
in octeon_crypto_disable()
65
write_c0_status(read_c0_status() & ~
ST0_CU2
);
in octeon_crypto_disable()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
switch_to.h
122
set_c0_status(
ST0_CU2
); \
123
if ((KSTK_STATUS(prev) &
ST0_CU2
)) { \
125
KSTK_STATUS(prev) &= ~
ST0_CU2
; \
128
if (KSTK_STATUS(next) &
ST0_CU2
&& \
H
A
D
mipsregs.h
388
#define
ST0_CU2
0x40000000
macro
394
#define ST0_KERNEL_CUMASK (ST0_CU0 |
ST0_CU2
)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
switch_to.h
122
set_c0_status(
ST0_CU2
); \
123
if ((KSTK_STATUS(prev) &
ST0_CU2
)) { \
125
KSTK_STATUS(prev) &= ~
ST0_CU2
; \
128
if (KSTK_STATUS(next) &
ST0_CU2
&& \
H
A
D
mipsregs.h
373
#define
ST0_CU2
0x40000000
macro
379
#define ST0_KERNEL_CUMASK (ST0_CU0 |
ST0_CU2
)
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
cpu.c
33
KSTK_STATUS(current) |=
ST0_CU2
;
in cnmips_cu2_call()
35
write_c0_status(status |
ST0_CU2
);
in cnmips_cu2_call()
37
write_c0_status(status & ~
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()
35
write_c0_status(status |
ST0_CU2
);
in cnmips_cu2_call()
37
write_c0_status(status & ~
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()
105
write_c0_status(status |
ST0_CU2
);
in nlm_cu2_call()
107
write_c0_status(status & ~
ST0_CU2
);
in nlm_cu2_call()
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
cop2-ex.c
47
set_c0_status(ST0_CU1 |
ST0_CU2
);
in loongson_cu2_call()
49
set_c0_status(ST0_CU1 |
ST0_CU2
| ST0_FR);
in loongson_cu2_call()
51
KSTK_STATUS(current) |= (ST0_CU1 |
ST0_CU2
);
in loongson_cu2_call()
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
cop2-ex.c
47
set_c0_status(ST0_CU1 |
ST0_CU2
);
in loongson_cu2_call()
49
set_c0_status(ST0_CU1 |
ST0_CU2
| ST0_FR);
in loongson_cu2_call()
51
KSTK_STATUS(current) |= (ST0_CU1 |
ST0_CU2
);
in loongson_cu2_call()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
process.c
72
status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|
ST0_CU2
|ST0_FR|KU_MASK);
in start_thread()
137
p->thread.cp0_status = (read_c0_status() & ~(
ST0_CU2
|ST0_CU1)) | ST0_KERNEL_CUMASK;
in copy_thread()
172
childregs->cp0_status &= ~(
ST0_CU2
|ST0_CU1);
in copy_thread()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
process.c
57
status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|
ST0_CU2
|ST0_FR|KU_MASK);
in start_thread()
123
p->thread.cp0_status = (read_c0_status() & ~(
ST0_CU2
|ST0_CU1)) | ST0_KERNEL_CUMASK;
in copy_thread()
165
childregs->cp0_status &= ~(
ST0_CU2
|ST0_CU1);
in copy_thread()
/kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/xlr/
H
A
D
fmn.h
248
write_c0_status((sr & ~ST0_IE) |
ST0_CU2
);
in nlm_cop2_enable_irqsave()
Completed in 18 milliseconds