#include <M88K_CPUComponent.h>
Public Attributes | |
uint32_t | reg [M8820X_LENGTH/sizeof(uint32_t)] |
uint32_t | batc [N_M88200_BATC_REGS] |
uint32_t | patc_v_and_control [N_M88200_PATC_ENTRIES] |
uint32_t | patc_p_and_supervisorbit [N_M88200_PATC_ENTRIES] |
int | patc_update_index |
Definition at line 323 of file M88K_CPUComponent.h.
uint32_t m8820x_cmmu::batc |
Definition at line 325 of file M88K_CPUComponent.h.
Referenced by add_cmmu_for_cpu(), DEVICE_ACCESS(), DEVINIT(), m88k_cpu_tlbdump(), and m88k_translate_v2p().
uint32_t m8820x_cmmu::patc_p_and_supervisorbit |
Definition at line 327 of file M88K_CPUComponent.h.
Referenced by m88k_cpu_tlbdump(), and m88k_translate_v2p().
int m8820x_cmmu::patc_update_index |
Definition at line 328 of file M88K_CPUComponent.h.
Referenced by m88k_cpu_tlbdump(), and m88k_translate_v2p().
uint32_t m8820x_cmmu::patc_v_and_control |
Definition at line 326 of file M88K_CPUComponent.h.
Referenced by m88k_cpu_tlbdump(), and m88k_translate_v2p().
uint32_t m8820x_cmmu::reg |
Definition at line 324 of file M88K_CPUComponent.h.
Referenced by add_cmmu_for_cpu(), DEVICE_ACCESS(), DEVINIT(), and m88k_translate_v2p().