Home
last modified time | relevance | path

Searched refs:numPages (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_gmr.c59 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h414 uint32 numPages; member
2166 uint32 numPages; member
2213 uint32 numPages; /* number of pages to remap */ member
Dsvga3d_cmd.h2161 uint32 numPages; member
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
Dsmc9194.c473 unsigned short numPages; in smc_wait_to_send_packet() local
505 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()
Dsmc91x.c633 unsigned int numPages, poll_count, status; in smc_hard_start_xmit() local
651 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()
/kernel/liteos_a/arch/arm/arm/src/
Dlos_exc.c427 INT32 i, numPages, pageCount; in OsDumpExcVaddrRegion() local
432 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()
/kernel/linux/linux-5.10/drivers/scsi/
Dvmw_pvscsi.h218 u32 numPages; member
Dvmw_pvscsi.c520 cmd_msg.numPages = adapter->msg_pages; in pvscsi_setup_all_rings()
/kernel/liteos_a/kernel/base/vm/
Dlos_vm_map.c252 UINT32 flags, i, intSave, numPages; in LOS_VmSpaceClone() local
292 numPages = newRegion->range.size >> PAGE_SHIFT; in LOS_VmSpaceClone()
293 for (i = 0; i < numPages; i++) { in LOS_VmSpaceClone()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch76303 + 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 …]