Home
last modified time | relevance | path

Searched refs:ret64 (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/ppc/
H A Dvof.c894 uint64_t ret64 = vof_claim(vof, args[0], args[1], args[2]); in vof_client_handle() local
896 if (ret64 < 0x100000000UL) { in vof_client_handle()
898 ret = (uint32_t)ret64; in vof_client_handle()
900 if (ret64 != -1) { in vof_client_handle()