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:phys_pages
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_ioctl.h
291
* @
phys_pages
: Maximum number of physical pages to allocate just-in-time
302
__u64
phys_pages
;
member
H
A
D
mali_kbase_core_linux.c
1103
/* since no
phys_pages
parameter, use the maximum: va_pages */
in kbase_api_mem_jit_init_10_2()
1125
/* since no
phys_pages
parameter, use the maximum: va_pages */
in kbase_api_mem_jit_init_11_5()
1149
jit_init->trim_level, jit_init->group_id, jit_init->
phys_pages
);
in kbase_api_mem_jit_init()
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/
H
A
D
mali_kbase_ioctl.h
276
* @
phys_pages
: Maximum number of physical pages to allocate just-in-time
287
__u64
phys_pages
;
member
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
mm.h
2458
unsigned long
phys_pages
= 0;
in get_num_physpages()
local
2460
for_each_online_node(nid)
phys_pages
+= node_present_pages(nid);
in get_num_physpages()
2462
return
phys_pages
;
in get_num_physpages()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_core_linux.c
988
/* since no
phys_pages
parameter, use the maximum: va_pages */
in kbase_api_mem_jit_init_10_2()
1010
/* since no
phys_pages
parameter, use the maximum: va_pages */
in kbase_api_mem_jit_init_11_5()
1033
jit_init->group_id, jit_init->
phys_pages
);
in kbase_api_mem_jit_init()
Completed in 22 milliseconds