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:cpus_have_cap
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
va_layout.c
172
if (
cpus_have_cap
(ARM64_HAS_VIRT_HOST_EXTN) || (!tag_val && i > 0)) {
in kvm_update_va_mask()
196
if (!
cpus_have_cap
(ARM64_SPECTRE_V3A) ||
in kvm_patch_vector_branch()
197
WARN_ON_ONCE(
cpus_have_cap
(ARM64_HAS_VIRT_HOST_EXTN)))
in kvm_patch_vector_branch()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
mte.c
120
if (
cpus_have_cap
(ARM64_MTE_ASYMM)) {
in mte_enable_kernel_asymm()
352
if (
cpus_have_cap
(ARM64_MTE_ASYMM) &&
in set_mte_ctrl()
549
else if (
cpus_have_cap
(ARM64_MTE_ASYMM) && sysfs_streq(buf, "asymm"))
in mte_tcf_preferred_store()
H
A
D
alternative.c
157
if (!
cpus_have_cap
(cap))
in __apply_alternatives()
H
A
D
cpufeature.c
2123
if (!
cpus_have_cap
(ARM64_HAS_GIC_CPUIF_SYSREGS))
in can_use_gic_priorities()
2142
if (!
cpus_have_cap
(ARM64_HAS_GIC_PRIO_MASKING))
in has_gic_prio_relaxed_sync()
2980
cpus_have_cap
(caps->capability) ||
in update_cpu_capabilities()
3038
if (!
cpus_have_cap
(num))
in enable_cpu_capabilities()
3084
system_has_cap =
cpus_have_cap
(caps->capability);
in verify_local_cpu_caps()
H
A
D
proton-pack.c
577
if (
cpus_have_cap
(ARM64_SSBS))
in spectre_v4_patch_fw_mitigation_enable()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
arch_gicv3.h
195
return
cpus_have_cap
(ARM64_HAS_GIC_PRIO_RELAXED_SYNC);
in gic_has_relaxed_pmr_sync()
H
A
D
cpufeature.h
451
static __always_inline bool
cpus_have_cap
(unsigned int num)
in cpus_have_cap()
function
495
* Before capabilities are finalized, this behaves as
cpus_have_cap
().
507
return
cpus_have_cap
(num);
in cpus_have_const_cap()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
cpufeature.h
427
static inline bool
cpus_have_cap
(unsigned int num)
in cpus_have_cap()
function
471
* Before capabilities are finalized, this behaves as
cpus_have_cap
().
483
return
cpus_have_cap
(num);
in cpus_have_const_cap()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
alternative.c
151
!
cpus_have_cap
(alt->cpufeature))
in __apply_alternatives()
H
A
D
cpufeature.c
2397
cpus_have_cap
(caps->capability) ||
in update_cpu_capabilities()
2454
if (!
cpus_have_cap
(num))
in enable_cpu_capabilities()
2503
system_has_cap =
cpus_have_cap
(caps->capability);
in verify_local_cpu_caps()
/kernel/linux/linux-5.10/arch/arm64/net/
H
A
D
bpf_jit_comp.c
902
if (
cpus_have_cap
(ARM64_HAS_LSE_ATOMICS)) {
in build_insn()
/kernel/linux/linux-6.6/arch/arm64/net/
H
A
D
bpf_jit_comp.c
1353
if (
cpus_have_cap
(ARM64_HAS_LSE_ATOMICS))
in build_insn()
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H
A
D
arm-smmu-v3.c
3526
if (
cpus_have_cap
(ARM64_HAS_VIRT_HOST_EXTN))
in arm_smmu_device_hw_probe()
Completed in 27 milliseconds