OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIC_MSIX
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/x86/include/
pic.h
25
struct msipic *pic_msipic; /* if (pic_type == PIC_MSI) || (pic_type ==
PIC_MSIX
) */
39
#define
PIC_MSIX
4
/src/sys/arch/xen/x86/
pintr.c
228
KASSERT(pic->pic_type ==
PIC_MSIX
);
340
case
PIC_MSIX
:
xen_intr.c
463
if ((pic->pic_type == PIC_MSI) || (pic->pic_type ==
PIC_MSIX
)) {
474
else if (pic->pic_type ==
PIC_MSIX
)
/src/sys/arch/x86/pci/
msipic.c
650
.pic_type =
PIC_MSIX
,
792
KASSERT(msix_pic->pic_type ==
PIC_MSIX
);
pci_msi_machdep.c
82
else if (msi_pic->pic_type ==
PIC_MSIX
)
/src/sys/arch/x86/x86/
intr.c
310
if ((pic->pic_type == PIC_MSI) || (pic->pic_type ==
PIC_MSIX
)) {
321
else if (pic->pic_type ==
PIC_MSIX
)
498
if (pic->pic_type == PIC_MSI || pic->pic_type ==
PIC_MSIX
)
Completed in 31 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025