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:pages_no
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
gp_ops.c
544
static int fill_shared_mem_info(void *start_vaddr, uint32_t
pages_no
, uint32_t offset, uint32_t buffer_size, void *buff)
in fill_shared_mem_info()
argument
551
if (
pages_no
== 0)
in fill_shared_mem_info()
553
pages = (struct page **)vmalloc(
pages_no
* sizeof(uint64_t));
in fill_shared_mem_info()
557
page_num = get_user_pages((uintptr_t)start_vaddr,
pages_no
, FOLL_WRITE, pages, NULL);
in fill_shared_mem_info()
559
if (page_num !=
pages_no
) {
in fill_shared_mem_info()
567
page_info->page_num =
pages_no
;
in fill_shared_mem_info()
572
for (i = 0; i <
pages_no
; i++) {
in fill_shared_mem_info()
620
uint32_t
pages_no
;
in transfer_shared_mem()
local
637
pages_no
= PAGE_ALIGN(offset + buffer_size) / PAGE_SIZE;
in transfer_shared_mem()
639
buff_len = sizeof(struct pagelist_info) + (sizeof(uint64_t) *
pages_no
);
in transfer_shared_mem()
[all...]
Completed in 2 milliseconds