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:xive_irq_domain
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/
H
A
D
common.c
63
static struct irq_domain *
xive_irq_domain
;
variable
266
unsigned int irq = irq_find_mapping(
xive_irq_domain
, hw_irq);
in xive_get_irq_data()
1148
if (!
xive_irq_domain
)
in xive_request_ipi()
1152
virq = irq_create_mapping(
xive_irq_domain
, 0);
in xive_request_ipi()
1322
xive_irq_domain
= irq_domain_add_nomap(NULL, XIVE_MAX_IRQ,
in xive_init_host()
1324
if (WARN_ON(
xive_irq_domain
== NULL))
in xive_init_host()
1326
irq_set_default_host(
xive_irq_domain
);
in xive_init_host()
1431
if (d->domain !=
xive_irq_domain
|| hw_irq == 0)
in xive_flush_cpu_queue()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/
H
A
D
common.c
62
static struct irq_domain *
xive_irq_domain
;
variable
293
unsigned int irq = irq_find_mapping(
xive_irq_domain
, hw_irq);
in xive_get_irq_data()
335
struct irq_data *d = irq_domain_get_irq_data(
xive_irq_domain
, i);
in xmon_xive_get_irq_all()
1467
xive_irq_domain
= irq_domain_add_tree(np, &xive_irq_domain_ops, NULL);
in xive_init_host()
1468
if (WARN_ON(
xive_irq_domain
== NULL))
in xive_init_host()
1470
irq_set_default_host(
xive_irq_domain
);
in xive_init_host()
1571
if (d->domain !=
xive_irq_domain
)
in xive_flush_cpu_queue()
1778
struct irq_data *d = irq_domain_get_irq_data(
xive_irq_domain
, i);
in xive_irq_debug_show()
Completed in 6 milliseconds