Searched refs:VOF_MEM_READ (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | vof.h | 56 #define VOF_MEM_READ(pa, buf, size) \ macro
|
/openbmc/qemu/hw/ppc/ |
H A D | vof.c | 51 if (VOF_MEM_READ(pa, buf, size) != MEMTX_OK) { in readstr() 321 if (VOF_MEM_READ(valaddr, val, vallen) != MEMTX_OK) { in vof_setprop() 565 if (VOF_MEM_READ(buf, tmp, cb) != MEMTX_OK) { in vof_write() 949 if (VOF_MEM_READ(args_real, &args_be, sizeof(args_be)) != MEMTX_OK) { in vof_client_call() 957 if (VOF_MEM_READ(be32_to_cpu(args_be.service), service, sizeof(service)) != in vof_client_call()
|