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:SPI_RANGE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H
A
D
gic_v3.c
28
SPI_RANGE
,
enumerator
70
return
SPI_RANGE
;
in get_intid_range()
178
cpu_or_dist = (intid_range ==
SPI_RANGE
) ? DIST_BIT : cpu;
in gicv3_access_reg()
213
GUEST_ASSERT(get_intid_range(intid) ==
SPI_RANGE
);
in gicv3_irq_set_config()
220
bool is_spi = get_intid_range(intid) ==
SPI_RANGE
;
in gicv3_irq_enable()
229
bool is_spi = get_intid_range(intid) ==
SPI_RANGE
;
in gicv3_irq_disable()
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-gic-v3.c
145
SPI_RANGE
,
enumerator
160
return
SPI_RANGE
;
in __get_intid_range()
212
case
SPI_RANGE
:
in gic_dist_base_alias()
236
case
SPI_RANGE
:
in gic_dist_base()
329
case
SPI_RANGE
:
in convert_offset_index()
611
return (range ==
SPI_RANGE
|| range == ESPI_RANGE) &&
in gic_arm64_erratum_2941627_needed()
662
if ((range ==
SPI_RANGE
|| range == ESPI_RANGE) &&
in gic_set_type()
1535
case
SPI_RANGE
:
in gic_irq_domain_map()
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-gic-v3.c
142
SPI_RANGE
,
enumerator
157
return
SPI_RANGE
;
in __get_intid_range()
200
case
SPI_RANGE
:
in gic_dist_base()
293
case
SPI_RANGE
:
in convert_offset_index()
585
if ((range ==
SPI_RANGE
|| range == ESPI_RANGE) &&
in gic_set_type()
1390
case
SPI_RANGE
:
in gic_irq_domain_map()
Completed in 7 milliseconds