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:aff
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3.c
647
u64
aff
;
in gic_mpidr_to_affinity()
local
649
aff
= (((u64)MPIDR_AFFINITY_LEVEL(mpidr, 0x3) << 0x20) | (MPIDR_AFFINITY_LEVEL(mpidr, 0x2) << 0x10) |
in gic_mpidr_to_affinity()
652
return
aff
;
in gic_mpidr_to_affinity()
910
u32
aff
;
in __gic_populate_rdist()
local
916
aff
= (MPIDR_AFFINITY_LEVEL(mpidr, 0x3) << 0x18 | MPIDR_AFFINITY_LEVEL(mpidr, 0x2) << 0x10 |
in __gic_populate_rdist()
920
if ((typer >> 0x20) ==
aff
) {
in __gic_populate_rdist()
H
A
D
irq-gic-v3-its.c
2451
u32
aff
, clpiaff;
in compute_common_aff()
local
2453
aff
= FIELD_GET(GICR_TYPER_AFFINITY, val);
in compute_common_aff()
2456
return
aff
& ~(GENMASK(0x1f, 0) >> (clpiaff * 0x8));
in compute_common_aff()
2478
u32
aff
;
in find_sibling_its()
local
2484
aff
= compute_its_aff(cur_its);
in find_sibling_its()
2498
if (
aff
!= compute_its_aff(its)) {
in find_sibling_its()
2643
u32
aff
;
in inherit_vpe_l1_table_from_its()
local
2646
aff
= compute_common_aff(val);
in inherit_vpe_l1_table_from_its()
2660
if (
aff
!= compute_its_aff(its)) {
in inherit_vpe_l1_table_from_its()
2700
u32
aff
;
in inherit_vpe_l1_table_from_rd()
local
[all...]
Completed in 17 milliseconds