Searched refs:VOF_MEM_WRITE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | vof.h | 59 #define VOF_MEM_WRITE(pa, buf, size) \ macro
|
/openbmc/qemu/hw/ppc/ |
H A D | vof.c | 240 if (VOF_MEM_WRITE(valaddr, prop, cb) != MEMTX_OK || in vof_getprop() 244 VOF_MEM_WRITE(valaddr + cb - 1, &zero, 1) != MEMTX_OK)) { in vof_getprop() 377 if (VOF_MEM_WRITE(nameaddr, tmp, strlen(tmp) + 1) != MEMTX_OK) { in vof_nextprop() 520 if (VOF_MEM_WRITE(buf, tmp, rc) != MEMTX_OK) { in vof_package_to_path() 540 if (VOF_MEM_WRITE(buf, tmp, rc) != MEMTX_OK) { in vof_instance_to_path() 985 if (VOF_MEM_WRITE(args_real + offsetof(struct prom_args, args[nargs]), in vof_client_call()
|