Lines Matching refs:mpp_data
1889 int h_get_mpp(struct hvcall_mpp_data *mpp_data) in h_get_mpp() argument
1896 mpp_data->entitled_mem = retbuf[0]; in h_get_mpp()
1897 mpp_data->mapped_mem = retbuf[1]; in h_get_mpp()
1899 mpp_data->group_num = (retbuf[2] >> 2 * 8) & 0xffff; in h_get_mpp()
1900 mpp_data->pool_num = retbuf[2] & 0xffff; in h_get_mpp()
1902 mpp_data->mem_weight = (retbuf[3] >> 7 * 8) & 0xff; in h_get_mpp()
1903 mpp_data->unallocated_mem_weight = (retbuf[3] >> 6 * 8) & 0xff; in h_get_mpp()
1904 mpp_data->unallocated_entitlement = retbuf[3] & 0xffffffffffffUL; in h_get_mpp()
1906 mpp_data->pool_size = retbuf[4]; in h_get_mpp()
1907 mpp_data->loan_request = retbuf[5]; in h_get_mpp()
1908 mpp_data->backing_mem = retbuf[6]; in h_get_mpp()