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:sibling_map
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_crat.h
162
uint8_t
sibling_map
[CRAT_SIBLINGMAP_SIZE];
member
191
uint8_t
sibling_map
[CRAT_SIBLINGMAP_SIZE];
member
222
uint8_t
sibling_map
[CRAT_SIBLINGMAP_SIZE];
member
H
A
D
kfd_crat.c
325
memcpy(props->
sibling_map
, cache->
sibling_map
,
in kfd_parse_subtype_cache()
326
sizeof(props->
sibling_map
));
in kfd_parse_subtype_cache()
589
pcache->
sibling_map
[0] = (uint8_t)(cu_sibling_map_mask & 0xFF);
in fill_in_pcache()
590
pcache->
sibling_map
[1] =
in fill_in_pcache()
592
pcache->
sibling_map
[2] =
in fill_in_pcache()
594
pcache->
sibling_map
[3] =
in fill_in_pcache()
H
A
D
kfd_topology.h
133
uint8_t
sibling_map
[CRAT_SIBLINGMAP_SIZE];
member
H
A
D
kfd_topology.c
360
offs += snprintf(buffer+offs, PAGE_SIZE-offs, "
sibling_map
");
in kfd_cache_show()
362
for (j = 0; j < sizeof(cache->
sibling_map
[0])*8; j++)
in kfd_cache_show()
365
(cache->
sibling_map
[i] >> j) & 1);
in kfd_cache_show()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_crat.h
166
uint8_t
sibling_map
[CRAT_SIBLINGMAP_SIZE];
member
195
uint8_t
sibling_map
[CRAT_SIBLINGMAP_SIZE];
member
226
uint8_t
sibling_map
[CRAT_SIBLINGMAP_SIZE];
member
H
A
D
kfd_topology.c
364
offs += snprintf(buffer+offs, PAGE_SIZE-offs, "
sibling_map
");
in kfd_cache_show()
366
for (j = 0; j < sizeof(cache->
sibling_map
[0])*8; j++)
in kfd_cache_show()
369
(cache->
sibling_map
[i] >> j) & 1);
in kfd_cache_show()
1584
pcache->
sibling_map
[0] = (uint8_t)(cu_sibling_map_mask & 0xFF);
in fill_in_l1_pcache()
1585
pcache->
sibling_map
[1] =
in fill_in_l1_pcache()
1587
pcache->
sibling_map
[2] =
in fill_in_l1_pcache()
1589
pcache->
sibling_map
[3] =
in fill_in_l1_pcache()
1652
pcache->
sibling_map
[k] = (uint8_t)(cu_sibling_map_mask & 0xFF);
in fill_in_l2_l3_pcache()
1653
pcache->
sibling_map
[k+1] = (uint8_t)((cu_sibling_map_mask >> 8) & 0xFF);
in fill_in_l2_l3_pcache()
1654
pcache->
sibling_map
[
in fill_in_l2_l3_pcache()
[all...]
H
A
D
kfd_topology.h
104
uint8_t
sibling_map
[CACHE_SIBLINGMAP_SIZE];
member
H
A
D
kfd_crat.c
1112
memcpy(props->
sibling_map
, cache->
sibling_map
,
in kfd_parse_subtype_cache()
Completed in 11 milliseconds