Searched refs:kmemdup (Results 1 - 25 of 682) sorted by path

1234567891011>>

/linux-master/arch/sparc/kernel/
H A Dprom_common.c57 new_val = kmemdup(val, len, GFP_KERNEL);
/linux-master/crypto/asymmetric_keys/
H A Dpkcs8_parser.c119 pub->key = kmemdup(ctx.key, ctx.key_size, GFP_KERNEL);
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_private_obj.c24 st = kmemdup(obj->state, sizeof(*st), GFP_KERNEL);
68 st = kmemdup(obj->state, sizeof(*st), GFP_KERNEL);
111 st = kmemdup(obj->state, sizeof(*st), GFP_KERNEL);
154 st = kmemdup(obj->state, sizeof(*st), GFP_KERNEL);
198 st = kmemdup(obj->state, sizeof(*st), GFP_KERNEL);
241 st = kmemdup(obj->state, sizeof(*st), GFP_KERNEL);
284 st = kmemdup(obj->state, sizeof(*st), GFP_KERNEL);
327 st = kmemdup(obj->state, sizeof(*st), GFP_KERNEL);
/linux-master/drivers/hid/
H A Dhid-roccat-common.c49 buf = kmemdup(data, size, GFP_KERNEL);
/linux-master/drivers/media/firewire/
H A Dfiredtv-rc.c138 idev->keycode = kmemdup(keytable, sizeof(keytable), GFP_KERNEL);
/linux-master/drivers/media/usb/gspca/
H A Dt613.c331 tmpbuf = kmemdup(buffer, len, GFP_KERNEL);
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c338 nb = kmemdup(sp->buffers, scnt * sizeof(*nb),
/linux-master/drivers/net/wireless/intersil/p54/
H A Deeprom.c794 priv->iq_autocal = kmemdup(entry->data, data_len,
/linux-master/drivers/usb/misc/
H A Demi26.c43 unsigned char *buffer = kmemdup(data, length, GFP_KERNEL);
H A Demi62.c52 unsigned char *buffer = kmemdup(data, length, GFP_KERNEL);
/linux-master/drivers/usb/serial/
H A Dipw.c140 buf_flow_init = kmemdup(buf_flow_static, 16, GFP_KERNEL);
/linux-master/drivers/video/fbdev/i810/
H A Di810-i2c.c168 edid = kmemdup(e, EDID_LENGTH, GFP_KERNEL);
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb-i2c.c233 edid = kmemdup(e, EDID_LENGTH, GFP_KERNEL);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto.c192 return kmemdup(table, size, GFP_KERNEL);
/linux-master/arch/arm/mach-lpc32xx/
H A Dpm.c86 iram_swap_area = kmemdup((void *)TEMP_IRAM_AREA,
/linux-master/arch/arm/mach-omap1/
H A Dusb.c670 pdata = kmemdup(_pdata, sizeof(*pdata), GFP_KERNEL);
/linux-master/arch/arm/mach-omap2/
H A Domap_device.c318 hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL);
H A Domap_hwmod.c3419 class = kmemdup(oh->class, sizeof(*oh->class), GFP_KERNEL);
/linux-master/arch/arm/mach-s3c/
H A Dplatformdata.c26 npd = kmemdup(pd, pdsize, GFP_KERNEL);
/linux-master/arch/arm/mm/
H A Dcache-l2x0.c791 l2x0_data = kmemdup(data, sizeof(*data), GFP_KERNEL);
/linux-master/arch/arm64/kernel/
H A Dprocess.c319 dst->thread.sme_state = kmemdup(src->thread.sme_state,
/linux-master/arch/m68k/kernel/
H A Dbootinfo_proc.c66 bootinfo_copy = kmemdup(bootinfo_tmp, bootinfo_size, GFP_KERNEL);
/linux-master/arch/mips/alchemy/common/
H A Dplatform.c412 macres = kmemdup(au1xxx_eth0_resources[ctype],
433 macres = kmemdup(au1xxx_eth1_resources[ctype],
/linux-master/arch/mips/bcm47xx/
H A Dbuttons.c506 bcm47xx_button_pdata.buttons = kmemdup(buttons, size, GFP_KERNEL);
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c517 record->buf = kmemdup(buff + hdr_size, length, GFP_KERNEL);

Completed in 420 milliseconds

1234567891011>>