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:OLDMEM_BASE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
crash_dump.c
143
if (!
OLDMEM_BASE
&& from < sclp.hsa_size) {
in copy_oldmem_kernel()
151
if (
OLDMEM_BASE
&& from -
OLDMEM_BASE
< OLDMEM_SIZE) {
in copy_oldmem_kernel()
152
from -=
OLDMEM_BASE
;
in copy_oldmem_kernel()
154
} else if (
OLDMEM_BASE
&& from < OLDMEM_SIZE) {
in copy_oldmem_kernel()
156
from +=
OLDMEM_BASE
;
in copy_oldmem_kernel()
186
if (!
OLDMEM_BASE
&& from < sclp.hsa_size) {
in copy_oldmem_user()
194
if (
OLDMEM_BASE
&& from -
OLDMEM_BASE
< OLDMEM_SIZE) {
in copy_oldmem_user()
195
from -=
OLDMEM_BASE
;
in copy_oldmem_user()
[all...]
H
A
D
setup.c
256
if (
OLDMEM_BASE
)
in setup_zfcpdump()
650
if (
OLDMEM_BASE
)
in reserve_oldmem()
662
if (
OLDMEM_BASE
)
in remove_oldmem()
692
low = crash_base ?:
OLDMEM_BASE
;
in reserve_crashkernel()
694
if (low >=
OLDMEM_BASE
&& high <=
OLDMEM_BASE
+ OLDMEM_SIZE) {
in reserve_crashkernel()
721
if (!
OLDMEM_BASE
&& MACHINE_IS_VM)
in reserve_crashkernel()
H
A
D
os_info.c
125
if (!
OLDMEM_BASE
)
in os_info_old_init()
H
A
D
smp.c
611
* condition:
OLDMEM_BASE
== NULL && is_ipl_type_dump() == true
617
* condition:
OLDMEM_BASE
!= NULL && is_ipl_type_dump() == true
624
* condition:
OLDMEM_BASE
!= NULL && !is_kdump_kernel()
629
* condition:
OLDMEM_BASE
!= NULL && is_kdump_kernel()
664
if (!(
OLDMEM_BASE
|| is_ipl_type_dump()))
in smp_save_dump_cpus()
690
* For a zfcp/nvme dump
OLDMEM_BASE
== NULL and the registers
in smp_save_dump_cpus()
695
if (!is_boot_cpu ||
OLDMEM_BASE
)
in smp_save_dump_cpus()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
setup.h
69
#define
OLDMEM_BASE
(*(unsigned long *) (OLDMEM_BASE_OFFSET))
macro
178
#define
OLDMEM_BASE
(OLDMEM_BASE_OFFSET)
macro
/kernel/linux/linux-5.10/arch/s390/boot/
H
A
D
ipl_parm.c
300
if (
OLDMEM_BASE
) {
in setup_memory_end()
H
A
D
head.S
393
.quad 0 #
OLDMEM_BASE
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
zcore.c
257
if (
OLDMEM_BASE
)
in zcore_init()
H
A
D
sclp_cmd.c
480
if (
OLDMEM_BASE
) /* No standby memory in kdump mode */
in sclp_detect_standby_memory()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
asm-offsets.c
177
DEFINE(
OLDMEM_BASE
, PARMAREA + offsetof(struct parmarea, oldmem_base));
in main()
H
A
D
setup.c
749
memblock_reserve(
OLDMEM_BASE
, sizeof(unsigned long));
in reserve_kernel()
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
kasan_init.c
302
if (IS_ENABLED(CONFIG_CRASH_DUMP) &&
OLDMEM_BASE
)
in kasan_early_init()
Completed in 10 milliseconds