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:evtchn_irq
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H
A
D
pciback.h
40
int
evtchn_irq
;
member
193
xen_irq_lateeoi(pdev->
evtchn_irq
, eoi_flag);
in xen_pcibk_lateeoi()
H
A
D
xenbus.c
51
pdev->
evtchn_irq
= INVALID_EVTCHN_IRQ;
in alloc_pdev()
71
if (pdev->
evtchn_irq
!= INVALID_EVTCHN_IRQ) {
in xen_pcibk_disconnect()
72
unbind_from_irqhandler(pdev->
evtchn_irq
, pdev);
in xen_pcibk_disconnect()
73
pdev->
evtchn_irq
= INVALID_EVTCHN_IRQ;
in xen_pcibk_disconnect()
134
pdev->
evtchn_irq
= err;
in xen_pcibk_do_attach()
H
A
D
pciback_ops.c
389
notify_remote_via_irq(pdev->
evtchn_irq
);
in xen_pcibk_do_one_op()
414
/* IRQs might come in before pdev->
evtchn_irq
is written. */
in xen_pcibk_handle_event()
415
if (unlikely(pdev->
evtchn_irq
!= irq))
in xen_pcibk_handle_event()
416
pdev->
evtchn_irq
= irq;
in xen_pcibk_handle_event()
H
A
D
pci_stub.c
735
notify_remote_via_irq(pdev->
evtchn_irq
);
in common_process()
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H
A
D
pciback.h
40
int
evtchn_irq
;
member
198
xen_irq_lateeoi(pdev->
evtchn_irq
, eoi_flag);
in xen_pcibk_lateeoi()
H
A
D
xenbus.c
51
pdev->
evtchn_irq
= INVALID_EVTCHN_IRQ;
in alloc_pdev()
71
if (pdev->
evtchn_irq
!= INVALID_EVTCHN_IRQ) {
in xen_pcibk_disconnect()
72
unbind_from_irqhandler(pdev->
evtchn_irq
, pdev);
in xen_pcibk_disconnect()
73
pdev->
evtchn_irq
= INVALID_EVTCHN_IRQ;
in xen_pcibk_disconnect()
134
pdev->
evtchn_irq
= err;
in xen_pcibk_do_attach()
H
A
D
pciback_ops.c
389
notify_remote_via_irq(pdev->
evtchn_irq
);
in xen_pcibk_do_one_op()
414
/* IRQs might come in before pdev->
evtchn_irq
is written. */
in xen_pcibk_handle_event()
415
if (unlikely(pdev->
evtchn_irq
!= irq))
in xen_pcibk_handle_event()
416
pdev->
evtchn_irq
= irq;
in xen_pcibk_handle_event()
H
A
D
pci_stub.c
734
notify_remote_via_irq(pdev->
evtchn_irq
);
in common_process()
Completed in 8 milliseconds