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:stram_pool
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/atari/
H
A
D
stram.c
44
static struct resource
stram_pool
= {
variable
61
early_param("
stram_pool
", atari_stram_setup);
97
stram_pool
.start = (resource_size_t)memblock_alloc_low(pool_size,
in atari_stram_reserve_pages()
99
if (!
stram_pool
.start)
in atari_stram_reserve_pages()
103
stram_pool
.end =
stram_pool
.start + pool_size - 1;
in atari_stram_reserve_pages()
104
request_resource(&iomem_resource, &
stram_pool
);
in atari_stram_reserve_pages()
107
pool_size, &
stram_pool
);
in atari_stram_reserve_pages()
125
stram_pool
.start = PAGE_SIZE;
in atari_stram_map_pages()
126
stram_pool
in atari_stram_map_pages()
[all...]
/kernel/linux/linux-6.6/arch/m68k/atari/
H
A
D
stram.c
44
static struct resource
stram_pool
= {
variable
61
early_param("
stram_pool
", atari_stram_setup);
97
stram_pool
.start = (resource_size_t)memblock_alloc_low(pool_size,
in atari_stram_reserve_pages()
99
if (!
stram_pool
.start)
in atari_stram_reserve_pages()
103
stram_pool
.end =
stram_pool
.start + pool_size - 1;
in atari_stram_reserve_pages()
104
request_resource(&iomem_resource, &
stram_pool
);
in atari_stram_reserve_pages()
107
pool_size, &
stram_pool
);
in atari_stram_reserve_pages()
125
stram_pool
.start = PAGE_SIZE;
in atari_stram_map_pages()
126
stram_pool
in atari_stram_map_pages()
[all...]
Completed in 2 milliseconds