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:show_code
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
processor_32.h
177
void
show_code
(struct pt_regs *regs);
179
static inline void
show_code
(struct pt_regs *regs)
in show_code()
function
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
processor_32.h
174
void
show_code
(struct pt_regs *regs);
176
static inline void
show_code
(struct pt_regs *regs)
in show_code()
function
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
bug.h
25
void
show_code
(struct pt_regs *regs);
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
dis.h
21
void
show_code
(struct pt_regs *regs);
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
dis.h
21
void
show_code
(struct pt_regs *regs);
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
bug.h
26
void
show_code
(struct pt_regs *regs);
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
process_32.c
59
show_code
(regs);
in show_regs()
H
A
D
disassemble.c
547
void
show_code
(struct pt_regs *regs)
in show_code()
function
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
process_32.c
59
show_code
(regs);
in show_regs()
H
A
D
disassemble.c
547
void
show_code
(struct pt_regs *regs)
in show_code()
function
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
dumpstack.c
170
show_code
(regs);
in show_registers()
H
A
D
dis.c
497
void
show_code
(struct pt_regs *regs)
in show_code()
function
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
dumpstack.c
176
show_code
(regs);
in show_registers()
H
A
D
dis.c
500
void
show_code
(struct pt_regs *regs)
in show_code()
function
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
traps.c
162
static void
show_code
(unsigned int *pc, bool user)
in show_code()
function
399
show_code
((void *)regs->csr_era, user_mode(regs));
in show_registers()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
traps.c
130
static void
show_code
(unsigned int *pc, bool user)
in show_code()
function
367
show_code
((void *)regs->csr_era, user_mode(regs));
in show_registers()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
traps.c
229
static void
show_code
(unsigned int __user *pc)
in show_code()
function
378
show_code
((unsigned int __user *) regs->cp0_epc);
in show_registers()
1608
show_code
((unsigned int __user *) regs->cp0_epc);
in do_mcheck()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
traps.c
229
static void
show_code
(void *pc, bool user)
in show_code()
function
388
show_code
((void *)regs->cp0_epc, user_mode(regs));
in show_registers()
1601
show_code
((void *)regs->cp0_epc, user_mode(regs));
in do_mcheck()
Completed in 17 milliseconds