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:kprobe_old_SR
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
kprobes.c
130
kcb->prev_kprobe.old_SR = kcb->
kprobe_old_SR
;
in save_previous_kprobe()
139
kcb->
kprobe_old_SR
= kcb->prev_kprobe.old_SR;
in restore_previous_kprobe()
148
kcb->kprobe_saved_SR = kcb->
kprobe_old_SR
= (regs->csr_prmd & CSR_PRMD_PIE);
in set_current_kprobe()
320
regs->csr_prmd |= kcb->
kprobe_old_SR
;
in kprobe_fault_handler()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
kprobes.c
159
kcb->prev_kprobe.old_SR = kcb->
kprobe_old_SR
;
in save_previous_kprobe()
168
kcb->
kprobe_old_SR
= kcb->prev_kprobe.old_SR;
in restore_previous_kprobe()
177
kcb->kprobe_saved_SR = kcb->
kprobe_old_SR
= (regs->cp0_status & ST0_IE);
in set_current_kprobe()
411
regs->cp0_status |= kcb->
kprobe_old_SR
;
in kprobe_fault_handler()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
kprobes.c
166
kcb->prev_kprobe.old_SR = kcb->
kprobe_old_SR
;
in save_previous_kprobe()
175
kcb->
kprobe_old_SR
= kcb->prev_kprobe.old_SR;
in restore_previous_kprobe()
184
kcb->kprobe_saved_SR = kcb->
kprobe_old_SR
= (regs->cp0_status & ST0_IE);
in set_current_kprobe()
415
regs->cp0_status |= kcb->
kprobe_old_SR
;
in kprobe_fault_handler()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
kprobes.h
74
unsigned long
kprobe_old_SR
;
member
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
kprobes.h
65
unsigned long
kprobe_old_SR
;
member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
kprobes.h
65
unsigned long
kprobe_old_SR
;
member
Completed in 3 milliseconds