/openbmc/linux/include/uapi/misc/ |
H A D | ocxl.h | diff aeddad1760aeb206d912b27b230269407efd5b06 Tue Jan 23 05:31:42 CST 2018 Frederic Barrat <fbarrat@linux.vnet.ibm.com> ocxl: Add AFU interrupt support
Add user APIs through ioctl to allocate, free, and be notified of an AFU interrupt.
For opencapi, an AFU can trigger an interrupt on the host by sending a specific command targeting a 64-bit object handle. On POWER9, this is implemented by mapping a special page in the address space of a process and a write to that page will trigger an interrupt.
Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
/openbmc/linux/drivers/misc/ocxl/ |
H A D | afu_irq.c | aeddad1760aeb206d912b27b230269407efd5b06 Tue Jan 23 05:31:42 CST 2018 Frederic Barrat <fbarrat@linux.vnet.ibm.com> ocxl: Add AFU interrupt support
Add user APIs through ioctl to allocate, free, and be notified of an AFU interrupt.
For opencapi, an AFU can trigger an interrupt on the host by sending a specific command targeting a 64-bit object handle. On POWER9, this is implemented by mapping a special page in the address space of a process and a write to that page will trigger an interrupt.
Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | ocxl_internal.h | diff aeddad1760aeb206d912b27b230269407efd5b06 Tue Jan 23 05:31:42 CST 2018 Frederic Barrat <fbarrat@linux.vnet.ibm.com> ocxl: Add AFU interrupt support
Add user APIs through ioctl to allocate, free, and be notified of an AFU interrupt.
For opencapi, an AFU can trigger an interrupt on the host by sending a specific command targeting a 64-bit object handle. On POWER9, this is implemented by mapping a special page in the address space of a process and a write to that page will trigger an interrupt.
Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | context.c | diff aeddad1760aeb206d912b27b230269407efd5b06 Tue Jan 23 05:31:42 CST 2018 Frederic Barrat <fbarrat@linux.vnet.ibm.com> ocxl: Add AFU interrupt support
Add user APIs through ioctl to allocate, free, and be notified of an AFU interrupt.
For opencapi, an AFU can trigger an interrupt on the host by sending a specific command targeting a 64-bit object handle. On POWER9, this is implemented by mapping a special page in the address space of a process and a write to that page will trigger an interrupt.
Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | link.c | diff aeddad1760aeb206d912b27b230269407efd5b06 Tue Jan 23 05:31:42 CST 2018 Frederic Barrat <fbarrat@linux.vnet.ibm.com> ocxl: Add AFU interrupt support
Add user APIs through ioctl to allocate, free, and be notified of an AFU interrupt.
For opencapi, an AFU can trigger an interrupt on the host by sending a specific command targeting a 64-bit object handle. On POWER9, this is implemented by mapping a special page in the address space of a process and a write to that page will trigger an interrupt.
Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | file.c | diff aeddad1760aeb206d912b27b230269407efd5b06 Tue Jan 23 05:31:42 CST 2018 Frederic Barrat <fbarrat@linux.vnet.ibm.com> ocxl: Add AFU interrupt support
Add user APIs through ioctl to allocate, free, and be notified of an AFU interrupt.
For opencapi, an AFU can trigger an interrupt on the host by sending a specific command targeting a 64-bit object handle. On POWER9, this is implemented by mapping a special page in the address space of a process and a write to that page will trigger an interrupt.
Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pnv-ocxl.h | diff aeddad1760aeb206d912b27b230269407efd5b06 Tue Jan 23 05:31:42 CST 2018 Frederic Barrat <fbarrat@linux.vnet.ibm.com> ocxl: Add AFU interrupt support
Add user APIs through ioctl to allocate, free, and be notified of an AFU interrupt.
For opencapi, an AFU can trigger an interrupt on the host by sending a specific command targeting a 64-bit object handle. On POWER9, this is implemented by mapping a special page in the address space of a process and a write to that page will trigger an interrupt.
Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | ocxl.c | diff aeddad1760aeb206d912b27b230269407efd5b06 Tue Jan 23 05:31:42 CST 2018 Frederic Barrat <fbarrat@linux.vnet.ibm.com> ocxl: Add AFU interrupt support
Add user APIs through ioctl to allocate, free, and be notified of an AFU interrupt.
For opencapi, an AFU can trigger an interrupt on the host by sending a specific command targeting a 64-bit object handle. On POWER9, this is implemented by mapping a special page in the address space of a process and a write to that page will trigger an interrupt.
Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|