Searched refs:diag (Results 1 – 11 of 11) sorted by relevance
/qemu/hw/misc/ |
H A D | eccmemctl.c | 138 uint8_t diag[ECC_DIAG_SIZE]; member 248 s->diag[addr & ECC_DIAG_MASK] = val; in ecc_diag_mem_write() 255 uint32_t ret = s->diag[(int)addr]; in ecc_diag_mem_read() 277 VMSTATE_BUFFER(diag, ECCState),
|
H A D | slavio_misc.c | 60 uint8_t diag, mctrl; member 163 s->diag = val & 0xff; in slavio_diag_mem_writeb() 172 ret = s->diag; in slavio_diag_mem_readb() 416 VMSTATE_UINT8(diag, MiscState),
|
H A D | trace-events | 78 slavio_diag_mem_writeb(uint32_t val) "Write diag 0x%02x" 79 slavio_diag_mem_readb(uint32_t ret) "Read diag 0x%02x"
|
/qemu/target/s390x/ |
H A D | meson.build | 25 'diag.c',
|
H A D | helper.h | 335 DEF_HELPER_4(diag, void, env, i32, i32, i32)
|
/qemu/hw/scsi/ |
H A D | megasas.c | 96 uint32_t diag; member 2058 retval = s->diag; in megasas_mmio_read() 2164 s->diag = MFI_DIAG_WRITE_ENABLE; in megasas_mmio_write() 2168 s->diag = 0; in megasas_mmio_write() 2174 if ((s->diag & MFI_DIAG_WRITE_ENABLE) && in megasas_mmio_write() 2176 s->diag |= MFI_DIAG_RESET_ADP; in megasas_mmio_write() 2179 s->diag = 0; in megasas_mmio_write()
|
/qemu/target/s390x/tcg/ |
H A D | misc_helper.c | 116 void HELPER(diag)(CPUS390XState *env, uint32_t r1, uint32_t r3, uint32_t num) in HELPER() argument
|
H A D | insn-data.h.inc | 1339 F(0x8300, DIAG, RSI, Z, 0, 0, 0, 0, diag, 0, IF_PRIV | IF_IO)
|
/qemu/target/hppa/ |
H A D | insns.decode | 638 # diag
|
/qemu/tests/data/qobject/ |
H A D | qdict.txt | 4312 diag.c: 1739 4313 diag.h: 1050
|
/qemu/ |
H A D | MAINTAINERS | 2815 S390 diag 288 watchdog
|