Searched refs:mpp_data (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dlparcfg.c139 int h_get_mpp(struct hvcall_mpp_data *mpp_data) argument
146 mpp_data->entitled_mem = retbuf[0];
147 mpp_data->mapped_mem = retbuf[1];
149 mpp_data->group_num = (retbuf[2] >> 2 * 8) & 0xffff;
150 mpp_data->pool_num = retbuf[2] & 0xffff;
152 mpp_data->mem_weight = (retbuf[3] >> 7 * 8) & 0xff;
153 mpp_data->unallocated_mem_weight = (retbuf[3] >> 6 * 8) & 0xff;
154 mpp_data->unallocated_entitlement = retbuf[3] & 0xffffffffffff;
156 mpp_data->pool_size = retbuf[4];
157 mpp_data
291 struct hvcall_mpp_data mpp_data; local
572 struct hvcall_mpp_data mpp_data; local
[all...]
H A Dvio.c876 struct hvcall_mpp_data mpp_data; local
885 err = h_get_mpp(&mpp_data);
896 vio_cmo.entitled = mpp_data.entitled_mem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dcmm.c260 struct hvcall_mpp_data mpp_data; local
265 rc = h_get_mpp(&mpp_data);
270 page_loan_request = div_s64((s64)mpp_data.loan_request, PAGE_SIZE);

Completed in 105 milliseconds