cpu_config.h#include <cpu_rename.h>
#include <cpu_insn.h>
cpu_config.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。
ソースコードを見る。
マクロ定義
#define EXC_ENTRY |
( |
exchdr |
|
) |
exchdr |
|
#define EXCHDR_ENTRY |
( |
exchdr |
|
) |
extern void exchdr(VP sp); |
|
#define i_lock_cpu lock_cpu |
|
#define i_sense_lock sense_lock |
|
#define i_unlock_cpu unlock_cpu |
|
#define INT_ENTRY |
( |
inthdr |
|
) |
inthdr |
|
#define INTHDR_ENTRY |
( |
inthdr |
|
) |
extern void inthdr(void); |
|
#define SUPPORT_VXGET_TIM |
|
#define t_lock_cpu lock_cpu |
|
#define t_sense_lock sense_lock |
|
#define t_unlock_cpu unlock_cpu |
|
#define TBIT_TCB_PRIORITY 8 |
|
型定義
関数
void cpu_initialize |
( |
void |
|
) |
|
|
void cpu_terminate |
( |
void |
|
) |
|
|
Inline void define_exc |
( |
EXCNO |
excno, |
|
|
FP |
exchdr |
|
) |
|
|
Inline void define_inh |
( |
INHNO |
inhno, |
|
|
FP |
inthdr |
|
) |
|
|
Inline BOOL exc_sense_context |
( |
VP |
p_excinf |
) |
|
|
Inline BOOL exc_sense_lock |
( |
VP |
p_excinf |
) |
|
|
void exit_and_dispatch |
( |
void |
|
) |
|
|
Inline VP init_obj_lock |
( |
|
) |
|
|
Inline VP init_tsk_lock |
( |
|
) |
|
|
void no_reg_exception |
( |
void |
|
) |
|
|
void no_reg_interrupt |
( |
void |
|
) |
|
|
Inline BOOL sense_context |
( |
|
) |
|
|
Inline BOOL sense_lock |
( |
|
) |
|
|
Inline void unlock_cpu |
( |
|
) |
|
|
変数
Copyright © 2006 by TAKAGI Nobuhisa.
このページは Mon Apr 3 23:49:14 2006 に Doxygen によって生成されました。
|
|