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:gic_rdists
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-gic-v3-its.c
132
if (
gic_rdists
->has_rvpeid && \
133
gic_rdists
->gicd_typer2 & GICD_TYPER2_VIL) \
134
nvpeid = 1 + (
gic_rdists
->gicd_typer2 & \
187
static struct rdists *
gic_rdists
;
variable
196
#define gic_data_rdist() (raw_cpu_ptr(
gic_rdists
->rdist))
197
#define gic_data_rdist_cpu(cpu) (per_cpu_ptr(
gic_rdists
->rdist, cpu))
207
return (
gic_rdists
->has_rvpeid || vm->vlpi_count[its->list_nr]);
in require_its_list_vmovp()
212
return !(
gic_rdists
->flags & RDIST_FLAGS_FORCE_NON_SHAREABLE);
in rdists_support_shareable()
1430
va =
gic_rdists
->prop_table_va;
in lpi_write_config()
1443
if (
gic_rdists
in lpi_write_config()
[all...]
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-gic-v3-its.c
130
if (
gic_rdists
->has_rvpeid && \
131
gic_rdists
->gicd_typer2 & GICD_TYPER2_VIL) \
132
nvpeid = 1 + (
gic_rdists
->gicd_typer2 & \
185
static struct rdists *
gic_rdists
;
variable
194
#define gic_data_rdist() (raw_cpu_ptr(
gic_rdists
->rdist))
195
#define gic_data_rdist_cpu(cpu) (per_cpu_ptr(
gic_rdists
->rdist, cpu))
205
return (
gic_rdists
->has_rvpeid || vm->vlpi_count[its->list_nr]);
in require_its_list_vmovp()
1418
va =
gic_rdists
->prop_table_va;
in lpi_write_config()
1431
if (
gic_rdists
->flags & RDIST_FLAGS_PROPBASE_NEEDS_FLUSHING)
in lpi_write_config()
1453
rdbase = per_cpu_ptr(
gic_rdists
in __direct_lpi_inv()
[all...]
Completed in 10 milliseconds