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:map_top
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/maps/
H
A
D
ichxrom.c
96
unsigned long
map_top
;
in ichxrom_init_one()
local
195
map_top
= window->phys;
in ichxrom_init_one()
197
map_top
= window->phys + 0x400000;
in ichxrom_init_one()
204
if (
map_top
< 0xffc00000) {
in ichxrom_init_one()
205
map_top
= 0xffc00000;
in ichxrom_init_one()
209
while((
map_top
- 1) < 0xffffffffUL) {
in ichxrom_init_one()
224
map->map.phys =
map_top
;
in ichxrom_init_one()
225
offset =
map_top
- window->phys;
in ichxrom_init_one()
228
map->map.size = 0xffffffffUL -
map_top
+ 1UL;
in ichxrom_init_one()
256
map_top
in ichxrom_init_one()
[all...]
H
A
D
ck804xrom.c
124
unsigned long
map_top
;
in ck804xrom_init_one()
local
202
map_top
= window->phys;
in ck804xrom_init_one()
208
if (
map_top
< 0xffc00000)
in ck804xrom_init_one()
209
map_top
= 0xffc00000;
in ck804xrom_init_one()
215
while((
map_top
- 1) < 0xffffffffUL) {
in ck804xrom_init_one()
230
map->map.phys =
map_top
;
in ck804xrom_init_one()
231
offset =
map_top
- window->phys;
in ck804xrom_init_one()
234
map->map.size = 0xffffffffUL -
map_top
+ 1UL;
in ck804xrom_init_one()
259
map_top
+= ROM_PROBE_STEP_SIZE;
in ck804xrom_init_one()
302
/* Calculate the new value of
map_top
*/
in ck804xrom_init_one()
[all...]
H
A
D
amd76xrom.c
111
unsigned long
map_top
;
in amd76xrom_init_one()
local
174
map_top
= window->phys;
in amd76xrom_init_one()
180
if (
map_top
< 0xffc00000) {
in amd76xrom_init_one()
181
map_top
= 0xffc00000;
in amd76xrom_init_one()
185
while((
map_top
- 1) < 0xffffffffUL) {
in amd76xrom_init_one()
200
map->map.phys =
map_top
;
in amd76xrom_init_one()
201
offset =
map_top
- window->phys;
in amd76xrom_init_one()
204
map->map.size = 0xffffffffUL -
map_top
+ 1UL;
in amd76xrom_init_one()
229
map_top
+= ROM_PROBE_STEP_SIZE;
in amd76xrom_init_one()
273
/* Calculate the new value of
map_top
*/
in amd76xrom_init_one()
[all...]
H
A
D
esb2rom.c
154
unsigned long
map_top
;
in esb2rom_init_one()
local
260
map_top
= window->phys;
in esb2rom_init_one()
263
map_top
= window->phys + 0x400000;
in esb2rom_init_one()
271
if (
map_top
< 0xffc00000)
in esb2rom_init_one()
272
map_top
= 0xffc00000;
in esb2rom_init_one()
275
while ((
map_top
- 1) < 0xffffffffUL) {
in esb2rom_init_one()
289
map->map.phys =
map_top
;
in esb2rom_init_one()
290
offset =
map_top
- window->phys;
in esb2rom_init_one()
293
map->map.size = 0xffffffffUL -
map_top
+ 1UL;
in esb2rom_init_one()
320
map_top
in esb2rom_init_one()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/maps/
H
A
D
ichxrom.c
96
unsigned long
map_top
;
in ichxrom_init_one()
local
195
map_top
= window->phys;
in ichxrom_init_one()
197
map_top
= window->phys + 0x400000;
in ichxrom_init_one()
204
if (
map_top
< 0xffc00000) {
in ichxrom_init_one()
205
map_top
= 0xffc00000;
in ichxrom_init_one()
209
while((
map_top
- 1) < 0xffffffffUL) {
in ichxrom_init_one()
222
map->map.phys =
map_top
;
in ichxrom_init_one()
223
offset =
map_top
- window->phys;
in ichxrom_init_one()
226
map->map.size = 0xffffffffUL -
map_top
+ 1UL;
in ichxrom_init_one()
254
map_top
in ichxrom_init_one()
[all...]
H
A
D
ck804xrom.c
124
unsigned long
map_top
;
in ck804xrom_init_one()
local
202
map_top
= window->phys;
in ck804xrom_init_one()
208
if (
map_top
< 0xffc00000)
in ck804xrom_init_one()
209
map_top
= 0xffc00000;
in ck804xrom_init_one()
215
while((
map_top
- 1) < 0xffffffffUL) {
in ck804xrom_init_one()
228
map->map.phys =
map_top
;
in ck804xrom_init_one()
229
offset =
map_top
- window->phys;
in ck804xrom_init_one()
232
map->map.size = 0xffffffffUL -
map_top
+ 1UL;
in ck804xrom_init_one()
257
map_top
+= ROM_PROBE_STEP_SIZE;
in ck804xrom_init_one()
300
/* Calculate the new value of
map_top
*/
in ck804xrom_init_one()
[all...]
H
A
D
amd76xrom.c
111
unsigned long
map_top
;
in amd76xrom_init_one()
local
174
map_top
= window->phys;
in amd76xrom_init_one()
180
if (
map_top
< 0xffc00000) {
in amd76xrom_init_one()
181
map_top
= 0xffc00000;
in amd76xrom_init_one()
185
while((
map_top
- 1) < 0xffffffffUL) {
in amd76xrom_init_one()
198
map->map.phys =
map_top
;
in amd76xrom_init_one()
199
offset =
map_top
- window->phys;
in amd76xrom_init_one()
202
map->map.size = 0xffffffffUL -
map_top
+ 1UL;
in amd76xrom_init_one()
227
map_top
+= ROM_PROBE_STEP_SIZE;
in amd76xrom_init_one()
271
/* Calculate the new value of
map_top
*/
in amd76xrom_init_one()
[all...]
H
A
D
esb2rom.c
154
unsigned long
map_top
;
in esb2rom_init_one()
local
260
map_top
= window->phys;
in esb2rom_init_one()
263
map_top
= window->phys + 0x400000;
in esb2rom_init_one()
271
if (
map_top
< 0xffc00000)
in esb2rom_init_one()
272
map_top
= 0xffc00000;
in esb2rom_init_one()
275
while ((
map_top
- 1) < 0xffffffffUL) {
in esb2rom_init_one()
288
map->map.phys =
map_top
;
in esb2rom_init_one()
289
offset =
map_top
- window->phys;
in esb2rom_init_one()
292
map->map.size = 0xffffffffUL -
map_top
+ 1UL;
in esb2rom_init_one()
319
map_top
in esb2rom_init_one()
[all...]
Completed in 5 milliseconds