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:ftr_reg
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
cpufeature.c
641
* returns - Upon success, matching
ftr_reg
entry for id.
663
* returns - Upon success, matching
ftr_reg
entry for id.
721
const struct arm64_ftr_reg *
ftr_reg
= arm64_ftr_regs[i].reg;
in sort_ftr_regs()
local
722
const struct arm64_ftr_bits *ftr_bits =
ftr_reg
->ftr_bits;
in sort_ftr_regs()
730
unsigned int width =
ftr_reg
->ftr_bits[j].width;
in sort_ftr_regs()
731
unsigned int shift =
ftr_reg
->ftr_bits[j].shift;
in sort_ftr_regs()
736
ftr_reg
->name, shift);
in sort_ftr_regs()
745
prev_shift =
ftr_reg
->ftr_bits[j - 1].shift;
in sort_ftr_regs()
748
ftr_reg
->name, shift);
in sort_ftr_regs()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
cpufeature.c
764
* returns - Upon success, matching
ftr_reg
entry for id.
786
* returns - Upon success, matching
ftr_reg
entry for id.
844
const struct arm64_ftr_reg *
ftr_reg
= arm64_ftr_regs[i].reg;
in sort_ftr_regs()
local
845
const struct arm64_ftr_bits *ftr_bits =
ftr_reg
->ftr_bits;
in sort_ftr_regs()
853
unsigned int width =
ftr_reg
->ftr_bits[j].width;
in sort_ftr_regs()
854
unsigned int shift =
ftr_reg
->ftr_bits[j].shift;
in sort_ftr_regs()
859
ftr_reg
->name, shift);
in sort_ftr_regs()
868
prev_shift =
ftr_reg
->ftr_bits[j - 1].shift;
in sort_ftr_regs()
871
ftr_reg
->name, shift);
in sort_ftr_regs()
/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()
local
1262
ftr_reg
= get_arm64_ftr_reg(id);
in arm64_check_features()
1263
if (!
ftr_reg
)
in arm64_check_features()
1266
ftrp =
ftr_reg
->ftr_bits;
in arm64_check_features()
Completed in 16 milliseconds