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_em
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_hwcnt_legacy.c
52
struct kbase_hwcnt_physical_enable_map
phys_em
;
in kbase_hwcnt_legacy_client_create()
local
73
phys_em
.fe_bm = enable->fe_bm;
in kbase_hwcnt_legacy_client_create()
74
phys_em
.shader_bm = enable->shader_bm;
in kbase_hwcnt_legacy_client_create()
75
phys_em
.tiler_bm = enable->tiler_bm;
in kbase_hwcnt_legacy_client_create()
76
phys_em
.mmu_l2_bm = enable->mmu_l2_bm;
in kbase_hwcnt_legacy_client_create()
77
kbase_hwcnt_gpu_enable_map_from_physical(&hlcli->enable_map, &
phys_em
);
in kbase_hwcnt_legacy_client_create()
H
A
D
mali_kbase_vinstr.c
384
struct kbase_hwcnt_physical_enable_map
phys_em
;
in kbasep_vinstr_client_create()
local
402
phys_em
.fe_bm = setup->fe_bm;
in kbasep_vinstr_client_create()
403
phys_em
.shader_bm = setup->shader_bm;
in kbasep_vinstr_client_create()
404
phys_em
.tiler_bm = setup->tiler_bm;
in kbasep_vinstr_client_create()
405
phys_em
.mmu_l2_bm = setup->mmu_l2_bm;
in kbasep_vinstr_client_create()
406
kbase_hwcnt_gpu_enable_map_from_physical(&vcli->enable_map, &
phys_em
);
in kbasep_vinstr_client_create()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_kinstr_prfcnt.c
112
* @
phys_em
: Enable map used by the GPU.
120
struct kbase_hwcnt_physical_enable_map
phys_em
;
member
677
&cli->config.
phys_em
);
in kbasep_kinstr_prfcnt_client_start()
716
struct kbase_hwcnt_physical_enable_map
phys_em
;
in kbasep_kinstr_prfcnt_client_stop()
local
734
phys_em
.fe_bm = 0;
in kbasep_kinstr_prfcnt_client_stop()
735
phys_em
.tiler_bm = 0;
in kbasep_kinstr_prfcnt_client_stop()
736
phys_em
.mmu_l2_bm = 0;
in kbasep_kinstr_prfcnt_client_stop()
737
phys_em
.shader_bm = 0;
in kbasep_kinstr_prfcnt_client_stop()
739
kbase_hwcnt_gpu_enable_map_from_physical(&cli->enable_map, &
phys_em
);
in kbasep_kinstr_prfcnt_client_stop()
763
&cli->config.
phys_em
);
in kbasep_kinstr_prfcnt_client_stop()
1520
kbasep_kinstr_prfcnt_block_enable_to_physical(uint32_t *
phys_em
, const uint64_t *enable_mask)
kbasep_kinstr_prfcnt_block_enable_to_physical()
argument
1808
struct kbase_hwcnt_physical_enable_map
phys_em
;
kbasep_kinstr_prfcnt_client_create()
local
[all...]
H
A
D
mali_kbase_vinstr.c
410
struct kbase_hwcnt_physical_enable_map
phys_em
;
in kbasep_vinstr_client_create()
local
428
phys_em
.fe_bm = setup->fe_bm;
in kbasep_vinstr_client_create()
429
phys_em
.shader_bm = setup->shader_bm;
in kbasep_vinstr_client_create()
430
phys_em
.tiler_bm = setup->tiler_bm;
in kbasep_vinstr_client_create()
431
phys_em
.mmu_l2_bm = setup->mmu_l2_bm;
in kbasep_vinstr_client_create()
432
kbase_hwcnt_gpu_enable_map_from_physical(&vcli->enable_map, &
phys_em
);
in kbasep_vinstr_client_create()
Completed in 6 milliseconds