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:die_offset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_discovery.c
253
uint16_t
die_offset
;
in amdgpu_discovery_reg_base_init()
local
276
die_offset
= le16_to_cpu(ihdr->die_info[i].
die_offset
);
in amdgpu_discovery_reg_base_init()
277
dhdr = (struct die_header *)(adev->mman.discovery_bin +
die_offset
);
in amdgpu_discovery_reg_base_init()
279
ip_offset =
die_offset
+ sizeof(*dhdr);
in amdgpu_discovery_reg_base_init()
334
uint16_t
die_offset
;
in amdgpu_discovery_get_ip_version()
local
351
die_offset
= le16_to_cpu(ihdr->die_info[i].
die_offset
);
in amdgpu_discovery_get_ip_version()
352
dhdr = (struct die_header *)(adev->mman.discovery_bin +
die_offset
);
in amdgpu_discovery_get_ip_version()
354
ip_offset =
die_offset
in amdgpu_discovery_get_ip_version()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_discovery.c
549
uint16_t
die_offset
, ip_offset, num_dies, num_ips;
in amdgpu_discovery_read_harvest_bit_per_ip()
local
559
die_offset
= le16_to_cpu(ihdr->die_info[i].
die_offset
);
in amdgpu_discovery_read_harvest_bit_per_ip()
560
dhdr = (struct die_header *)(adev->mman.discovery_bin +
die_offset
);
in amdgpu_discovery_read_harvest_bit_per_ip()
562
ip_offset =
die_offset
+ sizeof(*dhdr);
in amdgpu_discovery_read_harvest_bit_per_ip()
1055
u16 num_dies,
die_offset
, num_ips;
in amdgpu_discovery_sysfs_recurse()
local
1069
die_offset
= le16_to_cpu(ihdr->die_info[ii].
die_offset
);
in amdgpu_discovery_sysfs_recurse()
1070
dhdr = (struct die_header *)(adev->mman.discovery_bin +
die_offset
);
in amdgpu_discovery_sysfs_recurse()
1072
ip_offset =
die_offset
in amdgpu_discovery_sysfs_recurse()
1210
uint16_t
die_offset
;
amdgpu_discovery_reg_base_init()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H
A
D
discovery.h
66
uint16_t
die_offset
; /* Points to the corresponding die_header structure */
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H
A
D
discovery.h
70
uint16_t
die_offset
; /* Points to the corresponding die_header structure */
member
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
probe-finder.c
1133
if (dwarf_offdie(dbg, gl->
die_offset
, param->sp_die)) {
in pubname_search_cb()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
probe-finder.c
1145
if (dwarf_offdie(dbg, gl->
die_offset
, param->sp_die)) {
in pubname_search_cb()
Completed in 9 milliseconds