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:dump_buffers
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_vinstr.c
132
* @
dump_buffers
: kernel hwcnt dump buffers allocated by this client
152
char *
dump_buffers
;
member
530
cli->
dump_buffers
=
in kbasep_vinstr_attach_client()
532
if (!cli->
dump_buffers
) {
in kbasep_vinstr_attach_client()
561
if (cli->
dump_buffers
) {
in kbasep_vinstr_attach_client()
562
free_pages((unsigned long)cli->
dump_buffers
, get_order(cli->dump_size * cli->buffer_count));
in kbasep_vinstr_attach_client()
618
free_pages((unsigned long)cli->
dump_buffers
, get_order(cli->dump_size * cli->buffer_count));
in kbase_vinstr_detach_client()
953
buffer = &cli->
dump_buffers
[write_idx * cli->dump_size];
in kbasep_vinstr_fill_dump_buffer()
1576
addr = __pa((unsigned long)cli->
dump_buffers
+ offset);
in kbasep_vinstr_hwcnt_reader_mmap()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_vinstr.c
144
* @
dump_buffers
: kernel hwcnt dump buffers allocated by this client
164
char *
dump_buffers
;
member
568
cli->
dump_buffers
= (char *)__get_free_pages(
in kbasep_vinstr_attach_client()
571
if (!cli->
dump_buffers
)
in kbasep_vinstr_attach_client()
602
if (cli->
dump_buffers
)
in kbasep_vinstr_attach_client()
604
(unsigned long)cli->
dump_buffers
,
in kbasep_vinstr_attach_client()
659
(unsigned long)cli->
dump_buffers
,
in kbase_vinstr_detach_client()
1011
buffer = &cli->
dump_buffers
[write_idx * cli->dump_size];
in kbasep_vinstr_fill_dump_buffer()
1675
addr = __pa((unsigned long)cli->
dump_buffers
+ offset);
in kbasep_vinstr_hwcnt_reader_mmap()
Completed in 7 milliseconds