/drivers/net/ethernet/sfc/ |
D | mcdi_functions.c | 39 MCDI_DECLARE_BUF(inbuf, MC_CMD_ALLOC_VIS_IN_LEN); in efx_mcdi_alloc_vis() 43 MCDI_SET_DWORD(inbuf, ALLOC_VIS_IN_MIN_VI_COUNT, min_vis); in efx_mcdi_alloc_vis() 44 MCDI_SET_DWORD(inbuf, ALLOC_VIS_IN_MAX_VI_COUNT, max_vis); in efx_mcdi_alloc_vis() 45 rc = efx_mcdi_rpc(efx, MC_CMD_ALLOC_VIS, inbuf, sizeof(inbuf), in efx_mcdi_alloc_vis() 73 MCDI_DECLARE_BUF(inbuf, in efx_mcdi_ev_init() 86 MCDI_SET_DWORD(inbuf, INIT_EVQ_IN_SIZE, channel->eventq_mask + 1); in efx_mcdi_ev_init() 87 MCDI_SET_DWORD(inbuf, INIT_EVQ_IN_INSTANCE, channel->channel); in efx_mcdi_ev_init() 89 MCDI_SET_DWORD(inbuf, INIT_EVQ_IN_IRQ_NUM, channel->channel); in efx_mcdi_ev_init() 90 MCDI_SET_DWORD(inbuf, INIT_EVQ_IN_TMR_MODE, in efx_mcdi_ev_init() 92 MCDI_SET_DWORD(inbuf, INIT_EVQ_IN_TMR_LOAD, 0); in efx_mcdi_ev_init() [all …]
|
D | mcdi_port.c | 24 MCDI_DECLARE_BUF(inbuf, MC_CMD_MDIO_READ_IN_LEN); in efx_mcdi_mdio_read() 29 MCDI_SET_DWORD(inbuf, MDIO_READ_IN_BUS, efx->mdio_bus); in efx_mcdi_mdio_read() 30 MCDI_SET_DWORD(inbuf, MDIO_READ_IN_PRTAD, prtad); in efx_mcdi_mdio_read() 31 MCDI_SET_DWORD(inbuf, MDIO_READ_IN_DEVAD, devad); in efx_mcdi_mdio_read() 32 MCDI_SET_DWORD(inbuf, MDIO_READ_IN_ADDR, addr); in efx_mcdi_mdio_read() 34 rc = efx_mcdi_rpc(efx, MC_CMD_MDIO_READ, inbuf, sizeof(inbuf), in efx_mcdi_mdio_read() 50 MCDI_DECLARE_BUF(inbuf, MC_CMD_MDIO_WRITE_IN_LEN); in efx_mcdi_mdio_write() 55 MCDI_SET_DWORD(inbuf, MDIO_WRITE_IN_BUS, efx->mdio_bus); in efx_mcdi_mdio_write() 56 MCDI_SET_DWORD(inbuf, MDIO_WRITE_IN_PRTAD, prtad); in efx_mcdi_mdio_write() 57 MCDI_SET_DWORD(inbuf, MDIO_WRITE_IN_DEVAD, devad); in efx_mcdi_mdio_write() [all …]
|
D | ef10_sriov.c | 18 MCDI_DECLARE_BUF(inbuf, MC_CMD_EVB_PORT_ASSIGN_IN_LEN); in efx_ef10_evb_port_assign() 21 MCDI_SET_DWORD(inbuf, EVB_PORT_ASSIGN_IN_PORT_ID, port_id); in efx_ef10_evb_port_assign() 22 MCDI_POPULATE_DWORD_2(inbuf, EVB_PORT_ASSIGN_IN_FUNCTION, in efx_ef10_evb_port_assign() 26 return efx_mcdi_rpc(efx, MC_CMD_EVB_PORT_ASSIGN, inbuf, sizeof(inbuf), in efx_ef10_evb_port_assign() 33 MCDI_DECLARE_BUF(inbuf, MC_CMD_VSWITCH_ALLOC_IN_LEN); in efx_ef10_vswitch_alloc() 36 MCDI_SET_DWORD(inbuf, VSWITCH_ALLOC_IN_UPSTREAM_PORT_ID, port_id); in efx_ef10_vswitch_alloc() 37 MCDI_SET_DWORD(inbuf, VSWITCH_ALLOC_IN_TYPE, vswitch_type); in efx_ef10_vswitch_alloc() 38 MCDI_SET_DWORD(inbuf, VSWITCH_ALLOC_IN_NUM_VLAN_TAGS, 2); in efx_ef10_vswitch_alloc() 39 MCDI_POPULATE_DWORD_1(inbuf, VSWITCH_ALLOC_IN_FLAGS, in efx_ef10_vswitch_alloc() 43 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_VSWITCH_ALLOC, inbuf, sizeof(inbuf), in efx_ef10_vswitch_alloc() [all …]
|
D | mcdi.c | 151 const efx_dword_t *inbuf, size_t inlen) in efx_mcdi_send_request() argument 222 le32_to_cpu(inbuf[i].u32[0])); in efx_mcdi_send_request() 228 efx->type->mcdi_request(efx, hdr, hdr_len, inbuf, inlen); in efx_mcdi_send_request() 803 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc() argument 810 if (inbuf && inlen && (inbuf == outbuf)) { in _efx_mcdi_rpc() 816 rc = efx_mcdi_rpc_start(efx, cmd, inbuf, inlen); in _efx_mcdi_rpc() 841 efx_mcdi_send_request(efx, cmd, inbuf, inlen); in _efx_mcdi_rpc() 861 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc_evb_retry() argument 868 rc = _efx_mcdi_rpc(efx, cmd, inbuf, inlen, in _efx_mcdi_rpc_evb_retry() 886 rc = _efx_mcdi_rpc(efx, cmd, inbuf, inlen, in _efx_mcdi_rpc_evb_retry() [all …]
|
D | mcdi_filters.c | 95 efx_dword_t *inbuf) in efx_mcdi_filter_push_prep_set_match_fields() argument 100 MCDI_SET_DWORD(inbuf, FILTER_OP_IN_OP, in efx_mcdi_filter_push_prep_set_match_fields() 118 memcpy(MCDI_PTR(inbuf, FILTER_OP_IN_ ## mcdi_field), \ in efx_mcdi_filter_push_prep_set_match_fields() 152 MCDI_POPULATE_DWORD_1(inbuf, in efx_mcdi_filter_push_prep_set_match_fields() 190 MCDI_SET_DWORD(inbuf, FILTER_OP_IN_MATCH_FIELDS, in efx_mcdi_filter_push_prep_set_match_fields() 196 efx_dword_t *inbuf, u64 handle, in efx_mcdi_filter_push_prep() argument 202 memset(inbuf, 0, MC_CMD_FILTER_OP_EXT_IN_LEN); in efx_mcdi_filter_push_prep() 217 MCDI_SET_DWORD(inbuf, FILTER_OP_IN_OP, in efx_mcdi_filter_push_prep() 219 MCDI_SET_QWORD(inbuf, FILTER_OP_IN_HANDLE, handle); in efx_mcdi_filter_push_prep() 221 efx_mcdi_filter_push_prep_set_match_fields(efx, spec, inbuf); in efx_mcdi_filter_push_prep() [all …]
|
D | ef10.c | 185 MCDI_DECLARE_BUF(inbuf, MC_CMD_LICENSING_V3_IN_LEN); in efx_ef10_read_licensed_features() 191 MCDI_SET_DWORD(inbuf, LICENSING_V3_IN_OP, in efx_ef10_read_licensed_features() 193 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_LICENSING_V3, inbuf, sizeof(inbuf), in efx_ef10_read_licensed_features() 347 MCDI_DECLARE_BUF(inbuf, MC_CMD_VPORT_GET_MAC_ADDRESSES_IN_LEN); in efx_ef10_get_mac_address_vf() 352 MCDI_SET_DWORD(inbuf, VPORT_GET_MAC_ADDRESSES_IN_VPORT_ID, in efx_ef10_get_mac_address_vf() 354 rc = efx_mcdi_rpc(efx, MC_CMD_VPORT_GET_MAC_ADDRESSES, inbuf, in efx_ef10_get_mac_address_vf() 355 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_ef10_get_mac_address_vf() 718 MCDI_DECLARE_BUF(inbuf, MC_CMD_FREE_PIOBUF_IN_LEN); in efx_ef10_free_piobufs() 725 MCDI_SET_DWORD(inbuf, FREE_PIOBUF_IN_PIOBUF_HANDLE, in efx_ef10_free_piobufs() 727 rc = efx_mcdi_rpc(efx, MC_CMD_FREE_PIOBUF, inbuf, sizeof(inbuf), in efx_ef10_free_piobufs() [all …]
|
D | ptp.c | 408 MCDI_DECLARE_BUF(inbuf, MC_CMD_PTP_IN_STATUS_LEN); in efx_ptp_update_stats() 428 MCDI_SET_DWORD(inbuf, PTP_IN_OP, MC_CMD_PTP_OP_STATUS); in efx_ptp_update_stats() 429 MCDI_SET_DWORD(inbuf, PTP_IN_PERIPH_ID, 0); in efx_ptp_update_stats() 430 rc = efx_mcdi_rpc(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_update_stats() 638 MCDI_DECLARE_BUF(inbuf, MC_CMD_PTP_IN_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes() 649 MCDI_SET_DWORD(inbuf, PTP_IN_OP, MC_CMD_PTP_OP_GET_ATTRIBUTES); in efx_ptp_get_attributes() 650 MCDI_SET_DWORD(inbuf, PTP_IN_PERIPH_ID, 0); in efx_ptp_get_attributes() 651 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_get_attributes() 661 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), in efx_ptp_get_attributes() 737 MCDI_DECLARE_BUF(inbuf, MC_CMD_PTP_IN_GET_TIMESTAMP_CORRECTIONS_LEN); in efx_ptp_get_timestamp_corrections() [all …]
|
D | mcdi_port_common.c | 73 MCDI_DECLARE_BUF(inbuf, MC_CMD_SET_LINK_IN_LEN); in efx_mcdi_set_link() 78 MCDI_SET_DWORD(inbuf, SET_LINK_IN_CAP, capabilities); in efx_mcdi_set_link() 79 MCDI_SET_DWORD(inbuf, SET_LINK_IN_FLAGS, flags); in efx_mcdi_set_link() 80 MCDI_SET_DWORD(inbuf, SET_LINK_IN_LOOPBACK_MODE, loopback_mode); in efx_mcdi_set_link() 81 MCDI_SET_DWORD(inbuf, SET_LINK_IN_LOOPBACK_SPEED, loopback_speed); in efx_mcdi_set_link() 83 rc = efx_mcdi_rpc(efx, MC_CMD_SET_LINK, inbuf, sizeof(inbuf), in efx_mcdi_set_link() 762 MCDI_DECLARE_BUF(inbuf, MC_CMD_START_BIST_IN_LEN); in efx_mcdi_bist() 768 MCDI_SET_DWORD(inbuf, START_BIST_IN_TYPE, bist_mode); in efx_mcdi_bist() 770 inbuf, MC_CMD_START_BIST_IN_LEN, NULL, 0, NULL); in efx_mcdi_bist() 906 MCDI_DECLARE_BUF(inbuf, MC_CMD_GET_PHY_MEDIA_INFO_IN_LEN); in efx_mcdi_phy_get_module_eeprom_page() [all …]
|
D | mcdi_mon.c | 147 MCDI_DECLARE_BUF(inbuf, MC_CMD_READ_SENSORS_EXT_IN_LEN); in efx_mcdi_mon_update() 150 MCDI_SET_QWORD(inbuf, READ_SENSORS_EXT_IN_DMA_ADDR, in efx_mcdi_mon_update() 152 MCDI_SET_DWORD(inbuf, READ_SENSORS_EXT_IN_LENGTH, hwmon->dma_buf.len); in efx_mcdi_mon_update() 155 inbuf, sizeof(inbuf), NULL, 0, NULL); in efx_mcdi_mon_update() 307 MCDI_DECLARE_BUF(inbuf, MC_CMD_SENSOR_INFO_EXT_IN_LEN); in efx_mcdi_mon_probe() 319 MCDI_SET_DWORD(inbuf, SENSOR_INFO_EXT_IN_PAGE, page); in efx_mcdi_mon_probe() 321 rc = efx_mcdi_rpc(efx, MC_CMD_SENSOR_INFO, inbuf, sizeof(inbuf), in efx_mcdi_mon_probe() 381 MCDI_SET_DWORD(inbuf, SENSOR_INFO_EXT_IN_PAGE, in efx_mcdi_mon_probe() 384 inbuf, sizeof(inbuf), in efx_mcdi_mon_probe()
|
D | mcdi.h | 145 int efx_mcdi_rpc(struct efx_nic *efx, unsigned cmd, const efx_dword_t *inbuf, 149 const efx_dword_t *inbuf, size_t inlen, 154 const efx_dword_t *inbuf, size_t inlen); 167 const efx_dword_t *inbuf, size_t inlen, size_t outlen, 171 const efx_dword_t *inbuf, size_t inlen,
|
/drivers/tty/hvc/ |
D | hvsi_lib.c | 70 struct hvsi_control *pkt = (struct hvsi_control *)pv->inbuf; in hvsi_got_control() 86 struct hvsi_query *pkt = (struct hvsi_query *)pv->inbuf; in hvsi_got_query() 111 (struct hvsi_query_response *)pv->inbuf; in hvsi_got_response() 128 if (pv->inbuf[0] < 0xfc) { in hvsi_check_packet() 132 type = pv->inbuf[0]; in hvsi_check_packet() 133 len = pv->inbuf[1]; in hvsi_check_packet() 161 memmove(pv->inbuf, &pv->inbuf[len], pv->inbuf_len); in hvsi_check_packet() 170 &pv->inbuf[pv->inbuf_len], in hvsi_get_packet() 203 memcpy(&buf[read], &pv->inbuf[pv->inbuf_cur], l); in hvsilib_get_chars() 215 memmove(pv->inbuf, &pv->inbuf[pv->inbuf_cur], in hvsilib_get_chars()
|
/drivers/infiniband/core/ |
D | ucma.c | 369 static ssize_t ucma_get_event(struct ucma_file *file, const char __user *inbuf, in ucma_get_event() argument 383 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_get_event() 439 static ssize_t ucma_create_id(struct ucma_file *file, const char __user *inbuf, in ucma_create_id() argument 452 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_create_id() 591 static ssize_t ucma_destroy_id(struct ucma_file *file, const char __user *inbuf, in ucma_destroy_id() argument 602 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_destroy_id() 625 static ssize_t ucma_bind_ip(struct ucma_file *file, const char __user *inbuf, in ucma_bind_ip() argument 632 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_bind_ip() 650 static ssize_t ucma_bind(struct ucma_file *file, const char __user *inbuf, in ucma_bind() argument 657 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_bind() [all …]
|
/drivers/input/touchscreen/ |
D | ilitek_ts_i2c.c | 73 int (*func)(struct ilitek_ts_data *ts, u16 cmd, u8 *inbuf, u8 *outbuf); 214 u16 idx, u8 *inbuf, u8 *outbuf) in api_protocol_set_cmd() argument 223 error = ts->ptl_cb_func[idx].func(ts, cmd, inbuf, outbuf); in api_protocol_set_cmd() 231 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_ptl_ver() argument 248 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_mcu_ver() argument 266 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_fw_ver() argument 282 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_scrn_res() argument 301 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_tp_res() argument 322 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_ic_mode() argument 337 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_set_ic_sleep() argument [all …]
|
/drivers/crypto/nx/ |
D | nx-common-pseries.c | 312 unsigned long inbuf, outbuf; in nx842_pseries_compress() local 320 inbuf = (unsigned long)in; in nx842_pseries_compress() 321 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_compress() 347 if ((inbuf & NX842_HW_PAGE_MASK) == in nx842_pseries_compress() 348 ((inbuf + inlen - 1) & NX842_HW_PAGE_MASK)) { in nx842_pseries_compress() 350 op.in = nx842_get_pa((void *)inbuf); in nx842_pseries_compress() 354 nx842_build_scatterlist(inbuf, inlen, &slin); in nx842_pseries_compress() 442 unsigned long inbuf, outbuf; in nx842_pseries_decompress() local 451 inbuf = (unsigned long)in; in nx842_pseries_decompress() 452 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_decompress() [all …]
|
/drivers/tty/vt/ |
D | consolemap.c | 325 unsigned short inbuf[E_TABSZ]; in con_set_trans_old() local 332 inbuf[i] = UNI_DIRECT_BASE | ubuf[i]; in con_set_trans_old() 335 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_old() 360 unsigned short inbuf[E_TABSZ]; in con_set_trans_new() local 362 if (copy_from_user(inbuf, arg, sizeof(inbuf))) in con_set_trans_new() 366 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_new()
|
/drivers/staging/greybus/ |
D | hid.c | 30 char *inbuf; member 173 kfree(ghid->inbuf); in gb_hid_free_buffers() 174 ghid->inbuf = NULL; in gb_hid_free_buffers() 180 ghid->inbuf = kzalloc(bufsize, GFP_KERNEL); in gb_hid_alloc_buffers() 181 if (!ghid->inbuf) in gb_hid_alloc_buffers() 195 if (gb_hid_get_report(ghid, report->type, report->id, ghid->inbuf, in gb_hid_init_report() 204 hid_report_raw_event(ghid->hid, report->type, ghid->inbuf, size, 1); in gb_hid_init_report()
|
/drivers/s390/char/ |
D | con3215.c | 83 char *inbuf; /* pointer to input buffer */ member 162 ccw->cda = (__u32) __pa(raw->inbuf); in raw3215_mk_read_req() 393 EBCASC(raw->inbuf, count); in raw3215_irq() 394 cchar = ctrlchar_handle(raw->inbuf, count, tty); in raw3215_irq() 407 (strncmp(raw->inbuf+count-2, "\252n", 2) && in raw3215_irq() 408 strncmp(raw->inbuf+count-2, "^n", 2)) ) { in raw3215_irq() 410 raw->inbuf[count] = '\n'; in raw3215_irq() 414 tty_insert_flip_string(&raw->port, raw->inbuf, in raw3215_irq() 622 info->inbuf = kzalloc(RAW3215_INBUF_SIZE, GFP_KERNEL | GFP_DMA); in raw3215_alloc_info() 623 if (!info->buffer || !info->inbuf) { in raw3215_alloc_info() [all …]
|
/drivers/hid/i2c-hid/ |
D | i2c-hid-core.c | 145 u8 *inbuf; /* Input buffer */ member 486 ret = i2c_master_recv(ihid->client, ihid->inbuf, size); in i2c_hid_get_input() 496 ret_size = ihid->inbuf[0] | ihid->inbuf[1] << 8; in i2c_hid_get_input() 513 ihid->inbuf[0] = size & 0xff; in i2c_hid_get_input() 514 ihid->inbuf[1] = size >> 8; in i2c_hid_get_input() 523 i2c_hid_dbg(ihid, "input: %*ph\n", ret_size, ihid->inbuf); in i2c_hid_get_input() 526 hid_input_report(ihid->hid, HID_INPUT_REPORT, ihid->inbuf + 2, in i2c_hid_get_input() 570 kfree(ihid->inbuf); in i2c_hid_free_buffers() 574 ihid->inbuf = NULL; in i2c_hid_free_buffers() 591 ihid->inbuf = kzalloc(report_size, GFP_KERNEL); in i2c_hid_alloc_buffers() [all …]
|
/drivers/iio/dac/ |
D | mcp4725.c | 389 u8 inbuf[4]; in mcp4725_probe() local 462 err = i2c_master_recv(client, inbuf, data->id == MCP4725 ? 3 : 4); in mcp4725_probe() 468 pd = (inbuf[0] >> 1) & 0x3; in mcp4725_probe() 471 data->dac_value = (inbuf[1] << 4) | (inbuf[2] >> 4); in mcp4725_probe() 473 ref = (inbuf[3] >> 3) & 0x3; in mcp4725_probe()
|
D | max5821.c | 175 u8 inbuf[2]; in max5821_get_value() local 194 ret = i2c_master_recv(client, inbuf, 2); in max5821_get_value() 205 *val = ((inbuf[0] & 0x0f) << 6) | (inbuf[1] >> 2); in max5821_get_value()
|
/drivers/platform/olpc/ |
D | olpc-ec.c | 23 u8 *inbuf, *outbuf; member 97 desc->err = ec_driver->ec_cmd(desc->cmd, desc->inbuf, desc->inlen, in olpc_ec_worker() 126 int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen) in olpc_ec_cmd() argument 148 desc.inbuf = inbuf; in olpc_ec_cmd()
|
/drivers/comedi/drivers/ |
D | usbduxfast.c | 152 s8 *inbuf; member 308 devpriv->inbuf, SIZEINBUF, in usbduxfast_submit_urb() 806 devpriv->inbuf, SIZEINBUF, in usbduxfast_ai_insn_read() 817 devpriv->inbuf, SIZEINBUF, in usbduxfast_ai_insn_read() 831 data[i] = ((u16 *)(devpriv->inbuf))[j]; in usbduxfast_ai_insn_read() 950 devpriv->inbuf = kmalloc(SIZEINBUF, GFP_KERNEL); in usbduxfast_auto_attach() 951 if (!devpriv->inbuf) in usbduxfast_auto_attach() 996 kfree(devpriv->inbuf); in usbduxfast_detach()
|
/drivers/s390/block/ |
D | dcssblk.c | 358 dcssblk_shared_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t c… in dcssblk_shared_store() argument 364 if ((count > 1) && (inbuf[1] != '\n') && (inbuf[1] != '\0')) in dcssblk_shared_store() 372 if (inbuf[0] == '1') { in dcssblk_shared_store() 390 } else if (inbuf[0] == '0') { in dcssblk_shared_store() 462 dcssblk_save_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t cou… in dcssblk_save_store() argument 467 if ((count > 1) && (inbuf[1] != '\n') && (inbuf[1] != '\0')) in dcssblk_save_store() 472 if (inbuf[0] == '1') { in dcssblk_save_store() 494 } else if (inbuf[0] == '0') { in dcssblk_save_store()
|
/drivers/sbus/char/ |
D | uctrl.c | 91 u8 *inbuf; member 280 byte = (txn->inbuf[bytecnt] << 8); in uctrl_do_txn() 308 txn.inbuf = NULL; in uctrl_get_event_status() 328 txn.inbuf = NULL; in uctrl_get_external_status()
|
/drivers/misc/ |
D | fastrpc.c | 1043 } inbuf; in fastrpc_init_create_process() local 1060 inbuf.pgid = fl->tgid; in fastrpc_init_create_process() 1061 inbuf.namelen = strlen(current->comm) + 1; in fastrpc_init_create_process() 1062 inbuf.filelen = init.filelen; in fastrpc_init_create_process() 1063 inbuf.pageslen = 1; in fastrpc_init_create_process() 1064 inbuf.attrs = init.attrs; in fastrpc_init_create_process() 1065 inbuf.siglen = init.siglen; in fastrpc_init_create_process() 1082 args[0].ptr = (u64)(uintptr_t)&inbuf; in fastrpc_init_create_process() 1083 args[0].length = sizeof(inbuf); in fastrpc_init_create_process() 1087 args[1].length = inbuf.namelen; in fastrpc_init_create_process() [all …]
|