retbuf 36 arch/powerpc/include/asm/asm-prototypes.h void __trace_hcall_exit(long opcode, long retval, unsigned long *retbuf); retbuf 406 arch/powerpc/include/asm/hvcall.h long plpar_hcall(unsigned long opcode, unsigned long *retbuf, ...); retbuf 420 arch/powerpc/include/asm/hvcall.h long plpar_hcall_raw(unsigned long opcode, unsigned long *retbuf, ...); retbuf 431 arch/powerpc/include/asm/hvcall.h long plpar_hcall9(unsigned long opcode, unsigned long *retbuf, ...); retbuf 432 arch/powerpc/include/asm/hvcall.h long plpar_hcall9_raw(unsigned long opcode, unsigned long *retbuf, ...); retbuf 98 arch/powerpc/include/asm/plpar_wrappers.h unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 100 arch/powerpc/include/asm/plpar_wrappers.h rc = plpar_hcall(H_ENTER, retbuf, flags, hpte_group, hpte_v, hpte_r); retbuf 102 arch/powerpc/include/asm/plpar_wrappers.h *slot = retbuf[0]; retbuf 112 arch/powerpc/include/asm/plpar_wrappers.h unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 114 arch/powerpc/include/asm/plpar_wrappers.h rc = plpar_hcall(H_REMOVE, retbuf, flags, ptex, avpn); retbuf 116 arch/powerpc/include/asm/plpar_wrappers.h *old_pteh_ret = retbuf[0]; retbuf 117 arch/powerpc/include/asm/plpar_wrappers.h *old_ptel_ret = retbuf[1]; retbuf 128 arch/powerpc/include/asm/plpar_wrappers.h unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 130 arch/powerpc/include/asm/plpar_wrappers.h rc = plpar_hcall_raw(H_REMOVE, retbuf, flags, ptex, avpn); retbuf 132 arch/powerpc/include/asm/plpar_wrappers.h *old_pteh_ret = retbuf[0]; retbuf 133 arch/powerpc/include/asm/plpar_wrappers.h *old_ptel_ret = retbuf[1]; retbuf 142 arch/powerpc/include/asm/plpar_wrappers.h unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 144 arch/powerpc/include/asm/plpar_wrappers.h rc = plpar_hcall(H_READ, retbuf, flags, ptex); retbuf 146 arch/powerpc/include/asm/plpar_wrappers.h *old_pteh_ret = retbuf[0]; retbuf 147 arch/powerpc/include/asm/plpar_wrappers.h *old_ptel_ret = retbuf[1]; retbuf 157 arch/powerpc/include/asm/plpar_wrappers.h unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 159 arch/powerpc/include/asm/plpar_wrappers.h rc = plpar_hcall_raw(H_READ, retbuf, flags, ptex); retbuf 161 arch/powerpc/include/asm/plpar_wrappers.h *old_pteh_ret = retbuf[0]; retbuf 162 arch/powerpc/include/asm/plpar_wrappers.h *old_ptel_ret = retbuf[1]; retbuf 175 arch/powerpc/include/asm/plpar_wrappers.h unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; retbuf 177 arch/powerpc/include/asm/plpar_wrappers.h rc = plpar_hcall9(H_READ, retbuf, flags | H_READ_4, ptex); retbuf 179 arch/powerpc/include/asm/plpar_wrappers.h memcpy(ptes, retbuf, 8*sizeof(unsigned long)); retbuf 193 arch/powerpc/include/asm/plpar_wrappers.h unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; retbuf 195 arch/powerpc/include/asm/plpar_wrappers.h rc = plpar_hcall9_raw(H_READ, retbuf, flags | H_READ_4, ptex); retbuf 197 arch/powerpc/include/asm/plpar_wrappers.h memcpy(ptes, retbuf, 8*sizeof(unsigned long)); retbuf 224 arch/powerpc/include/asm/plpar_wrappers.h unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 226 arch/powerpc/include/asm/plpar_wrappers.h rc = plpar_hcall(H_GET_TCE, retbuf, liobn, ioba); retbuf 228 arch/powerpc/include/asm/plpar_wrappers.h *tce_ret = retbuf[0]; retbuf 325 arch/powerpc/include/asm/plpar_wrappers.h unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 328 arch/powerpc/include/asm/plpar_wrappers.h rc = plpar_hcall(H_GET_CPU_CHARACTERISTICS, retbuf); retbuf 330 arch/powerpc/include/asm/plpar_wrappers.h p->character = retbuf[0]; retbuf 331 arch/powerpc/include/asm/plpar_wrappers.h p->behaviour = retbuf[1]; retbuf 100 arch/powerpc/include/asm/trace.h TP_PROTO(unsigned long opcode, long retval, unsigned long *retbuf), retbuf 102 arch/powerpc/include/asm/trace.h TP_ARGS(opcode, retval, retbuf), retbuf 939 arch/powerpc/kernel/rtas.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 949 arch/powerpc/kernel/rtas.c rc = plpar_hcall(H_VASI_STATE, retbuf, handle); retbuf 951 arch/powerpc/kernel/rtas.c state = retbuf[0]; retbuf 233 arch/powerpc/kvm/book3s_hv_builtin.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 235 arch/powerpc/kvm/book3s_hv_builtin.c plpar_hcall_raw(H_IPI, retbuf, get_hard_smp_processor_id(cpu), retbuf 470 arch/powerpc/kvm/book3s_hv_builtin.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 472 arch/powerpc/kvm/book3s_hv_builtin.c rc = plpar_hcall_raw(H_XIRR, retbuf, 0xFF); retbuf 473 arch/powerpc/kvm/book3s_hv_builtin.c xirr = cpu_to_be32(retbuf[0]); retbuf 511 arch/powerpc/kvm/book3s_hv_builtin.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 513 arch/powerpc/kvm/book3s_hv_builtin.c plpar_hcall_raw(H_IPI, retbuf, retbuf 515 arch/powerpc/kvm/book3s_hv_builtin.c plpar_hcall_raw(H_EOI, retbuf, h_xirr); retbuf 543 arch/powerpc/kvm/book3s_hv_builtin.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 545 arch/powerpc/kvm/book3s_hv_builtin.c plpar_hcall_raw(H_IPI, retbuf, retbuf 775 arch/powerpc/kvm/book3s_hv_rm_xics.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 778 arch/powerpc/kvm/book3s_hv_rm_xics.c plpar_hcall_raw(H_EOI, retbuf, hwirq); retbuf 116 arch/powerpc/platforms/pseries/hvCall_inst.c unsigned long *retbuf) retbuf 31 arch/powerpc/platforms/pseries/hvconsole.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 34 arch/powerpc/platforms/pseries/hvconsole.c ret = plpar_hcall(H_GET_TERM_CHAR, retbuf, vtermno); retbuf 35 arch/powerpc/platforms/pseries/hvconsole.c lbuf[0] = be64_to_cpu(retbuf[1]); retbuf 36 arch/powerpc/platforms/pseries/hvconsole.c lbuf[1] = be64_to_cpu(retbuf[2]); retbuf 39 arch/powerpc/platforms/pseries/hvconsole.c return retbuf[0]; retbuf 1027 arch/powerpc/platforms/pseries/lpar.c unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; retbuf 1041 arch/powerpc/platforms/pseries/lpar.c rc = plpar_hcall9(H_BLOCK_REMOVE, retbuf, retbuf 1052 arch/powerpc/platforms/pseries/lpar.c unsigned long ctrl = retbuf[i] & HBLKR_CTRL_MASK; retbuf 1843 arch/powerpc/platforms/pseries/lpar.c void __trace_hcall_exit(long opcode, long retval, unsigned long *retbuf) retbuf 1859 arch/powerpc/platforms/pseries/lpar.c trace_hcall_exit(opcode, retval, retbuf); retbuf 1875 arch/powerpc/platforms/pseries/lpar.c unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; retbuf 1877 arch/powerpc/platforms/pseries/lpar.c rc = plpar_hcall9(H_GET_MPP, retbuf); retbuf 1879 arch/powerpc/platforms/pseries/lpar.c mpp_data->entitled_mem = retbuf[0]; retbuf 1880 arch/powerpc/platforms/pseries/lpar.c mpp_data->mapped_mem = retbuf[1]; retbuf 1882 arch/powerpc/platforms/pseries/lpar.c mpp_data->group_num = (retbuf[2] >> 2 * 8) & 0xffff; retbuf 1883 arch/powerpc/platforms/pseries/lpar.c mpp_data->pool_num = retbuf[2] & 0xffff; retbuf 1885 arch/powerpc/platforms/pseries/lpar.c mpp_data->mem_weight = (retbuf[3] >> 7 * 8) & 0xff; retbuf 1886 arch/powerpc/platforms/pseries/lpar.c mpp_data->unallocated_mem_weight = (retbuf[3] >> 6 * 8) & 0xff; retbuf 1887 arch/powerpc/platforms/pseries/lpar.c mpp_data->unallocated_entitlement = retbuf[3] & 0xffffffffffffUL; retbuf 1889 arch/powerpc/platforms/pseries/lpar.c mpp_data->pool_size = retbuf[4]; retbuf 1890 arch/powerpc/platforms/pseries/lpar.c mpp_data->loan_request = retbuf[5]; retbuf 1891 arch/powerpc/platforms/pseries/lpar.c mpp_data->backing_mem = retbuf[6]; retbuf 1900 arch/powerpc/platforms/pseries/lpar.c unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = { 0 }; retbuf 1902 arch/powerpc/platforms/pseries/lpar.c rc = plpar_hcall9(H_GET_MPP_X, retbuf); retbuf 1904 arch/powerpc/platforms/pseries/lpar.c mpp_x_data->coalesced_bytes = retbuf[0]; retbuf 1905 arch/powerpc/platforms/pseries/lpar.c mpp_x_data->pool_coalesced_bytes = retbuf[1]; retbuf 1906 arch/powerpc/platforms/pseries/lpar.c mpp_x_data->pool_purr_cycles = retbuf[2]; retbuf 1907 arch/powerpc/platforms/pseries/lpar.c mpp_x_data->pool_spurr_cycles = retbuf[3]; retbuf 116 arch/powerpc/platforms/pseries/lparcfg.c unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; retbuf 118 arch/powerpc/platforms/pseries/lparcfg.c rc = plpar_hcall9(H_GET_PPP, retbuf); retbuf 120 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->entitlement = retbuf[0]; retbuf 121 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->unallocated_entitlement = retbuf[1]; retbuf 123 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->group_num = (retbuf[2] >> 2 * 8) & 0xffff; retbuf 124 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->pool_num = retbuf[2] & 0xffff; retbuf 126 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->capped = (retbuf[3] >> 6 * 8) & 0x01; retbuf 127 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->weight = (retbuf[3] >> 5 * 8) & 0xff; retbuf 128 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->unallocated_weight = (retbuf[3] >> 4 * 8) & 0xff; retbuf 129 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->active_procs_in_pool = (retbuf[3] >> 2 * 8) & 0xffff; retbuf 130 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->active_system_procs = retbuf[3] & 0xffff; retbuf 132 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->phys_platform_procs = retbuf[4] >> 6 * 8; retbuf 133 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->max_proc_cap_avail = (retbuf[4] >> 3 * 8) & 0xffffff; retbuf 134 arch/powerpc/platforms/pseries/lparcfg.c ppp_data->entitled_proc_cap_avail = retbuf[4] & 0xffffff; retbuf 143 arch/powerpc/platforms/pseries/lparcfg.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 145 arch/powerpc/platforms/pseries/lparcfg.c rc = plpar_hcall(H_PIC, retbuf); retbuf 147 arch/powerpc/platforms/pseries/lparcfg.c *pool_idle_time = retbuf[0]; retbuf 148 arch/powerpc/platforms/pseries/lparcfg.c *num_procs = retbuf[1]; retbuf 427 arch/powerpc/platforms/pseries/lparcfg.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 430 arch/powerpc/platforms/pseries/lparcfg.c plpar_hcall(H_GET_EM_PARMS, retbuf) == H_SUCCESS) retbuf 431 arch/powerpc/platforms/pseries/lparcfg.c seq_printf(m, "power_mode_data=%016lx\n", retbuf[0]); retbuf 194 arch/powerpc/platforms/pseries/pseries_energy.c unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; retbuf 207 arch/powerpc/platforms/pseries/pseries_energy.c rc = plpar_hcall9(H_BEST_ENERGY, retbuf, flags, 0, __pa(buf_page), retbuf 214 arch/powerpc/platforms/pseries/pseries_energy.c cnt = retbuf[0]; retbuf 234 arch/powerpc/platforms/pseries/pseries_energy.c unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; retbuf 241 arch/powerpc/platforms/pseries/pseries_energy.c rc = plpar_hcall9(H_BEST_ENERGY, retbuf, flags, retbuf 248 arch/powerpc/platforms/pseries/pseries_energy.c return sprintf(page, "%lu\n", retbuf[1] >> 32); retbuf 17 arch/powerpc/platforms/pseries/rng.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 19 arch/powerpc/platforms/pseries/rng.c if (plpar_hcall(H_RANDOM, retbuf) == H_SUCCESS) { retbuf 20 arch/powerpc/platforms/pseries/rng.c *v = retbuf[0]; retbuf 35 arch/powerpc/platforms/pseries/suspend.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 38 arch/powerpc/platforms/pseries/suspend.c rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); retbuf 40 arch/powerpc/platforms/pseries/suspend.c vasi_state = retbuf[0]; retbuf 82 arch/powerpc/platforms/pseries/vphn.c long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; retbuf 84 arch/powerpc/platforms/pseries/vphn.c rc = plpar_hcall9(H_HOME_NODE_ASSOCIATIVITY, retbuf, flags, cpu); retbuf 85 arch/powerpc/platforms/pseries/vphn.c vphn_unpack_associativity(retbuf, associativity); retbuf 22 arch/powerpc/sysdev/xics/icp-hv.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 26 arch/powerpc/sysdev/xics/icp-hv.c rc = plpar_hcall(H_XIRR, retbuf, cppr); retbuf 28 arch/powerpc/sysdev/xics/icp-hv.c ret = (unsigned int)retbuf[0]; retbuf 165 arch/powerpc/sysdev/xive/spapr.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 169 arch/powerpc/sysdev/xive/spapr.c rc = plpar_hcall(H_INT_GET_SOURCE_INFO, retbuf, flags, lisn); retbuf 177 arch/powerpc/sysdev/xive/spapr.c *src_flags = retbuf[0]; retbuf 178 arch/powerpc/sysdev/xive/spapr.c *eoi_page = retbuf[1]; retbuf 179 arch/powerpc/sysdev/xive/spapr.c *trig_page = retbuf[2]; retbuf 180 arch/powerpc/sysdev/xive/spapr.c *esb_shift = retbuf[3]; retbuf 183 arch/powerpc/sysdev/xive/spapr.c retbuf[0], retbuf[1], retbuf[2], retbuf[3]); retbuf 224 arch/powerpc/sysdev/xive/spapr.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 230 arch/powerpc/sysdev/xive/spapr.c rc = plpar_hcall(H_INT_GET_SOURCE_CONFIG, retbuf, flags, lisn, retbuf 240 arch/powerpc/sysdev/xive/spapr.c *target = retbuf[0]; retbuf 241 arch/powerpc/sysdev/xive/spapr.c *prio = retbuf[1]; retbuf 242 arch/powerpc/sysdev/xive/spapr.c *sw_irq = retbuf[2]; retbuf 245 arch/powerpc/sysdev/xive/spapr.c retbuf[0], retbuf[1], retbuf[2]); retbuf 256 arch/powerpc/sysdev/xive/spapr.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 260 arch/powerpc/sysdev/xive/spapr.c rc = plpar_hcall(H_INT_GET_QUEUE_INFO, retbuf, flags, target, retbuf 270 arch/powerpc/sysdev/xive/spapr.c *esn_page = retbuf[0]; retbuf 271 arch/powerpc/sysdev/xive/spapr.c *esn_size = retbuf[1]; retbuf 274 arch/powerpc/sysdev/xive/spapr.c retbuf[0], retbuf[1]); retbuf 330 arch/powerpc/sysdev/xive/spapr.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 337 arch/powerpc/sysdev/xive/spapr.c rc = plpar_hcall(H_INT_ESB, retbuf, flags, lisn, offset, retbuf 347 arch/powerpc/sysdev/xive/spapr.c *out_data = retbuf[0]; retbuf 49 drivers/misc/cxl/hcalls.c #define _CXL_LOOP_HCALL(call, rc, retbuf, fn, ...) \ retbuf 54 drivers/misc/cxl/hcalls.c memset(retbuf, 0, sizeof(retbuf)); \ retbuf 56 drivers/misc/cxl/hcalls.c rc = call(fn, retbuf, __VA_ARGS__, token); \ retbuf 57 drivers/misc/cxl/hcalls.c token = retbuf[0]; \ retbuf 135 drivers/misc/cxl/hcalls.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 138 drivers/misc/cxl/hcalls.c CXL_H_WAIT_UNTIL_DONE(rc, retbuf, H_ATTACH_CA_PROCESS, unit_address, virt_to_phys(element)); retbuf 141 drivers/misc/cxl/hcalls.c trace_cxl_hcall_attach(unit_address, virt_to_phys(element), retbuf[0], retbuf[1], retbuf[2], rc); retbuf 144 drivers/misc/cxl/hcalls.c retbuf[0], retbuf[1], retbuf[2]); retbuf 149 drivers/misc/cxl/hcalls.c *process_token = retbuf[0]; retbuf 151 drivers/misc/cxl/hcalls.c *mmio_addr = retbuf[1]; retbuf 153 drivers/misc/cxl/hcalls.c *mmio_size = retbuf[2]; retbuf 176 drivers/misc/cxl/hcalls.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 179 drivers/misc/cxl/hcalls.c CXL_H_WAIT_UNTIL_DONE(rc, retbuf, H_DETACH_CA_PROCESS, unit_address, process_token); retbuf 208 drivers/misc/cxl/hcalls.c unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; retbuf 211 drivers/misc/cxl/hcalls.c CXL_H9_WAIT_UNTIL_DONE(rc, retbuf, H_CONTROL_CA_FUNCTION, unit_address, op, p1, p2, p3, p4); retbuf 213 drivers/misc/cxl/hcalls.c unit_address, OP_STR_AFU(op), p1, p2, p3, p4, retbuf[0], rc); retbuf 214 drivers/misc/cxl/hcalls.c trace_cxl_hcall_control_function(unit_address, OP_STR_AFU(op), p1, p2, p3, p4, retbuf[0], rc); retbuf 221 drivers/misc/cxl/hcalls.c *out = retbuf[0]; retbuf 441 drivers/misc/cxl/hcalls.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 444 drivers/misc/cxl/hcalls.c memset(retbuf, 0, sizeof(retbuf)); retbuf 446 drivers/misc/cxl/hcalls.c rc = plpar_hcall(H_CONTROL_CA_FAULTS, retbuf, unit_address, retbuf 451 drivers/misc/cxl/hcalls.c rc, retbuf[0]); retbuf 453 drivers/misc/cxl/hcalls.c control_mask, reset_mask, retbuf[0], rc); retbuf 481 drivers/misc/cxl/hcalls.c unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; retbuf 484 drivers/misc/cxl/hcalls.c CXL_H9_WAIT_UNTIL_DONE(rc, retbuf, H_CONTROL_CA_FACILITY, unit_address, op, p1, p2, p3, p4); retbuf 486 drivers/misc/cxl/hcalls.c unit_address, OP_STR_CONTROL_ADAPTER(op), p1, p2, p3, p4, retbuf[0], rc); retbuf 487 drivers/misc/cxl/hcalls.c trace_cxl_hcall_control_facility(unit_address, OP_STR_CONTROL_ADAPTER(op), p1, p2, p3, p4, retbuf[0], rc); retbuf 492 drivers/misc/cxl/hcalls.c *out = retbuf[0]; retbuf 562 drivers/misc/cxl/hcalls.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 570 drivers/misc/cxl/hcalls.c memset(retbuf, 0, sizeof(retbuf)); retbuf 572 drivers/misc/cxl/hcalls.c rc = plpar_hcall(H_DOWNLOAD_CA_FACILITY, retbuf, retbuf 575 drivers/misc/cxl/hcalls.c token = retbuf[0]; retbuf 593 drivers/misc/cxl/hcalls.c unit_address, OP_STR_DOWNLOAD_ADAPTER(op), list_address, num, retbuf[0], rc); retbuf 594 drivers/misc/cxl/hcalls.c trace_cxl_hcall_download_facility(unit_address, OP_STR_DOWNLOAD_ADAPTER(op), list_address, num, retbuf[0], rc); retbuf 611 drivers/misc/cxl/hcalls.c *out = retbuf[0]; retbuf 97 drivers/misc/ibmvmc.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 104 drivers/misc/ibmvmc.c rc = plpar_hcall(H_REQUEST_VMC, retbuf); retbuf 106 drivers/misc/ibmvmc.c *vmc_index = retbuf[0]; retbuf 56 drivers/net/ethernet/ibm/ibmveth.h unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; retbuf 59 drivers/net/ethernet/ibm/ibmveth.h rc = plpar_hcall9(H_SEND_LOGICAL_LAN, retbuf, unit_address, retbuf 63 drivers/net/ethernet/ibm/ibmveth.h rc = plpar_hcall9(H_SEND_LOGICAL_LAN, retbuf, unit_address, retbuf 67 drivers/net/ethernet/ibm/ibmveth.h *corellator_out = retbuf[0]; retbuf 77 drivers/net/ethernet/ibm/ibmveth.h unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 79 drivers/net/ethernet/ibm/ibmveth.h rc = plpar_hcall(H_ILLAN_ATTRIBUTES, retbuf, unit_address, retbuf 82 drivers/net/ethernet/ibm/ibmveth.h *ret_attributes = retbuf[0]; retbuf 152 drivers/net/ethernet/ibm/ibmvnic.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 155 drivers/net/ethernet/ibm/ibmvnic.c rc = plpar_hcall(H_REG_SUB_CRQ, retbuf, unit_address, token, length); retbuf 156 drivers/net/ethernet/ibm/ibmvnic.c *number = retbuf[0]; retbuf 157 drivers/net/ethernet/ibm/ibmvnic.c *irq = retbuf[1]; retbuf 5058 drivers/net/ethernet/ibm/ibmvnic.c unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; retbuf 5065 drivers/net/ethernet/ibm/ibmvnic.c rc = plpar_hcall(H_VIOCTL, retbuf, adapter->vdev->unit_address, retbuf 5073 drivers/net/ethernet/ibm/ibmvnic.c session_token = (__be64)retbuf[0]; retbuf 1622 fs/cifs/smb2ops.c struct copychunk_ioctl_rsp *retbuf = NULL; retbuf 1661 fs/cifs/smb2ops.c (char **)&retbuf, &ret_data_len); retbuf 1669 fs/cifs/smb2ops.c if (retbuf->TotalBytesWritten == 0) { retbuf 1677 fs/cifs/smb2ops.c if (le32_to_cpu(retbuf->TotalBytesWritten) > retbuf 1683 fs/cifs/smb2ops.c if (le32_to_cpu(retbuf->ChunksWritten) != 1) { retbuf 1690 fs/cifs/smb2ops.c bytes_written = le32_to_cpu(retbuf->TotalBytesWritten); retbuf 1697 fs/cifs/smb2ops.c le32_to_cpu(retbuf->ChunksWritten), retbuf 1698 fs/cifs/smb2ops.c le32_to_cpu(retbuf->ChunkBytesWritten), retbuf 1705 fs/cifs/smb2ops.c le32_to_cpu(retbuf->ChunksWritten), retbuf 1706 fs/cifs/smb2ops.c le32_to_cpu(retbuf->ChunkBytesWritten), retbuf 1707 fs/cifs/smb2ops.c le32_to_cpu(retbuf->TotalBytesWritten)); retbuf 1720 fs/cifs/smb2ops.c if (le32_to_cpu(retbuf->ChunkBytesWritten) < retbuf 1723 fs/cifs/smb2ops.c le32_to_cpu(retbuf->ChunkBytesWritten); retbuf 1735 fs/cifs/smb2ops.c kfree(retbuf); retbuf 1948 fs/cifs/smb2ops.c char *retbuf = NULL; retbuf 1982 fs/cifs/smb2ops.c (char **)&retbuf, retbuf 1989 fs/cifs/smb2ops.c if (ret_data_len && (ioc_buf != NULL) && (retbuf != NULL)) { retbuf 1994 fs/cifs/smb2ops.c kfree(retbuf); retbuf 2019 fs/cifs/smb2ops.c if (copy_to_user(ioc_buf, retbuf, ret_data_len)) retbuf 2023 fs/cifs/smb2ops.c kfree(retbuf); retbuf 82 tools/testing/selftests/powerpc/vphn/vphn.c long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; retbuf 84 tools/testing/selftests/powerpc/vphn/vphn.c rc = plpar_hcall9(H_HOME_NODE_ASSOCIATIVITY, retbuf, flags, cpu); retbuf 85 tools/testing/selftests/powerpc/vphn/vphn.c vphn_unpack_associativity(retbuf, associativity);