![]() |
MOS Source Code
|
#include "mos/assert.hpp"
#include <mos/interrupt/ipi.hpp>
#include <mos/platform/platform.hpp>
#include <mos/syslog/printk.hpp>
#include <mos/types.hpp>
Go to the source code of this file.
Macros | |
#define | STUB_FUNCTION(func, ...) |
#define | STUB_FUNCTION_UNREACHABLE(func, ...) |
Functions | |
void | ipi_send (u8 __maybe_unused target, ipi_type_t __maybe_unused type) |
void | ipi_send_all (ipi_type_t __maybe_unused type) |
void | ipi_init () |
void | ipi_do_handle (ipi_type_t __maybe_unused type) |
#define STUB_FUNCTION | ( | func, | |
... ) |
Definition at line 80 of file ipi.cpp.
Referenced by ipi_init(), and ipi_send_all().
#define STUB_FUNCTION_UNREACHABLE | ( | func, | |
... ) |
Definition at line 81 of file ipi.cpp.
Referenced by ipi_do_handle().
void ipi_send | ( | u8 __maybe_unused | target, |
ipi_type_t __maybe_unused | type ) |
void ipi_send_all | ( | ipi_type_t __maybe_unused | type | ) |
void ipi_init | ( | ) |
Definition at line 86 of file ipi.cpp.
Referenced by ipi_init().
void ipi_do_handle | ( | ipi_type_t __maybe_unused | type | ) |