Searched refs:numPages (Results 1 – 10 of 10) sorted by relevance
59 define_cmd.numPages = num_pages; in vmw_gmr2_bind()78 remap_cmd.numPages = nr; in vmw_gmr2_bind()118 define_cmd.numPages = 0; in vmw_gmr2_unbind()
414 uint32 numPages; member2166 uint32 numPages; member2213 uint32 numPages; /* number of pages to remap */ member
2161 uint32 numPages; member
473 unsigned short numPages; in smc_wait_to_send_packet() local505 numPages = ((length & 0xfffe) + 6) / 256; in smc_wait_to_send_packet()507 if (numPages > 7 ) { in smc_wait_to_send_packet()522 outw( MC_ALLOC | numPages, ioaddr + MMU_CMD ); in smc_wait_to_send_packet()
633 unsigned int numPages, poll_count, status; in smc_hard_start_xmit() local651 numPages = ((skb->len & ~1) + (6 - 1)) >> 8; in smc_hard_start_xmit()652 if (unlikely(numPages > 7)) { in smc_hard_start_xmit()663 SMC_SET_MMU_CMD(lp, MC_ALLOC | numPages); in smc_hard_start_xmit()
427 INT32 i, numPages, pageCount; in OsDumpExcVaddrRegion() local432 numPages = region->range.size >> PAGE_SHIFT; in OsDumpExcVaddrRegion()434 for (pageCount = 0, startPaddr = 0, startVaddr = 0, i = 0; i < numPages; i++) { in OsDumpExcVaddrRegion()446 if (numPages > 1) { in OsDumpExcVaddrRegion()452 if (i < (numPages - 1)) { in OsDumpExcVaddrRegion()
218 u32 numPages; member
520 cmd_msg.numPages = adapter->msg_pages; in pvscsi_setup_all_rings()
251 UINT32 numPages; in LOS_VmSpaceClone() local292 numPages = newRegion->range.size >> PAGE_SHIFT; in LOS_VmSpaceClone()293 for (i = 0; i < numPages; i++) { in LOS_VmSpaceClone()
76303 + gctUINT32 numPages;76320 + numPages = map[i] >> 8;76321 + if (index >= i && index + NumPages - 1 < i + numPages)78875 + gctUINT32 numPages;78886 + numPages = 1;78887 + next = i + numPages;78892 + numPages = map[i] >> 8;78893 + next = i + numPages;78898 + numPages = 1;78899 + next = i + numPages;[all …]