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_ftr_bits
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
cpufeature.c
57
* - If the
arm64_ftr_bits
[] for a register has a missing field, then this
174
static const struct
arm64_ftr_bits
ftr_id_aa64isar0[] = {
192
static const struct
arm64_ftr_bits
ftr_id_aa64isar1[] = {
214
static const struct
arm64_ftr_bits
ftr_id_aa64isar2[] = {
220
static const struct
arm64_ftr_bits
ftr_id_aa64pfr0[] = {
240
static const struct
arm64_ftr_bits
ftr_id_aa64pfr1[] = {
251
static const struct
arm64_ftr_bits
ftr_id_aa64zfr0[] = {
273
static const struct
arm64_ftr_bits
ftr_id_aa64mmfr0[] = {
319
static const struct
arm64_ftr_bits
ftr_id_aa64mmfr1[] = {
334
static const struct
arm64_ftr_bits
ftr_id_aa64mmfr
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
cpufeature.c
57
* - If the
arm64_ftr_bits
[] for a register has a missing field, then this
182
static const struct
arm64_ftr_bits
ftr_id_aa64isar0[] = {
200
static const struct
arm64_ftr_bits
ftr_id_aa64isar1[] = {
222
static const struct
arm64_ftr_bits
ftr_id_aa64isar2[] = {
237
static const struct
arm64_ftr_bits
ftr_id_aa64pfr0[] = {
257
static const struct
arm64_ftr_bits
ftr_id_aa64pfr1[] = {
270
static const struct
arm64_ftr_bits
ftr_id_aa64zfr0[] = {
292
static const struct
arm64_ftr_bits
ftr_id_aa64smfr0[] = {
320
static const struct
arm64_ftr_bits
ftr_id_aa64mmfr0[] = {
366
static const struct
arm64_ftr_bits
ftr_id_aa64mmfr
[all...]
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
cpufeature.h
60
struct
arm64_ftr_bits
{
struct
104
const struct
arm64_ftr_bits
*ftr_bits;
557
static inline u64 arm64_ftr_mask(const struct
arm64_ftr_bits
*ftrp)
in arm64_ftr_mask()
583
static inline s64 arm64_ftr_value(const struct
arm64_ftr_bits
*ftrp, u64 val)
in arm64_ftr_value()
911
s64 arm64_ftr_safe_value(const struct
arm64_ftr_bits
*ftrp, s64 new, s64 cur);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
cpufeature.h
56
struct
arm64_ftr_bits
{
struct
77
const struct
arm64_ftr_bits
*ftr_bits;
543
static inline u64 arm64_ftr_mask(const struct
arm64_ftr_bits
*ftrp)
in arm64_ftr_mask()
567
static inline s64 arm64_ftr_value(const struct
arm64_ftr_bits
*ftrp, u64 val)
in arm64_ftr_value()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
sys_regs.c
1211
static s64 kvm_arm64_ftr_safe_value(u32 id, const struct
arm64_ftr_bits
*ftrp,
in kvm_arm64_ftr_safe_value()
1214
struct
arm64_ftr_bits
kvm_ftr = *ftrp;
in kvm_arm64_ftr_safe_value()
1248
const struct
arm64_ftr_bits
*ftrp = NULL;
in arm64_check_features()
Completed in 11 milliseconds