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:last_bp
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
unwind_frame.c
103
unsigned long *
last_bp
= last_frame(state);
in is_last_aligned_frame()
local
129
return (state->bp == aligned_bp && *(aligned_bp + 1) == *(
last_bp
+ 1));
in is_last_aligned_frame()
134
unsigned long *
last_bp
= last_frame(state);
in is_last_ftrace_frame()
local
135
unsigned long *last_ftrace_bp =
last_bp
- 3;
in is_last_ftrace_frame()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
unwind_frame.c
103
unsigned long *
last_bp
= last_frame(state);
in is_last_aligned_frame()
local
129
return (state->bp == aligned_bp && *(aligned_bp + 1) == *(
last_bp
+ 1));
in is_last_aligned_frame()
134
unsigned long *
last_bp
= last_frame(state);
in is_last_ftrace_frame()
local
135
unsigned long *last_ftrace_bp =
last_bp
- 3;
in is_last_ftrace_frame()
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
guestdbg.c
413
vcpu->arch.guestdbg.
last_bp
= addr;
in debug_exit_required()
418
if (bp_info && vcpu->arch.guestdbg.
last_bp
!= peraddr) {
in debug_exit_required()
H
A
D
kvm-s390.c
3731
vcpu->arch.guestdbg.
last_bp
= 0;
in kvm_arch_vcpu_ioctl_set_guest_debug()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
guestdbg.c
413
vcpu->arch.guestdbg.
last_bp
= addr;
in debug_exit_required()
418
if (bp_info && vcpu->arch.guestdbg.
last_bp
!= peraddr) {
in debug_exit_required()
H
A
D
kvm-s390.c
4396
vcpu->arch.guestdbg.
last_bp
= 0;
in kvm_arch_vcpu_ioctl_set_guest_debug()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
kvm_host.h
712
unsigned long
last_bp
;
member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
kvm_host.h
732
unsigned long
last_bp
;
member
Completed in 21 milliseconds