Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/arch/powerpc/include/asm/
Ddcr.h41 #define DCR_MAP_OK(host) dcr_map_ok_generic(host) argument
43 #define dcr_unmap(host, dcr_c) dcr_unmap_generic(host, dcr_c) argument
44 #define dcr_read(host, dcr_n) dcr_read_generic(host, dcr_n) argument
45 #define dcr_write(host, dcr_n, value) dcr_write_generic(host, dcr_n, value) argument
51 #define DCR_MAP_OK(host) dcr_map_ok_native(host) argument
53 #define dcr_unmap(host, dcr_c) dcr_unmap_native(host, dcr_c) argument
54 #define dcr_read(host, dcr_n) dcr_read_native(host, dcr_n) argument
55 #define dcr_write(host, dcr_n, value) dcr_write_native(host, dcr_n, value) argument
58 #define DCR_MAP_OK(host) dcr_map_ok_mmio(host) argument
60 #define dcr_unmap(host, dcr_c) dcr_unmap_mmio(host, dcr_c) argument
[all …]
Ddcr-mmio.h32 static inline bool dcr_map_ok_mmio(dcr_host_mmio_t host) in dcr_map_ok_mmio() argument
34 return host.token != NULL; in dcr_map_ok_mmio()
40 extern void dcr_unmap_mmio(dcr_host_mmio_t host, unsigned int dcr_c);
42 static inline u32 dcr_read_mmio(dcr_host_mmio_t host, unsigned int dcr_n) in dcr_read_mmio() argument
44 return in_be32(host.token + ((host.base + dcr_n) * host.stride)); in dcr_read_mmio()
47 static inline void dcr_write_mmio(dcr_host_mmio_t host, in dcr_write_mmio() argument
51 out_be32(host.token + ((host.base + dcr_n) * host.stride), value); in dcr_write_mmio()
Ddcr-generic.h32 } host; member
35 extern bool dcr_map_ok_generic(dcr_host_t host);
39 extern void dcr_unmap_generic(dcr_host_t host, unsigned int dcr_c);
41 extern u32 dcr_read_generic(dcr_host_t host, unsigned int dcr_n);
43 extern void dcr_write_generic(dcr_host_t host, unsigned int dcr_n, u32 value);
Ddcr-native.h33 static inline bool dcr_map_ok_native(dcr_host_native_t host) in dcr_map_ok_native() argument
40 #define dcr_unmap_native(host, dcr_c) do {} while (0) argument
41 #define dcr_read_native(host, dcr_n) mfdcr(dcr_n + host.base) argument
42 #define dcr_write_native(host, dcr_n, value) mtdcr(dcr_n + host.base, value) argument
/arch/powerpc/sysdev/
Ddcr.c50 bool dcr_map_ok_generic(dcr_host_t host) in dcr_map_ok_generic() argument
52 if (host.type == DCR_HOST_NATIVE) in dcr_map_ok_generic()
53 return dcr_map_ok_native(host.host.native); in dcr_map_ok_generic()
54 else if (host.type == DCR_HOST_MMIO) in dcr_map_ok_generic()
55 return dcr_map_ok_mmio(host.host.mmio); in dcr_map_ok_generic()
65 dcr_host_t host; in dcr_map_generic() local
69 host.type = DCR_HOST_INVALID; in dcr_map_generic()
73 return host; in dcr_map_generic()
80 host.type = DCR_HOST_NATIVE; in dcr_map_generic()
81 host.host.native = dcr_map_native(dev, dcr_n, dcr_c); in dcr_map_generic()
[all …]
/arch/powerpc/platforms/powermac/
Dlow_i2c.c186 name, __kw_state_names[host->state], isr); \
198 static inline u8 __kw_read_reg(struct pmac_i2c_host_kw *host, reg_t reg) in __kw_read_reg() argument
200 return readb(host->base + (((unsigned int)reg) << host->bsteps)); in __kw_read_reg()
203 static inline void __kw_write_reg(struct pmac_i2c_host_kw *host, in __kw_write_reg() argument
206 writeb(val, host->base + (((unsigned)reg) << host->bsteps)); in __kw_write_reg()
207 (void)__kw_read_reg(host, reg_subaddr); in __kw_write_reg()
210 #define kw_write_reg(reg, val) __kw_write_reg(host, reg, val)
211 #define kw_read_reg(reg) __kw_read_reg(host, reg)
213 static u8 kw_i2c_wait_interrupt(struct pmac_i2c_host_kw *host) in kw_i2c_wait_interrupt() argument
227 if (host->polled) { in kw_i2c_wait_interrupt()
[all …]
/arch/um/os-Linux/
Dutil.c50 struct utsname host; in setup_machinename() local
52 uname(&host); in setup_machinename()
55 if (!strcmp(host.machine, "x86_64")) { in setup_machinename()
60 if (!strcmp(host.machine, "i686")) { in setup_machinename()
66 strcpy(machine_out, host.machine); in setup_machinename()
71 struct utsname host; in setup_hostinfo() local
73 uname(&host); in setup_hostinfo()
74 snprintf(buf, len, "%s %s %s %s %s", host.sysname, host.nodename, in setup_hostinfo()
75 host.release, host.version, host.machine); in setup_hostinfo()
/arch/um/
DKconfig.net13 kernels can talk to each other, the host, and with the host's help,
30 running UML to exchange packets with its host over one of the
31 host's Ethertap devices, such as /dev/tap0. Additional running
35 link with the host.
37 To use this, your host kernel must have support for Ethertap
38 devices. Also, if your host kernel is 2.4.x, it must have
46 If you'd like to set up an IP network with the host and/or the
57 packets with the host over a TUN/TAP device. This option will only
58 work with a 2.4 host, unless you've applied the TUN/TAP patch to
59 your 2.2 host kernel.
[all …]
DKconfig.char14 lines on the UML that are usually made to show up on the host as
33 lines to host portals. They may be accessed with 'telnet <host>
43 lines to host pseudo-terminals. Access to both traditional
45 with this option. The assignment of UML devices to host devices
53 lines to host terminals. Access to both virtual consoles
109 between the host's dsp and mixer devices and the UML sound system.
DKconfig.um33 access files stored on the host. It does not require any
40 /tmp/umlshare is a directory on the host with files the UML user
46 If you'd like to be able to work with files stored on the host,
99 This driver allows a host file to be used as emulated IO memory inside
/arch/powerpc/platforms/82xx/
Dpq2ads-pci-pic.c31 struct irq_domain *host; member
98 int virq = irq_linear_revmap(priv->host, bit); in pq2ads_pci_irq_demux()
121 struct irq_domain *host; in pq2ads_pci_init_irq() local
158 host = irq_domain_add_linear(np, NUM_IRQS, &pci_pic_host_ops, priv); in pq2ads_pci_init_irq()
159 if (!host) { in pq2ads_pci_init_irq()
164 priv->host = host; in pq2ads_pci_init_irq()
/arch/powerpc/kvm/
DKconfig11 Say Y here to get to see options for using your Linux host to run
58 in virtual machines on book3s_32 host processors.
74 in virtual machines on book3s_64 host processors.
82 tristate "KVM for POWER7 and later using hypervisor mode in host"
90 hypervisor mode available to the host.
98 different processor from the host processor.
103 tristate "KVM support without using hypervisor mode in host"
108 without using hypervisor mode in the host, by running the
114 and can emulate processors that are different from the host
116 host.
[all …]
/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c136 static int pxa310_start_otg_host_transcvr(struct usb_bus *host) in pxa310_start_otg_host_transcvr() argument
154 err = otg_set_host(u2d->otg->otg, host); in pxa310_start_otg_host_transcvr()
161 static int pxa310_start_otg_hc(struct usb_bus *host) in pxa310_start_otg_hc() argument
171 err = pxa310_start_otg_host_transcvr(host); in pxa310_start_otg_hc()
239 static inline int pxa310_start_otg_hc(struct usb_bus *host) in pxa310_start_otg_hc() argument
251 int pxa3xx_u2d_start_hc(struct usb_bus *host) in pxa3xx_u2d_start_hc() argument
263 err = pxa310_start_otg_hc(host); in pxa3xx_u2d_start_hc()
270 void pxa3xx_u2d_stop_hc(struct usb_bus *host) in pxa3xx_u2d_stop_hc() argument
/arch/x86/kvm/
Dhyperv.c78 u64 data, bool host) in synic_set_sint() argument
83 if (vector < 16 && !host) in synic_set_sint()
212 u32 msr, u64 data, bool host) in synic_set_msr() argument
220 trace_kvm_hv_synic_set_msr(vcpu->vcpu_id, msr, data, host); in synic_set_msr()
226 if (!host) in synic_set_msr()
230 if (!host) { in synic_set_msr()
237 if ((data & HV_SYNIC_SIEFP_ENABLE) && !host && in synic_set_msr()
245 if (!host) in synic_set_msr()
249 if ((data & HV_SYNIC_SIMP_ENABLE) && !host && in synic_set_msr()
257 if (!host) in synic_set_msr()
[all …]
Dtrace.h1107 TP_PROTO(int vcpu_id, u32 msr, u64 data, bool host),
1108 TP_ARGS(vcpu_id, msr, data, host),
1114 __field(bool, host)
1121 __entry->host = host
1125 __entry->vcpu_id, __entry->msr, __entry->data, __entry->host)
1132 TP_PROTO(int vcpu_id, int timer_index, u64 config, bool host),
1133 TP_ARGS(vcpu_id, timer_index, config, host),
1139 __field(bool, host)
1146 __entry->host = host;
1151 __entry->host)
[all …]
/arch/powerpc/platforms/embedded6xx/
Dhlwd-pic.c208 struct irq_domain *host; in hlwd_pic_probe() local
216 host = hlwd_pic_init(np); in hlwd_pic_probe()
217 BUG_ON(!host); in hlwd_pic_probe()
219 irq_set_handler_data(cascade_virq, host); in hlwd_pic_probe()
222 hlwd_irq_host = host; in hlwd_pic_probe()
/arch/ia64/hp/sim/
Dsimscsi.c49 static struct Scsi_Host *host; variable
358 host = scsi_host_alloc(&driver_template, 0); in simscsi_init()
359 if (!host) in simscsi_init()
362 error = scsi_add_host(host, NULL); in simscsi_init()
365 scsi_scan_host(host); in simscsi_init()
369 scsi_host_put(host); in simscsi_init()
/arch/powerpc/platforms/cell/
Dspider-pic.c65 struct irq_domain *host; member
212 virq = irq_linear_revmap(pic->host, cs); in spider_irq_cascade()
236 of_node = irq_domain_get_of_node(pic->host); in spider_find_cascade_and_node()
302 pic->host = irq_domain_add_linear(of_node, SPIDER_SRC_COUNT, in spider_init_one()
304 if (pic->host == NULL) in spider_init_one()
/arch/arm/mach-footbridge/
DKconfig50 bool "EBSA285 (host mode)"
59 in host ("central function") mode.
85 # Footbridge in host mode
94 # EBSA285 board in either host or addin mode
/arch/arm/boot/dts/
Dbcm283x-rpi-usb-host.dtsi2 dr_mode = "host";
Drk3066a-mk808.dts77 vcc_host: usb-host-regulator {
84 regulator-name = "host-pwr";
150 usb-host {
151 host_drv: host-drv {
Ddm8148-t410.dts100 dr_mode = "host";
106 dr_mode = "host";
/arch/arm/kvm/
DKconfig11 Say Y here to get to see options for using your Linux host to run
51 Provides host support for ARM processors.
/arch/arm64/kvm/
DKconfig11 Say Y here to get to see options for using your Linux host to run
49 Provides host support for ARM processors.
/arch/mips/boot/dts/img/
Dboston.dts40 compatible = "xlnx,axi-pcie-host-1.00.a";
70 compatible = "xlnx,axi-pcie-host-1.00.a";
100 compatible = "xlnx,axi-pcie-host-1.00.a";

12345678910>>...13