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:have_hwcap
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H
A
D
hwcap.c
652
bool
have_hwcap
) \
665
if (
have_hwcap
) { \
693
bool have_cpuinfo,
have_hwcap
, raise_sigill;
in main()
local
701
have_hwcap
= getauxval(hwcap->at_hwcap) & hwcap->hwcap_bit;
in main()
704
if (
have_hwcap
)
in main()
707
ksft_test_result(
have_hwcap
== have_cpuinfo,
in main()
714
raise_sigill = inst_raise_sigill(hwcap,
have_hwcap
);
in main()
716
inst_raise_sigbus(hwcap,
have_hwcap
);
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/
H
A
D
alignment_handler.c
334
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in test_alignment_handler_vsx_206()
478
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in test_alignment_handler_integer_206()
514
SKIP_IF(!
have_hwcap
(PPC_FEATURE_HAS_ALTIVEC));
in test_alignment_handler_vmx()
570
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_05));
in test_alignment_handler_fp_205()
588
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in test_alignment_handler_fp_206()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/
H
A
D
alignment_handler.c
325
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in test_alignment_handler_vsx_206()
469
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in test_alignment_handler_integer_206()
505
SKIP_IF(!
have_hwcap
(PPC_FEATURE_HAS_ALTIVEC));
in test_alignment_handler_vmx()
561
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_05));
in test_alignment_handler_fp_205()
579
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in test_alignment_handler_fp_206()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H
A
D
prot_sao.c
26
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06) ||
in test_prot_sao()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H
A
D
prot_sao.c
26
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06) ||
in test_prot_sao()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/security/
H
A
D
rfi_flush.c
35
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in rfi_flush_test()
H
A
D
entry_flush.c
35
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in entry_flush_test()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H
A
D
ptrace-vsx.c
64
SKIP_IF(!
have_hwcap
(PPC_FEATURE_HAS_VSX));
in ptrace_vsx()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/security/
H
A
D
entry_flush.c
35
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in entry_flush_test()
H
A
D
rfi_flush.c
35
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in rfi_flush_test()
H
A
D
uaccess_flush.c
37
SKIP_IF(!
have_hwcap
(PPC_FEATURE_ARCH_2_06));
in uaccess_flush_test()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H
A
D
ptrace-vsx.c
64
SKIP_IF_MSG(!
have_hwcap
(PPC_FEATURE_HAS_VSX), "Don't have VSX");
in ptrace_vsx()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/
H
A
D
context_switch.c
484
if (!
have_hwcap
(PPC_FEATURE_HAS_ALTIVEC))
in main()
487
if (!
have_hwcap
(PPC_FEATURE_HAS_VSX))
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/
H
A
D
context_switch.c
484
if (!
have_hwcap
(PPC_FEATURE_HAS_ALTIVEC))
in main()
487
if (!
have_hwcap
(PPC_FEATURE_HAS_VSX))
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/math/
H
A
D
vsx_preempt.c
95
SKIP_IF(!
have_hwcap
(PPC_FEATURE_HAS_VSX));
in test_preempt_vsx()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H
A
D
utils.h
60
static inline bool
have_hwcap
(unsigned long ftr)
in have_hwcap()
function
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/math/
H
A
D
vsx_preempt.c
95
SKIP_IF(!
have_hwcap
(PPC_FEATURE_HAS_VSX));
in test_preempt_vsx()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H
A
D
utils.h
85
static inline bool
have_hwcap
(unsigned long ftr)
in have_hwcap()
function
Completed in 7 milliseconds