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_reg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
cpufeature.h
93
* @
arm64_ftr_reg
- Feature register
97
struct
arm64_ftr_reg
{
struct
107
extern struct
arm64_ftr_reg
arm64_ftr_reg_ctrel0;
562
static inline u64 arm64_ftr_reg_user_value(const struct
arm64_ftr_reg
*reg)
in arm64_ftr_reg_user_value()
912
struct
arm64_ftr_reg
*get_arm64_ftr_reg(u32 sys_id);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
cpufeature.h
67
* @
arm64_ftr_reg
- Feature register
71
struct
arm64_ftr_reg
{
struct
80
extern struct
arm64_ftr_reg
arm64_ftr_reg_ctrel0;
548
static inline u64 arm64_ftr_reg_user_value(const struct
arm64_ftr_reg
*reg)
in arm64_ftr_reg_user_value()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
cpufeature.c
370
struct
arm64_ftr_reg
arm64_ftr_reg_ctrel0 = {
563
.reg = &(struct
arm64_ftr_reg
){ \
570
struct
arm64_ftr_reg
*reg;
645
static struct
arm64_ftr_reg
*get_arm64_ftr_reg_nowarn(u32 sys_id)
in get_arm64_ftr_reg_nowarn()
666
static struct
arm64_ftr_reg
*get_arm64_ftr_reg(u32 sys_id)
in get_arm64_ftr_reg()
668
struct
arm64_ftr_reg
*reg;
in get_arm64_ftr_reg()
721
const struct
arm64_ftr_reg
*ftr_reg = arm64_ftr_regs[i].reg;
in sort_ftr_regs()
780
struct
arm64_ftr_reg
*reg = get_arm64_ftr_reg(sys_reg);
in init_cpu_ftr_reg()
897
static void update_cpu_ftr_reg(struct
arm64_ftr_reg
*reg, u64 new)
in update_cpu_ftr_reg()
916
struct
arm64_ftr_reg
*reg
in check_update_ftr_reg()
[all...]
H
A
D
asm-offsets.c
131
DEFINE(ARM64_FTR_SYSVAL, offsetof(struct
arm64_ftr_reg
, sys_val));
in main()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
cpufeature.c
427
struct
arm64_ftr_reg
arm64_ftr_reg_ctrel0 = {
656
.reg = &(struct
arm64_ftr_reg
){ \
680
struct
arm64_ftr_reg
*reg;
768
static struct
arm64_ftr_reg
*get_arm64_ftr_reg_nowarn(u32 sys_id)
in get_arm64_ftr_reg_nowarn()
789
struct
arm64_ftr_reg
*get_arm64_ftr_reg(u32 sys_id)
in get_arm64_ftr_reg()
791
struct
arm64_ftr_reg
*reg;
in get_arm64_ftr_reg()
844
const struct
arm64_ftr_reg
*ftr_reg = arm64_ftr_regs[i].reg;
in sort_ftr_regs()
903
struct
arm64_ftr_reg
*reg = get_arm64_ftr_reg(sys_reg);
in init_cpu_ftr_reg()
1077
static void update_cpu_ftr_reg(struct
arm64_ftr_reg
*reg, u64 new)
in update_cpu_ftr_reg()
1096
struct
arm64_ftr_reg
*reg
in check_update_ftr_reg()
[all...]
H
A
D
cpu_errata.c
128
struct
arm64_ftr_reg
*regp;
in cpu_clear_bf16_from_user_emulation()
H
A
D
asm-offsets.c
175
DEFINE(ARM64_FTR_SYSVAL, offsetof(struct
arm64_ftr_reg
, sys_val));
in main()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
sys_regs.c
1247
const struct
arm64_ftr_reg
*ftr_reg;
in arm64_check_features()
1256
* struct
arm64_ftr_reg
. Of course, if the register is RAZ we know the
in arm64_check_features()
Completed in 13 milliseconds