#include "cpu_dyntrans.cc"
#include "memory_rw.cc"
#include "quick_pc_to_pointers.h"
#include "cpu_ppc_instr.cc"
Go to the source code of this file.
Macros | |
#define | DYNTRANS_FUNCTION_TRACE_DEF ppc_cpu_functioncall_trace |
#define | DYNTRANS_INIT_TABLES ppc_cpu_init_tables |
#define | DYNTRANS_TC_ALLOCATE_DEFAULT_PAGE_DEF ppc_tc_allocate_default_page |
#define | DYNTRANS_INVAL_ENTRY |
#define | DYNTRANS_INVALIDATE_TC ppc_invalidate_translation_caches |
#define | DYNTRANS_INVALIDATE_TC_CODE ppc_invalidate_code_translation |
#define | DYNTRANS_UPDATE_TRANSLATION_TABLE ppc_update_translation_table |
#define | MEMORY_RW ppc_memory_rw |
#define | MEM_PPC |
#define | DYNTRANS_PC_TO_POINTERS_FUNC ppc_pc_to_pointers |
#define | DYNTRANS_PC_TO_POINTERS_GENERIC ppc_pc_to_pointers_generic |
#define | COMBINE_INSTRUCTIONS ppc_combine_instructions |
#define | reg(x) (*((uint64_t *)(x))) |
#define | MODE_uint_t uint64_t |
#define | MODE_int_t int64_t |
#define | COMBINE(n) ppc_combine_ ## n |
#define | DYNTRANS_RUN_INSTR_DEF ppc_run_instr |
Variables | |
size_t | dyntrans_cache_size |
#define COMBINE | ( | n | ) | ppc_combine_ ## n |
Definition at line 61 of file tmp_ppc_tail.cc.
#define COMBINE_INSTRUCTIONS ppc_combine_instructions |
Definition at line 51 of file tmp_ppc_tail.cc.
#define DYNTRANS_FUNCTION_TRACE_DEF ppc_cpu_functioncall_trace |
Definition at line 10 of file tmp_ppc_tail.cc.
#define DYNTRANS_INIT_TABLES ppc_cpu_init_tables |
Definition at line 14 of file tmp_ppc_tail.cc.
#define DYNTRANS_INVAL_ENTRY |
Definition at line 22 of file tmp_ppc_tail.cc.
#define DYNTRANS_INVALIDATE_TC ppc_invalidate_translation_caches |
Definition at line 26 of file tmp_ppc_tail.cc.
#define DYNTRANS_INVALIDATE_TC_CODE ppc_invalidate_code_translation |
Definition at line 30 of file tmp_ppc_tail.cc.
#define DYNTRANS_PC_TO_POINTERS_FUNC ppc_pc_to_pointers |
Definition at line 44 of file tmp_ppc_tail.cc.
#define DYNTRANS_PC_TO_POINTERS_GENERIC ppc_pc_to_pointers_generic |
Definition at line 45 of file tmp_ppc_tail.cc.
#define DYNTRANS_RUN_INSTR_DEF ppc_run_instr |
Definition at line 65 of file tmp_ppc_tail.cc.
#define DYNTRANS_TC_ALLOCATE_DEFAULT_PAGE_DEF ppc_tc_allocate_default_page |
Definition at line 18 of file tmp_ppc_tail.cc.
#define DYNTRANS_UPDATE_TRANSLATION_TABLE ppc_update_translation_table |
Definition at line 34 of file tmp_ppc_tail.cc.
#define MEM_PPC |
Definition at line 39 of file tmp_ppc_tail.cc.
#define MEMORY_RW ppc_memory_rw |
Definition at line 38 of file tmp_ppc_tail.cc.
#define MODE_int_t int64_t |
Definition at line 55 of file tmp_ppc_tail.cc.
#define MODE_uint_t uint64_t |
Definition at line 54 of file tmp_ppc_tail.cc.
#define reg | ( | x | ) | (*((uint64_t *)(x))) |
Definition at line 53 of file tmp_ppc_tail.cc.