Lines Matching refs:retbuf

1044 	unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];  in call_block_remove()  local
1058 rc = plpar_hcall9(H_BLOCK_REMOVE, retbuf, in call_block_remove()
1069 unsigned long ctrl = retbuf[i] & HBLKR_CTRL_MASK; in call_block_remove()
1863 void __trace_hcall_exit(long opcode, long retval, unsigned long *retbuf) in __trace_hcall_exit() argument
1879 trace_hcall_exit(opcode, retval, retbuf); in __trace_hcall_exit()
1895 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_get_mpp() local
1897 rc = plpar_hcall9(H_GET_MPP, retbuf); in h_get_mpp()
1899 mpp_data->entitled_mem = retbuf[0]; in h_get_mpp()
1900 mpp_data->mapped_mem = retbuf[1]; in h_get_mpp()
1902 mpp_data->group_num = (retbuf[2] >> 2 * 8) & 0xffff; in h_get_mpp()
1903 mpp_data->pool_num = retbuf[2] & 0xffff; in h_get_mpp()
1905 mpp_data->mem_weight = (retbuf[3] >> 7 * 8) & 0xff; in h_get_mpp()
1906 mpp_data->unallocated_mem_weight = (retbuf[3] >> 6 * 8) & 0xff; in h_get_mpp()
1907 mpp_data->unallocated_entitlement = retbuf[3] & 0xffffffffffffUL; in h_get_mpp()
1909 mpp_data->pool_size = retbuf[4]; in h_get_mpp()
1910 mpp_data->loan_request = retbuf[5]; in h_get_mpp()
1911 mpp_data->backing_mem = retbuf[6]; in h_get_mpp()
1920 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = { 0 }; in h_get_mpp_x() local
1922 rc = plpar_hcall9(H_GET_MPP_X, retbuf); in h_get_mpp_x()
1924 mpp_x_data->coalesced_bytes = retbuf[0]; in h_get_mpp_x()
1925 mpp_x_data->pool_coalesced_bytes = retbuf[1]; in h_get_mpp_x()
1926 mpp_x_data->pool_purr_cycles = retbuf[2]; in h_get_mpp_x()
1927 mpp_x_data->pool_spurr_cycles = retbuf[3]; in h_get_mpp_x()