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:dest_pages
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_mem.c
4249
int kbase_mem_copy_to_pinned_user_pages(struct page **
dest_pages
, void *src_page, size_t *to_copy,
in kbase_mem_copy_to_pinned_user_pages()
argument
4252
void *target_page = kmap(
dest_pages
[*target_page_nr]);
in kbase_mem_copy_to_pinned_user_pages()
4265
kunmap(
dest_pages
[*target_page_nr]);
in kbase_mem_copy_to_pinned_user_pages()
4272
target_page = kmap(
dest_pages
[*target_page_nr]);
in kbase_mem_copy_to_pinned_user_pages()
4284
kunmap(
dest_pages
[*target_page_nr]);
in kbase_mem_copy_to_pinned_user_pages()
H
A
D
mali_kbase_mem.h
1885
* @
dest_pages
: Pointer to the array of pages to which the content is
1890
* @src_page to @target_page_nr within @
dest_pages
.
1893
* @nr_pages: Total number of pages present in @
dest_pages
.
1902
int kbase_mem_copy_to_pinned_user_pages(struct page **
dest_pages
, void *src_page, size_t *to_copy,
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_mem.c
4741
int kbase_mem_copy_to_pinned_user_pages(struct page **
dest_pages
,
in kbase_mem_copy_to_pinned_user_pages()
argument
4745
void *target_page = kmap(
dest_pages
[*target_page_nr]);
in kbase_mem_copy_to_pinned_user_pages()
4758
kunmap(
dest_pages
[*target_page_nr]);
in kbase_mem_copy_to_pinned_user_pages()
4764
target_page = kmap(
dest_pages
[*target_page_nr]);
in kbase_mem_copy_to_pinned_user_pages()
4776
kunmap(
dest_pages
[*target_page_nr]);
in kbase_mem_copy_to_pinned_user_pages()
H
A
D
mali_kbase_mem.h
2035
* @
dest_pages
: Pointer to the array of pages to which the content is
2040
* @src_page to @target_page_nr within @
dest_pages
.
2043
* @nr_pages: Total number of pages present in @
dest_pages
.
2052
int kbase_mem_copy_to_pinned_user_pages(struct page **
dest_pages
,
Completed in 15 milliseconds