Home
last modified time | relevance | path

Searched refs:channel_addr (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/unisys/uislib/
Duislib.c209 if ((msg->cmd.create_bus.channel_addr != 0) && in create_bus()
213 init_vbus_channel(msg->cmd.create_bus.channel_addr, in create_bus()
348 dev->channel_addr = msg->cmd.create_device.channel_addr; in create_device()
355 dev->chanptr = (void __iomem *)__va(dev->channel_addr); in create_device()
370 uislib_ioremap_cache(dev->channel_addr, in create_device()
727 u64 channel_addr, ulong n_channel_bytes) in uislib_client_inject_add_bus() argument
758 msg.cmd.create_bus.channel_addr = channel_addr; in uislib_client_inject_add_bus()
841 msg.cmd.create_device.channel_addr = phys_chan_addr; in uislib_client_inject_add_vhba()
896 msg.cmd.create_device.channel_addr = phys_chan_addr; in uislib_client_inject_add_vnic()
/linux-4.1.27/drivers/staging/unisys/include/
Duisutils.h114 u64 channel_addr, ulong n_channel_bytes);
220 static inline unsigned int issue_vmcall_io_visorserial_addr(u64 *channel_addr) in issue_vmcall_io_visorserial_addr() argument
229 *channel_addr = params.address; in issue_vmcall_io_visorserial_addr()
Duisqueue.h130 u64 channel_addr; member
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dcontrolvmchannel.h221 u64 channel_addr; /* Guest physical address of the channel, which member
256 u64 channel_addr; /* Guest physical address of member
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset_main.c1070 bus_info->chan_info.channel_addr = cmd->create_bus.channel_addr; in bus_create()
1193 dev_info->chan_info.channel_addr = cmd->create_device.channel_addr; in my_device_create()
1653 handle_command(struct controlvm_message inmsg, HOSTADDRESS channel_addr) in handle_command() argument
1664 if (channel_addr == 0) in handle_command()
1666 parm_addr = channel_addr + inmsg.hdr.payload_vm_offset; in handle_command()
1934 if (local_crash_bus_msg.cmd.create_bus.channel_addr != 0) { in setup_crash_devices_work_queue()
1943 if (local_crash_dev_msg.cmd.create_device.channel_addr != 0) { in setup_crash_devices_work_queue()
Dvisorchipset.h65 HOSTADDRESS channel_addr; member