PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
ipi_t Struct Reference
Kernel » CPU » IPI

IPI structure. More...

#include <ipi.h>

Collaboration diagram for ipi_t:

Data Fields

ipi_func_t func
 
void * private
 

Detailed Description

IPI structure.

Represents a single IPI to be executed on a CPU.

Definition at line 74 of file ipi.h.

Field Documentation

◆ func

ipi_func_t ipi_t::func

Definition at line 76 of file ipi.h.

◆ private

void* ipi_t::private

Definition at line 77 of file ipi.h.


The documentation for this struct was generated from the following file: