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:hyp_offset
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
stacktrace.c
149
unsigned long
hyp_offset
= (unsigned long)arg;
in kvm_nvhe_dump_backtrace_entry()
local
152
where = (where & va_mask) +
hyp_offset
;
in kvm_nvhe_dump_backtrace_entry()
171
* @
hyp_offset
: hypervisor offset, used for address translation.
178
static void hyp_dump_backtrace(unsigned long
hyp_offset
)
in hyp_dump_backtrace()
argument
195
unwind(&state, kvm_nvhe_dump_backtrace_entry, (void *)
hyp_offset
);
in hyp_dump_backtrace()
206
* @
hyp_offset
: hypervisor offset, used for address translation.
213
static void pkvm_dump_backtrace(unsigned long
hyp_offset
)
in pkvm_dump_backtrace()
argument
224
kvm_nvhe_dump_backtrace_entry((void *)
hyp_offset
, stacktrace[i]);
in pkvm_dump_backtrace()
228
static void pkvm_dump_backtrace(unsigned long
hyp_offset
)
in pkvm_dump_backtrace()
argument
237
* @
hyp_offset
239
kvm_nvhe_dump_backtrace(unsigned long
hyp_offset
)
kvm_nvhe_dump_backtrace()
argument
[all...]
H
A
D
handle_exit.c
391
u64
hyp_offset
= elr_in_kimg - kaslr_offset() - elr_virt;
in nvhe_hyp_panic_handler()
local
393
u64 panic_addr = elr_virt +
hyp_offset
;
in nvhe_hyp_panic_handler()
422
kvm_nvhe_dump_backtrace(
hyp_offset
);
in nvhe_hyp_panic_handler()
430
kvm_err("Hyp Offset: 0x%llx\n",
hyp_offset
);
in nvhe_hyp_panic_handler()
/kernel/linux/linux-6.6/arch/arm64/include/asm/stacktrace/
H
A
D
nvhe.h
52
void kvm_nvhe_dump_backtrace(unsigned long
hyp_offset
);
Completed in 2 milliseconds