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_BOOT_CPU
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
cpufeature.c
1660
if (scope &
SCOPE_BOOT_CPU
)
in has_address_auth_cpucap()
2405
if ((scope_mask &
SCOPE_BOOT_CPU
) && (caps->type &
SCOPE_BOOT_CPU
))
in update_cpu_capabilities()
2417
u16 non_boot_scope = SCOPE_ALL & ~
SCOPE_BOOT_CPU
;
in cpu_enable_non_boot_scope_capabilities()
2445
boot_scope = !!(scope_mask &
SCOPE_BOOT_CPU
);
in enable_cpu_capabilities()
2462
* Capabilities with
SCOPE_BOOT_CPU
scope are finalised
in enable_cpu_capabilities()
2550
verify_local_cpu_caps(
SCOPE_BOOT_CPU
);
in check_early_cpu_features()
2624
* The capabilities with
SCOPE_BOOT_CPU
are checked from
in verify_local_cpu_capabilities()
2628
verify_local_cpu_caps(SCOPE_ALL & ~
SCOPE_BOOT_CPU
);
in verify_local_cpu_capabilities()
2664
/* Detect capabilities with either
SCOPE_BOOT_CPU
o
in setup_boot_cpu_capabilities()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
cpufeature.c
2069
if (scope &
SCOPE_BOOT_CPU
)
in has_address_auth_cpucap()
2989
if ((scope_mask &
SCOPE_BOOT_CPU
) && (caps->type &
SCOPE_BOOT_CPU
))
in update_cpu_capabilities()
3001
u16 non_boot_scope = SCOPE_ALL & ~
SCOPE_BOOT_CPU
;
in cpu_enable_non_boot_scope_capabilities()
3029
boot_scope = !!(scope_mask &
SCOPE_BOOT_CPU
);
in enable_cpu_capabilities()
3043
* Capabilities with
SCOPE_BOOT_CPU
scope are finalised
in enable_cpu_capabilities()
3131
verify_local_cpu_caps(
SCOPE_BOOT_CPU
);
in check_early_cpu_features()
3230
* The capabilities with
SCOPE_BOOT_CPU
are checked from
in verify_local_cpu_capabilities()
3234
verify_local_cpu_caps(SCOPE_ALL & ~
SCOPE_BOOT_CPU
);
in verify_local_cpu_capabilities()
3269
/* Detect capabilities with either
SCOPE_BOOT_CPU
o
in setup_boot_cpu_capabilities()
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
cpufeature.h
115
* c)
SCOPE_BOOT_CPU
: Check only on the primary boot CPU to detect the
155
* a)
SCOPE_BOOT_CPU
: All CPUs are verified against the capability
237
#define
SCOPE_BOOT_CPU
ARM64_CPUCAP_SCOPE_BOOT_CPU
macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
cpufeature.h
142
* c)
SCOPE_BOOT_CPU
: Check only on the primary boot CPU to detect the
182
* a)
SCOPE_BOOT_CPU
: All CPUs are verified against the capability
264
#define
SCOPE_BOOT_CPU
ARM64_CPUCAP_SCOPE_BOOT_CPU
macro
Completed in 10 milliseconds