Lines Matching defs:pstrs
712 * @pstrs: Pointer to current end of the name/description sequence.
717 MKSGuestStatCounterTime *pstat, MKSGuestStatInfoEntry *pinfo, char *pstrs)
719 char *const pstrd = pstrs + strlen(mksstat_kern_name_desc[stat_idx][0]) + 1;
720 strcpy(pstrs, mksstat_kern_name_desc[stat_idx][0]);
723 pinfo[stat_idx].name.s = pstrs;
748 char *pstrs, *pstrs_acc;
759 pstrs = vmw_mksstat_get_kern_pstrs(pdesc);
762 pstrs_acc = pstrs;
768 BUG_ON(pstrs_acc - pstrs > PAGE_SIZE);
773 pdesc->strsStartVA = (uintptr_t)pstrs;
776 pdesc->strsLength = pstrs_acc - pstrs;
786 pdesc->strsPPNs[0] = page_to_pfn(virt_to_page(pstrs));