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:DEVMEM_CHUNK_SIZE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/lib/
H
A
D
test_hmm.c
37
#define
DEVMEM_CHUNK_SIZE
(256 * 1024 * 1024U)
macro
54
"Specify start address for SPM (special purpose memory) used for device 0. By setting this Coherent device type will be used. Make sure spm_addr_dev1 is set too. Minimum SPM size should be
DEVMEM_CHUNK_SIZE
.");
59
"Specify start address for SPM (special purpose memory) used for device 1. By setting this Coherent device type will be used. Make sure spm_addr_dev0 is set too. Minimum SPM size should be
DEVMEM_CHUNK_SIZE
.");
510
res = request_free_mem_region(&iomem_resource,
DEVMEM_CHUNK_SIZE
,
in dmirror_allocate_chunk()
523
DEVMEM_CHUNK_SIZE
- 1;
in dmirror_allocate_chunk()
568
DEVMEM_CHUNK_SIZE
/ (1024 * 1024),
in dmirror_allocate_chunk()
570
mdevice->devmem_count * (
DEVMEM_CHUNK_SIZE
/ (1024 * 1024)),
in dmirror_allocate_chunk()
/kernel/linux/linux-5.10/lib/
H
A
D
test_hmm.c
33
#define
DEVMEM_CHUNK_SIZE
(256 * 1024 * 1024U)
macro
466
res = request_free_mem_region(&iomem_resource,
DEVMEM_CHUNK_SIZE
,
in dmirror_allocate_chunk()
507
DEVMEM_CHUNK_SIZE
/ (1024 * 1024),
in dmirror_allocate_chunk()
509
mdevice->devmem_count * (
DEVMEM_CHUNK_SIZE
/ (1024 * 1024)),
in dmirror_allocate_chunk()
Completed in 7 milliseconds