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:newfp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H
A
D
traps.c
87
unsigned long *
newfp
;
in do_show_stack()
local
134
newfp
= (unsigned long *) *fp;
in do_show_stack()
136
if (((unsigned long)
newfp
) & 0x3) {
in do_show_stack()
137
printk("%s-- Corrupt frame pointer %p\n", loglvl,
newfp
);
in do_show_stack()
142
if (0 ==
newfp
) {
in do_show_stack()
160
newfp
= (unsigned long *) regs->r30;
in do_show_stack()
163
ip = *(
newfp
+ 1);
in do_show_stack()
170
/* If
newfp
isn't larger, we're tracing garbage. */
in do_show_stack()
171
if (
newfp
> fp)
in do_show_stack()
172
fp =
newfp
;
in do_show_stack()
[all...]
/kernel/linux/linux-6.6/arch/hexagon/kernel/
H
A
D
traps.c
83
unsigned long *
newfp
;
in do_show_stack()
local
130
newfp
= (unsigned long *) *fp;
in do_show_stack()
132
if (((unsigned long)
newfp
) & 0x3) {
in do_show_stack()
133
printk("%s-- Corrupt frame pointer %p\n", loglvl,
newfp
);
in do_show_stack()
138
if (0 ==
newfp
) {
in do_show_stack()
156
newfp
= (unsigned long *) regs->r30;
in do_show_stack()
159
ip = *(
newfp
+ 1);
in do_show_stack()
166
/* If
newfp
isn't larger, we're tracing garbage. */
in do_show_stack()
167
if (
newfp
> fp)
in do_show_stack()
168
fp =
newfp
;
in do_show_stack()
[all...]
Completed in 2 milliseconds