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:ARM64_SSBS
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
cpucaps.h
44
#define
ARM64_SSBS
34
macro
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
hypercalls.c
53
if (cpus_have_final_cap(
ARM64_SSBS
))
in kvm_hvc_call_handler()
H
A
D
psci.c
448
if (cpus_have_final_cap(
ARM64_SSBS
))
in get_kernel_wa_level()
H
A
D
arm.c
1403
if (this_cpu_has_cap(
ARM64_SSBS
) &&
in cpu_init_hyp_mode()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
proton-pack.c
498
if (this_cpu_has_cap(
ARM64_SSBS
))
in spectre_v4_get_cpu_hw_mitigation_state()
566
if (state != SPECTRE_MITIGATED || !this_cpu_has_cap(
ARM64_SSBS
))
in spectre_v4_enable_hw_mitigation()
593
if (cpus_have_final_cap(
ARM64_SSBS
))
in spectre_v4_patch_fw_mitigation_enable()
H
A
D
process.c
492
if (cpus_have_const_cap(
ARM64_SSBS
))
in ssbs_thread_switch()
H
A
D
cpufeature.c
2018
.capability =
ARM64_SSBS
,
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
proton-pack.c
482
if (this_cpu_has_cap(
ARM64_SSBS
))
in spectre_v4_get_cpu_hw_mitigation_state()
550
if (state != SPECTRE_MITIGATED || !this_cpu_has_cap(
ARM64_SSBS
))
in spectre_v4_enable_hw_mitigation()
577
if (cpus_have_cap(
ARM64_SSBS
))
in spectre_v4_patch_fw_mitigation_enable()
H
A
D
process.c
457
if (cpus_have_const_cap(
ARM64_SSBS
))
in ssbs_thread_switch()
H
A
D
cpufeature.c
2481
.capability =
ARM64_SSBS
,
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
hypercalls.c
310
if (cpus_have_final_cap(
ARM64_SSBS
))
in kvm_smccc_call_handler()
442
if (cpus_have_final_cap(
ARM64_SSBS
))
in get_kernel_wa_level()
H
A
D
arm.c
1796
if (this_cpu_has_cap(
ARM64_SSBS
) &&
in cpu_init_hyp_mode()
Completed in 20 milliseconds