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:fdm_active
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
rtas-fadump.c
26
static const struct rtas_fadump_mem_struct *
fdm_active
;
variable
211
NULL, FADUMP_INVALIDATE,
fdm_active
,
in rtas_fadump_invalidate()
225
fdm_active
= NULL;
in rtas_fadump_invalidate()
315
addr = be64_to_cpu(
fdm_active
->cpu_state_data.destination_address);
in rtas_fadump_build_cpu_notes()
393
if (!
fdm_active
|| !fadump_conf->fadumphdr_addr)
in rtas_fadump_process()
397
if ((be16_to_cpu(
fdm_active
->header.dump_status_flag) ==
in rtas_fadump_process()
399
(
fdm_active
->cpu_state_data.error_flags != 0) ||
in rtas_fadump_process()
400
(
fdm_active
->rmr_region.error_flags != 0)) {
in rtas_fadump_process()
404
if ((
fdm_active
->rmr_region.bytes_dumped !=
in rtas_fadump_process()
405
fdm_active
in rtas_fadump_process()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
rtas-fadump.c
27
static const struct rtas_fadump_mem_struct *
fdm_active
;
variable
218
NULL, FADUMP_INVALIDATE,
fdm_active
,
in rtas_fadump_invalidate()
232
fdm_active
= NULL;
in rtas_fadump_invalidate()
322
addr = be64_to_cpu(
fdm_active
->cpu_state_data.destination_address);
in rtas_fadump_build_cpu_notes()
400
if (!
fdm_active
|| !fadump_conf->fadumphdr_addr)
in rtas_fadump_process()
404
if ((be16_to_cpu(
fdm_active
->header.dump_status_flag) ==
in rtas_fadump_process()
406
(
fdm_active
->cpu_state_data.error_flags != 0) ||
in rtas_fadump_process()
407
(
fdm_active
->rmr_region.error_flags != 0)) {
in rtas_fadump_process()
411
if ((
fdm_active
->rmr_region.bytes_dumped !=
in rtas_fadump_process()
412
fdm_active
in rtas_fadump_process()
[all...]
Completed in 2 milliseconds