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:saved_status
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/power/
H
A
D
cpu.c
13
static u32
saved_status
;
variable
18
saved_status
= read_c0_status();
in save_processor_state()
28
write_c0_status(
saved_status
);
in restore_processor_state()
/kernel/linux/linux-6.6/arch/mips/power/
H
A
D
cpu.c
13
static u32
saved_status
;
variable
18
saved_status
= read_c0_status();
in save_processor_state()
28
write_c0_status(
saved_status
);
in restore_processor_state()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
kprobes.h
43
unsigned long
saved_status
;
member
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
kprobes.h
35
unsigned long
saved_status
;
member
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
kprobes.c
116
kcb->
saved_status
= regs->csr_prmd;
in save_local_irqflag()
124
regs->csr_prmd = kcb->
saved_status
;
in restore_local_irqflag()
/kernel/linux/linux-6.6/arch/riscv/kernel/probes/
H
A
D
kprobes.c
164
kcb->
saved_status
= regs->status;
in kprobes_save_local_irqflag()
171
regs->status = kcb->
saved_status
;
in kprobes_restore_local_irqflag()
/kernel/linux/linux-5.10/arch/x86/math-emu/
H
A
D
fpu_trig.c
39
int old_cw = control_word,
saved_status
= partial_status;
in trig_arg()
local
146
partial_status =
saved_status
& ~SW_C2; /* Reduction complete. */
in trig_arg()
792
unsigned short
saved_status
;
in do_fprem()
local
806
saved_status
= partial_status;
in do_fprem()
915
partial_status =
saved_status
;
in do_fprem()
929
partial_status =
saved_status
;
in do_fprem()
/kernel/linux/linux-6.6/arch/x86/math-emu/
H
A
D
fpu_trig.c
39
int old_cw = control_word,
saved_status
= partial_status;
in trig_arg()
local
146
partial_status =
saved_status
& ~SW_C2; /* Reduction complete. */
in trig_arg()
797
unsigned short
saved_status
;
in do_fprem()
local
811
saved_status
= partial_status;
in do_fprem()
920
partial_status =
saved_status
;
in do_fprem()
934
partial_status =
saved_status
;
in do_fprem()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw.h
201
* @
saved_status
Saved status
239
u32
saved_status
;
member
H
A
D
efct_hw.c
430
io->
saved_status
= status;
in efct_hw_wq_process_io()
462
status = io->
saved_status
;
in efct_hw_wq_process_io()
1874
status = io->
saved_status
;
in efct_hw_wq_process_abort()
2471
int status = io->
saved_status
;
in efct_hw_xabt_process()
Completed in 11 milliseconds