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:hv_panic_page
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_common.c
128
static void *
hv_panic_page
;
variable
197
if (!sysctl_record_panic_msg || !
hv_panic_page
)
in hv_die_panic_notify_crash()
222
kmsg_dump_get_buffer(&iter, false,
hv_panic_page
, HV_HYP_PAGE_SIZE,
in hv_kmsg_dump()
234
hv_set_register(HV_REGISTER_CRASH_P3, virt_to_phys(
hv_panic_page
));
in hv_kmsg_dump()
257
hv_free_hyperv_page(
hv_panic_page
);
in hv_kmsg_dump_unregister()
258
hv_panic_page
= NULL;
in hv_kmsg_dump_unregister()
265
hv_panic_page
= hv_alloc_hyperv_zeroed_page();
in hv_kmsg_dump_register()
266
if (!
hv_panic_page
) {
in hv_kmsg_dump_register()
274
hv_free_hyperv_page(
hv_panic_page
);
in hv_kmsg_dump_register()
275
hv_panic_page
in hv_kmsg_dump_register()
[all...]
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
vmbus_drv.c
49
static void *
hv_panic_page
;
variable
64
return !sysctl_record_panic_msg || !
hv_panic_page
;
in hyperv_report_reg()
1371
panic_pa = virt_to_phys(
hv_panic_page
);
in hv_kmsg_dump()
1377
kmsg_dump_get_buffer(dumper, false,
hv_panic_page
, HV_HYP_PAGE_SIZE,
in hv_kmsg_dump()
1478
hv_panic_page
= (void *)hv_alloc_hyperv_zeroed_page();
in vmbus_bus_init()
1479
if (
hv_panic_page
) {
in vmbus_bus_init()
1485
(unsigned long)
hv_panic_page
);
in vmbus_bus_init()
1486
hv_panic_page
= NULL;
in vmbus_bus_init()
2694
free_page((unsigned long)
hv_panic_page
);
in vmbus_exit()
Completed in 5 milliseconds