Lines Matching refs:pstrs
661 * @pstrs: Pointer to current end of the name/description sequence.
666 MKSGuestStatCounterTime *pstat, MKSGuestStatInfoEntry *pinfo, char *pstrs)
668 char *const pstrd = pstrs + strlen(mksstat_kern_name_desc[stat_idx][0]) + 1;
669 strcpy(pstrs, mksstat_kern_name_desc[stat_idx][0]);
672 pinfo[stat_idx].name.s = pstrs;
697 char *pstrs, *pstrs_acc;
708 pstrs = vmw_mksstat_get_kern_pstrs(pdesc);
711 pstrs_acc = pstrs;
717 BUG_ON(pstrs_acc - pstrs > PAGE_SIZE);
722 pdesc->strsStartVA = (uintptr_t)pstrs;
725 pdesc->strsLength = pstrs_acc - pstrs;
735 pdesc->strsPPNs[0] = page_to_pfn(virt_to_page(pstrs));