50c202c592
- Modules and kernel code alike may use DPCPU_DEFINE(), DPCPU_GET(), DPCPU_SET(), etc. akin to the statically defined PCPU_*. Requires only one extra instruction more than PCPU_* and is virtually the same as __thread for builtin and much faster for shared objects. DPCPU variables can be initialized when defined. - Modules are supported by relocating the module's per-cpu linker set over space reserved in the kernel. Modules may fail to load if there is insufficient space available. - Track space available for modules with a one-off extent allocator. Free may block for memory to allocate space for an extent. Reviewed by: jhb, rwatson, kan, sam, grehan, marius, marcel, stas |
||
---|---|---|
.. | ||
ep80219_machdep.c | ||
files.ep80219 | ||
files.i80219 | ||
files.i80321 | ||
files.iq31244 | ||
i80321_aau.c | ||
i80321_dma.c | ||
i80321_intr.h | ||
i80321_mcu.c | ||
i80321_pci.c | ||
i80321_space.c | ||
i80321_timer.c | ||
i80321_wdog.c | ||
i80321.c | ||
i80321reg.h | ||
i80321var.h | ||
iq31244_7seg.c | ||
iq31244_machdep.c | ||
iq80321.c | ||
iq80321reg.h | ||
iq80321var.h | ||
obio_space.c | ||
obio.c | ||
obiovar.h | ||
std.ep80219 | ||
std.i80219 | ||
std.i80321 | ||
std.iq31244 | ||
uart_bus_i80321.c | ||
uart_cpu_i80321.c |