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:_ramend
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/mm/
H
A
D
mcfmmu.c
82
max_zone_pfn[ZONE_DMA] = PFN_DOWN(
_ramend
);
in paging_init()
173
/* _rambase and
_ramend
will be naturally page aligned */
in cf_bootmem_alloc()
175
m68k_memory[0].size =
_ramend
- _rambase;
in cf_bootmem_alloc()
180
num_pages = PFN_DOWN(
_ramend
- _rambase);
in cf_bootmem_alloc()
185
max_pfn = max_low_pfn = PFN_DOWN(
_ramend
);
in cf_bootmem_alloc()
186
high_memory = (void *)
_ramend
;
in cf_bootmem_alloc()
191
m68k_virt_to_node_shift = fls(
_ramend
- 1) - 6;
in cf_bootmem_alloc()
/kernel/linux/linux-6.6/arch/m68k/mm/
H
A
D
mcfmmu.c
83
max_zone_pfn[ZONE_DMA] = PFN_DOWN(
_ramend
);
in paging_init()
164
/* _rambase and
_ramend
will be naturally page aligned */
in cf_bootmem_alloc()
166
m68k_memory[0].size =
_ramend
- _rambase;
in cf_bootmem_alloc()
172
num_pages = PFN_DOWN(
_ramend
- _rambase);
in cf_bootmem_alloc()
177
max_pfn = max_low_pfn = PFN_DOWN(
_ramend
);
in cf_bootmem_alloc()
178
high_memory = (void *)
_ramend
;
in cf_bootmem_alloc()
183
m68k_virt_to_node_shift = fls(
_ramend
- 1) - 6;
in cf_bootmem_alloc()
/kernel/linux/linux-5.10/arch/m68k/68000/
H
A
D
head.S
34
.global
_ramend
56
_ramend
:
label
194
movel #RAMEND,
_ramend
/* set end ram addr */
/kernel/linux/linux-6.6/arch/m68k/68000/
H
A
D
head.S
34
.global
_ramend
56
_ramend
:
label
194
movel #RAMEND,
_ramend
/* set end ram addr */
/kernel/linux/linux-5.10/arch/m68k/coldfire/
H
A
D
head.S
109
.global
_ramend
129
_ramend
:
label
187
movel %d0,
_ramend
/* set end ram addr */
/kernel/linux/linux-6.6/arch/m68k/coldfire/
H
A
D
head.S
109
.global
_ramend
129
_ramend
:
label
187
movel %d0,
_ramend
/* set end ram addr */
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H
A
D
page.h
14
extern unsigned long
_ramend
;
/kernel/linux/linux-5.10/arch/h8300/kernel/
H
A
D
vmlinux.lds.S
66
_ramend
= .;
define
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
page.h
55
extern unsigned long
_ramend
;
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
page.h
55
extern unsigned long
_ramend
;
/kernel/linux/linux-5.10/arch/m68k/kernel/
H
A
D
setup_no.c
88
memory_end =
_ramend
;
in setup_arch()
/kernel/linux/linux-6.6/arch/m68k/kernel/
H
A
D
setup_no.c
86
memory_end =
_ramend
;
in setup_arch()
Completed in 4 milliseconds