/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
H A D | pciback.h | 83 int xen_pcibk_config_read(struct pci_dev *dev, int offset, int size, 85 int xen_pcibk_config_write(struct pci_dev *dev, int offset, int size,
|
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
H A D | kdb_private.h | 101 unsigned long addr, size_t size); 222 #define KDB_SP_SYMSIZE 0x0010 /* Print the size of the symbol */ 235 extern void *debug_kmalloc(size_t size, gfp_t flags);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | mmu.c | 89 mmu->heap[i].size = args.size; in nvif_mmu_ctor()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_flat_memory.c | 237 * (ie apertures exists), the size is always 64KB. 281 #define MAKE_GPUVM_APP_LIMIT(base, size) \ 282 (((uint64_t)(base) & 0xFFFFFF0000000000UL) + (size) - 1)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_thp.c | 68 lpfn = man->size; in vmw_thp_get_node() 138 drm_mm_init(&rman->mm, 0, rman->manager.size); in vmw_thp_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | drm.h | 110 void *tegra_drm_alloc(struct tegra_drm *tegra, size_t size, dma_addr_t *iova); 111 void tegra_drm_free(struct tegra_drm *tegra, size_t size, void *virt,
|
/kernel/linux/linux-5.10/drivers/media/usb/as102/ |
H A D | as102_fw.c | 104 for (total_read_bytes = 0; total_read_bytes < firmware->size; ) { in as102_firmware_upload() 120 if (total_read_bytes == firmware->size) { in as102_firmware_upload()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_acl_flex_keys.h | 59 .size = {.bits = _size}, \ 92 .size = {.bits = _size}, \
|
/kernel/linux/linux-5.10/drivers/pnp/ |
H A D | support.c | 127 "max %#llx align %lld size %lld flags %#x", in dbg_pnp_show_option() 131 (unsigned long long) port->size, port->flags); in dbg_pnp_show_option() 136 "max %#llx align %lld size %lld flags %#x", in dbg_pnp_show_option() 140 (unsigned long long) mem->size, mem->flags); in dbg_pnp_show_option()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-imx-sc.c | 51 hdr->size = 1; in imx_sc_rtc_read_time() 103 hdr->size = 3; in imx_sc_rtc_set_alarm()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | if_alg.h | 236 int af_alg_sendmsg(struct socket *sock, struct msghdr *msg, size_t size, 239 int offset, size_t size, int flags);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | livepatch.h | 36 * @old_size: size of the old function 37 * @new_size: size of the new function 223 size_t size, gfp_t gfp_flags, 226 size_t size, gfp_t gfp_flags,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hmm/ |
H A D | hmm_dynamic_pool.c | 38 unsigned int size, bool cached) in get_pages_from_dynamic_pool() 62 if (i == size) in get_pages_from_dynamic_pool() 36 get_pages_from_dynamic_pool(void *pool, struct hmm_page_object *page_obj, unsigned int size, bool cached) get_pages_from_dynamic_pool() argument
|
H A D | hmm_reserved_pool.c | 37 unsigned int size, bool cached) in get_pages_from_reserved_pool() 57 if (i == size) in get_pages_from_reserved_pool() 35 get_pages_from_reserved_pool(void *pool, struct hmm_page_object *page_obj, unsigned int size, bool cached) get_pages_from_reserved_pool() argument
|
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | hantro_postproc.c | 106 dma_free_attrs(vpu->dev, priv->size, priv->cpu, in hantro_postproc_free() 137 priv->size = buf_size; in hantro_postproc_alloc()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/hmm/ |
H A D | hmm_bo.h | 105 /* start/pgnr/size is used to record the virtual memory of this bo */ 108 unsigned int size; member 169 unsigned int vaddr_start, unsigned int size); 275 * vma's address space size must be the same as bo's size,
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | export.c | 39 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_encode_fh() 58 dprintk("%s: result fh fileid %llu mode %u size %d\n", in nfs_encode_fh() 70 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_fh_to_dentry()
|
/kernel/linux/linux-6.6/drivers/misc/ibmasm/ |
H A D | ibmasm.h | 160 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size); 176 void ibmasm_receive_heartbeat(struct service_processor *sp, void *message, size_t size);
|
H A D | command.c | 161 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size) in ibmasm_receive_command_response() argument 168 memcpy_fromio(cmd->buffer, response, min(size, cmd->buffer_size)); in ibmasm_receive_command_response()
|
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A D | plat-ram.c | 138 info->map.size = resource_size(res); in platram_probe() 143 dev_dbg(&pdev->dev, "virt %p, %lu bytes\n", info->map.virt, info->map.size); in platram_probe()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | mcp-core.c | 170 struct mcp *mcp_host_alloc(struct device *parent, size_t size) in mcp_host_alloc() argument 174 mcp = kzalloc(sizeof(struct mcp) + size, GFP_KERNEL); in mcp_host_alloc()
|
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/ |
H A D | xp_main.c | 59 unsigned long size); 62 unsigned long size); 121 * payload_size - size in bytes of the XPC message's payload area which
|
/kernel/linux/linux-6.6/drivers/mtd/hyperbus/ |
H A D | rpc-if.c | 139 hyperbus->hbdev.map.size = hyperbus->rpc.size; in rpcif_hb_probe()
|
/kernel/linux/linux-6.6/drivers/media/usb/as102/ |
H A D | as102_fw.c | 104 for (total_read_bytes = 0; total_read_bytes < firmware->size; ) { in as102_firmware_upload() 120 if (total_read_bytes == firmware->size) { in as102_firmware_upload()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
H A D | helper.c | 9 esw_acl_table_create(struct mlx5_eswitch *esw, struct mlx5_vport *vport, int ns, int size) in esw_acl_table_create() argument 37 ft_attr.max_fte = size; in esw_acl_table_create()
|