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:ss_idx
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_sseu.h
76
int
ss_idx
= subslice / BITS_PER_BYTE;
in intel_sseu_has_subslice()
local
78
GEM_BUG_ON(
ss_idx
>= sseu->ss_stride);
in intel_sseu_has_subslice()
80
mask = sseu->subslice_mask[slice * sseu->ss_stride +
ss_idx
];
in intel_sseu_has_subslice()
H
A
D
intel_sseu_debugfs.c
152
u8
ss_idx
= s * info->sseu.ss_stride +
in gen9_sseu_device_status()
local
160
sseu->subslice_mask[
ss_idx
] |=
in gen9_sseu_device_status()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H
A
D
debug-exceptions.c
37
static volatile uint64_t ss_addr[4],
ss_idx
;
variable
276
ss_idx
= 0;
in guest_code()
316
ss_idx
= 0;
in guest_code()
368
__GUEST_ASSERT(
ss_idx
< 4, "Expected index < 4, got '%u'",
ss_idx
);
in guest_ss_handler()
369
ss_addr[
ss_idx
++] = regs->pc;
in guest_ss_handler()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x-sysfs.c
242
config->
ss_idx
= 0x0;
in reset_store()
1735
val = config->
ss_idx
;
in sshot_idx_show()
1753
config->
ss_idx
= val;
in sshot_idx_store()
1768
val = config->ss_ctrl[config->
ss_idx
];
in sshot_ctrl_show()
1786
idx = config->
ss_idx
;
in sshot_ctrl_store()
1803
val = config->ss_status[config->
ss_idx
];
in sshot_status_show()
1818
val = config->ss_pe_cmp[config->
ss_idx
];
in sshot_pe_ctrl_show()
1836
idx = config->
ss_idx
;
in sshot_pe_ctrl_store()
H
A
D
coresight-etm4x.h
236
* @
ss_idx
: Single-shot index selector.
280
u8
ss_idx
;
member
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x-sysfs.c
243
config->
ss_idx
= 0x0;
in reset_store()
1747
val = config->
ss_idx
;
in sshot_idx_show()
1765
config->
ss_idx
= val;
in sshot_idx_store()
1780
val = config->ss_ctrl[config->
ss_idx
];
in sshot_ctrl_show()
1798
idx = config->
ss_idx
;
in sshot_ctrl_store()
1815
val = config->ss_status[config->
ss_idx
];
in sshot_status_show()
1830
val = config->ss_pe_cmp[config->
ss_idx
];
in sshot_pe_ctrl_show()
1848
idx = config->
ss_idx
;
in sshot_pe_ctrl_store()
H
A
D
coresight-etm4x.h
824
* @
ss_idx
: Single-shot index selector.
868
u8
ss_idx
;
member
Completed in 20 milliseconds