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:SCOPE_SYSTEM
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
proton-pack.c
842
*
SCOPE_SYSTEM
call will give the right answer.
1067
switch (spectre_bhb_loop_affected(
SCOPE_SYSTEM
)) {
in spectre_bhb_enable_mitigation()
1102
u16 loop_count = spectre_bhb_loop_affected(
SCOPE_SYSTEM
);
in spectre_bhb_patch_loop_iter()
H
A
D
cpufeature.c
1205
if (scope ==
SCOPE_SYSTEM
)
in has_cpuid_feature()
1251
if (scope ==
SCOPE_SYSTEM
)
in has_cache_idc()
1276
if (scope ==
SCOPE_SYSTEM
)
in has_cache_dic()
1646
/* We don't expect to be called with
SCOPE_SYSTEM
*/
in has_address_auth_cpucap()
1647
WARN_ON(scope ==
SCOPE_SYSTEM
);
in has_address_auth_cpucap()
2307
if (scope ==
SCOPE_SYSTEM
)
in compat_has_neon()
2694
return cap->matches(cap,
SCOPE_SYSTEM
);
in __system_matches_cap()
2736
update_cpu_capabilities(
SCOPE_SYSTEM
);
in setup_system_capabilities()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
cpufeature.c
1454
if (scope ==
SCOPE_SYSTEM
)
in read_scoped_sysreg()
1536
if (scope ==
SCOPE_SYSTEM
)
in has_32bit_el0()
1580
if (scope ==
SCOPE_SYSTEM
)
in has_cache_idc()
1605
if (scope ==
SCOPE_SYSTEM
)
in has_cache_dic()
2055
/* We don't expect to be called with
SCOPE_SYSTEM
*/
in has_address_auth_cpucap()
2056
WARN_ON(scope ==
SCOPE_SYSTEM
);
in has_address_auth_cpucap()
2882
if (scope ==
SCOPE_SYSTEM
)
in compat_has_neon()
3300
return cap->matches(cap,
SCOPE_SYSTEM
);
in __system_matches_cap()
3339
update_cpu_capabilities(
SCOPE_SYSTEM
);
in setup_system_capabilities()
H
A
D
proton-pack.c
834
*
SCOPE_SYSTEM
call will give the right answer.
1091
u16 loop_count = spectre_bhb_loop_affected(
SCOPE_SYSTEM
);
in spectre_bhb_patch_loop_iter()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
cpufeature.h
108
* b)
SCOPE_SYSTEM
: check all the CPUs and "detect" if all the CPUs
158
* b) SCOPE_LOCAL_CPU,
SCOPE_SYSTEM
: All CPUs hotplugged on by the
235
#define
SCOPE_SYSTEM
ARM64_CPUCAP_SCOPE_SYSTEM
macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
cpufeature.h
135
* b)
SCOPE_SYSTEM
: check all the CPUs and "detect" if all the CPUs
185
* b) SCOPE_LOCAL_CPU,
SCOPE_SYSTEM
: All CPUs hotplugged on by the
262
#define
SCOPE_SYSTEM
ARM64_CPUCAP_SCOPE_SYSTEM
macro
Completed in 13 milliseconds