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:feats_supported
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/
H
A
D
test_signals_utils.c
317
td->
feats_supported
= 0;
in test_init()
323
td->
feats_supported
|= FEAT_SSBS;
in test_init()
325
td->
feats_supported
|= FEAT_SVE;
in test_init()
327
td->
feats_supported
|= FEAT_SME;
in test_init()
329
td->
feats_supported
|= FEAT_SME_FA64;
in test_init()
331
td->
feats_supported
|= FEAT_SME2;
in test_init()
333
if (td->feats_required & td->
feats_supported
)
in test_init()
337
td->
feats_supported
));
in test_init()
338
if (!(td->feats_incompatible & td->
feats_supported
))
in test_init()
343
if ((td->feats_required & td->
feats_supported
) !
in test_init()
[all...]
H
A
D
test_signals_utils.h
23
if (td->feats_incompatible & td->
feats_supported
)
in feats_ok()
25
return (td->feats_required & td->
feats_supported
) == td->feats_required;
in feats_ok()
128
if (td->
feats_supported
& FEAT_SME)
in get_current_context()
H
A
D
test_signals.h
62
unsigned long
feats_supported
;
member
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/
H
A
D
test_signals_utils.c
260
td->
feats_supported
= 0;
in test_init()
266
td->
feats_supported
|= FEAT_SSBS;
in test_init()
268
td->
feats_supported
|= FEAT_SVE;
in test_init()
273
td->
feats_supported
));
in test_init()
278
~td->
feats_supported
));
in test_init()
H
A
D
test_signals_utils.h
21
return (td->feats_required & td->
feats_supported
) == td->feats_required;
in feats_ok()
H
A
D
test_signals.h
57
unsigned long
feats_supported
;
member
Completed in 3 milliseconds