#include <stdio.h>#include <stdlib.h>#include <string.h>#include "devices.h"#include "memory.h"#include "misc.h"Go to the source code of this file.
Functions | |
| DEVICE_ACCESS (sgi_ip20) | |
| struct sgi_ip20_data * | dev_sgi_ip20_init (struct cpu *cpu, struct memory *mem, uint64_t baseaddr) |
Variables | |
| int | quiet_mode |
| struct sgi_ip20_data* dev_sgi_ip20_init | ( | struct cpu * | cpu, |
| struct memory * | mem, | ||
| uint64_t | baseaddr | ||
| ) |
Definition at line 95 of file dev_sgi_ip20.cc.
References CHECK_ALLOCATION, dev_sgi_ip20_access(), DEV_SGI_IP20_LENGTH, DM_DEFAULT, and memory_device_register().
| DEVICE_ACCESS | ( | sgi_ip20 | ) |
Definition at line 45 of file dev_sgi_ip20.cc.
References data, debug, MEM_READ, MEM_WRITE, memory_readmax64(), and memory_writemax64().
1.8.17