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:mapped_size
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/
H
A
D
rga-buf.c
121
unsigned int
mapped_size
= 0;
in rga_buf_map()
local
139
pages[
mapped_size
+ p] = phys;
in rga_buf_map()
142
mapped_size
+= len;
in rga_buf_map()
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rga/
H
A
D
rga-buf.c
121
unsigned int
mapped_size
= 0;
in rga_buf_map()
local
139
pages[
mapped_size
+ p] = phys;
in rga_buf_map()
142
mapped_size
+= len;
in rga_buf_map()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H
A
D
io_pgtable_v2.c
244
unsigned long
mapped_size
= 0;
in iommu_v2_map_pages()
local
257
while (
mapped_size
< size) {
in iommu_v2_map_pages()
271
mapped_size
+= map_size;
in iommu_v2_map_pages()
283
*mapped +=
mapped_size
;
in iommu_v2_map_pages()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
jitdump.h
112
uint64_t
mapped_size
;
member
H
A
D
jitdump.c
322
jr->unwinding.
mapped_size
= bswap_64(jr->unwinding.
mapped_size
);
in jit_get_next_entry()
651
jd->unwinding_mapped_size = jr->unwinding.
mapped_size
;
in jit_repipe_unwinding_info()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
jitdump.h
112
uint64_t
mapped_size
;
member
H
A
D
jitdump.c
330
jr->unwinding.
mapped_size
= bswap_64(jr->unwinding.
mapped_size
);
in jit_get_next_entry()
677
jd->unwinding_mapped_size = jr->unwinding.
mapped_size
;
in jit_repipe_unwinding_info()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
snoc.c
1605
const size_t
mapped_size
= ar_snoc->fw.mapped_mem_size;
in ath10k_fw_deinit()
local
1615
mapped_size
);
in ath10k_fw_deinit()
1616
if (unmapped_size !=
mapped_size
)
in ath10k_fw_deinit()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
snoc.c
1679
const size_t
mapped_size
= ar_snoc->fw.mapped_mem_size;
in ath10k_fw_deinit()
local
1689
mapped_size
);
in ath10k_fw_deinit()
1690
if (unmapped_size !=
mapped_size
)
in ath10k_fw_deinit()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
memory.c
1434
new_mmap_size = lnode->
mapped_size
- (vma->vm_end - vma->vm_start);
in hw_block_vm_close()
1436
lnode->
mapped_size
= new_mmap_size;
in hw_block_vm_close()
1500
lnode->
mapped_size
= lnode->block_size;
in hl_hw_block_mmap()
H
A
D
debugfs.c
299
lnode->vaddr, lnode->block_size, lnode->
mapped_size
,
in vm_show()
H
A
D
habanalabs.h
2135
* @
mapped_size
: size of the block which is mapped. May change if partial un-mappings are done.
2143
u32
mapped_size
;
member
Completed in 22 milliseconds