Home
last modified time | relevance | path

Searched refs:param (Results 1 – 25 of 70) sorted by relevance

123

/arch/arm/mach-omap2/
Domap-secure.c41 u32 param[5]; in omap_secure_dispatcher() local
43 param[0] = nargs; in omap_secure_dispatcher()
44 param[1] = arg1; in omap_secure_dispatcher()
45 param[2] = arg2; in omap_secure_dispatcher()
46 param[3] = arg3; in omap_secure_dispatcher()
47 param[4] = arg4; in omap_secure_dispatcher()
54 outer_clean_range(__pa(param), __pa(param + 5)); in omap_secure_dispatcher()
55 ret = omap_smc2(idx, flag, __pa(param)); in omap_secure_dispatcher()
80 u32 param[5]; in omap3_save_secure_ram() local
85 param[0] = 4; /* Number of arguments */ in omap3_save_secure_ram()
[all …]
Domap-wakeupgen.c466 if (fwspec->param[0] != 0) in wakeupgen_domain_translate()
469 *hwirq = fwspec->param[1]; in wakeupgen_domain_translate()
470 *type = fwspec->param[2]; in wakeupgen_domain_translate()
488 if (fwspec->param[0] != 0) in wakeupgen_domain_alloc()
491 hwirq = fwspec->param[1]; in wakeupgen_domain_alloc()
/arch/s390/include/asm/
Dcpacf.h222 static inline int cpacf_km(unsigned long func, void *param, in cpacf_km() argument
226 register unsigned long r1 asm("1") = (unsigned long) param; in cpacf_km()
252 static inline int cpacf_kmc(unsigned long func, void *param, in cpacf_kmc() argument
256 register unsigned long r1 asm("1") = (unsigned long) param; in cpacf_kmc()
279 static inline void cpacf_kimd(unsigned long func, void *param, in cpacf_kimd() argument
283 register unsigned long r1 asm("1") = (unsigned long) param; in cpacf_kimd()
302 static inline void cpacf_klmd(unsigned long func, void *param, in cpacf_klmd() argument
306 register unsigned long r1 asm("1") = (unsigned long) param; in cpacf_klmd()
328 static inline int cpacf_kmac(unsigned long func, void *param, in cpacf_kmac() argument
332 register unsigned long r1 asm("1") = (unsigned long) param; in cpacf_kmac()
[all …]
/arch/powerpc/platforms/pseries/
Dlpar.c428 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in __pSeries_lpar_hugepage_invalidate() local
442 param[pix] = HBR_REQUEST | HBR_AVPN | slot[i]; in __pSeries_lpar_hugepage_invalidate()
443 param[pix+1] = hpte_encode_avpn(vpn[i], psize, ssize); in __pSeries_lpar_hugepage_invalidate()
446 rc = plpar_hcall9(H_BULK_REMOVE, param, in __pSeries_lpar_hugepage_invalidate()
447 param[0], param[1], param[2], in __pSeries_lpar_hugepage_invalidate()
448 param[3], param[4], param[5], in __pSeries_lpar_hugepage_invalidate()
449 param[6], param[7]); in __pSeries_lpar_hugepage_invalidate()
456 param[pix] = HBR_END; in __pSeries_lpar_hugepage_invalidate()
457 rc = plpar_hcall9(H_BULK_REMOVE, param, param[0], param[1], in __pSeries_lpar_hugepage_invalidate()
458 param[2], param[3], param[4], param[5], in __pSeries_lpar_hugepage_invalidate()
[all …]
/arch/powerpc/boot/
Dcpm-serial.c72 static struct cpm_param *param; variable
138 out_8(&param->rfcr, 0x10); in cpm_serial_open()
139 out_8(&param->tfcr, 0x10); in cpm_serial_open()
140 out_be16(&param->mrblr, 1); in cpm_serial_open()
141 out_be16(&param->maxidl, 0); in cpm_serial_open()
142 out_be16(&param->brkec, 0); in cpm_serial_open()
143 out_be16(&param->brkln, 0); in cpm_serial_open()
144 out_be16(&param->brkcr, 0); in cpm_serial_open()
157 out_be16(&param->rbase, cbd_offset); in cpm_serial_open()
158 out_be16(&param->tbase, cbd_offset + sizeof(struct cpm_bd)); in cpm_serial_open()
[all …]
/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec2122 set $param = (void*)0x08001000
123 set *(unsigned long *)($param) = 0x60ff6102
178 set $param = (void*)0x08001000
181 set {long}($param+0x00)=0
183 #set {long}($param+0x04)=0
185 #set {long}($param+0x08)=0x00000100
187 #set {long}($param+0x0C)=0
189 set {long}($param+0x10)=0x082a0000
191 set {long}($param+0x14)=0d6200000
194 set *(unsigned long *)($param + 0x0018) = 0d25000000
[all …]
/arch/m32r/platforms/mappi3/
Ddot.gdbinit111 set $param = (void*)0x08001000
112 set *(unsigned long *)($param) = 0x60ff6102
170 set $param = (void*)0x08001000
173 set {long}($param+0x00)=0
175 #set {long}($param+0x04)=0
177 #set {long}($param+0x08)=0x00000100
179 #set {long}($param+0x0C)=0
181 set {long}($param+0x10)=0x082a0000
183 set {long}($param+0x14)=0d6200000
186 set *(unsigned long *)($param + 0x0018) = 0d100000000
[all …]
/arch/powerpc/platforms/powermac/
Dfeature.c120 typedef long (*feature_call)(struct device_node *node, long param, long value);
163 static long ohare_htw_scc_enable(struct device_node *node, long param, in ohare_htw_scc_enable() argument
190 if ((param & 0xfff) == PMAC_SCC_IRDA) in ohare_htw_scc_enable()
227 if (param & PMAC_SCC_FLAG_XMON) in ohare_htw_scc_enable()
249 if ((param & 0xfff) == PMAC_SCC_IRDA) in ohare_htw_scc_enable()
256 static long ohare_floppy_enable(struct device_node *node, long param, in ohare_floppy_enable() argument
263 static long ohare_mesh_enable(struct device_node *node, long param, long value) in ohare_mesh_enable() argument
269 static long ohare_ide_enable(struct device_node *node, long param, long value) in ohare_ide_enable() argument
271 switch(param) { in ohare_ide_enable()
289 static long ohare_ide_reset(struct device_node *node, long param, long value) in ohare_ide_reset() argument
[all …]
/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu106 set $param = (void*)0x01001000
108 # set *(unsigned long *)($param + 0x0010) = 0x00000000
110 # set *(unsigned long *)($param + 0x0014) = 0x00000000
112 set *(unsigned long *)($param + 0x0018) = 0d66666667
114 set *(unsigned long *)($param + 0x001c) = 0d33333333
117 set *(unsigned long *)($param + 0x0020) = 0d128
119 …set {char[0x200]}($param + 0x100) = "console=ttyS0,115200n8x root=/dev/nfsroot nfsroot=192.168.0.1…
/arch/arm/mach-imx/
Dgpc.c175 if (fwspec->param[0] != 0) in imx_gpc_domain_translate()
178 *hwirq = fwspec->param[1]; in imx_gpc_domain_translate()
179 *type = fwspec->param[2]; in imx_gpc_domain_translate()
197 if (fwspec->param[0] != 0) in imx_gpc_domain_alloc()
200 hwirq = fwspec->param[1]; in imx_gpc_domain_alloc()
/arch/powerpc/kvm/
De500_emulate.c35 static int dbell2prio(ulong param) in dbell2prio() argument
37 int msg = param & PPC_DBELL_TYPE_MASK; in dbell2prio()
56 ulong param = vcpu->arch.gpr[rb]; in kvmppc_e500_emul_msgclr() local
57 int prio = dbell2prio(param); in kvmppc_e500_emul_msgclr()
68 ulong param = vcpu->arch.gpr[rb]; in kvmppc_e500_emul_msgsnd() local
70 int pir = param & PPC_DBELL_PIR_MASK; in kvmppc_e500_emul_msgsnd()
79 if ((param & PPC_DBELL_MSG_BRDCAST) || (cpir == pir)) { in kvmppc_e500_emul_msgsnd()
/arch/powerpc/platforms/powernv/
Dopal-prd.c274 unsigned long param) in opal_prd_ioctl() argument
284 rc = copy_to_user((void __user *)param, &info, sizeof(info)); in opal_prd_ioctl()
290 rc = copy_from_user(&scom, (void __user *)param, sizeof(scom)); in opal_prd_ioctl()
300 rc = copy_to_user((void __user *)param, &scom, sizeof(scom)); in opal_prd_ioctl()
306 rc = copy_from_user(&scom, (void __user *)param, sizeof(scom)); in opal_prd_ioctl()
314 rc = copy_to_user((void __user *)param, &scom, sizeof(scom)); in opal_prd_ioctl()
/arch/m32r/platforms/opsput/
Ddot.gdbinit119 set $param = (void*)0x88001000
121 # set *(unsigned long *)($param + 0x0010) = 0x08300000
123 # set *(unsigned long *)($param + 0x0014) = 0x00400000
125 set *(unsigned long *)($param + 0x0018) = 0d200000000
127 set *(unsigned long *)($param + 0x001c) = 0d50000000
128 # set *(unsigned long *)($param + 0x001c) = 0d25000000
131 set *(unsigned long *)($param + 0x0020) = 0d128
133 set {char[0x200]}($param + 0x100) = "console=ttyS0,115200n8x console=tty1 \
/arch/m32r/platforms/mappi/
Ddot.gdbinit.smp272 set $param = (void*)0x08001000
274 # set *(unsigned long *)($param + 0x0010) = 0x082a0000
276 # set *(unsigned long *)($param + 0x0014) = 0x00000000
278 set *(unsigned long *)($param + 0x0018) = 0d160000000
279 # set *(unsigned long *)($param + 0x0018) = 0d80000000
280 # set *(unsigned long *)($param + 0x0018) = 0d40000000
282 set *(unsigned long *)($param + 0x001c) = 0d40000000
285 set *(unsigned long *)($param + 0x0020) = 0d128
287 …set {char[0x200]}($param + 0x100) = "console=tty1 console=ttyS0,115200n8x root=/dev/nfsroot nfsroo…
288 # set {char[0x200]}($param + 0x100) = "console=tty1 root=/dev/nfsroot nfsroot=192.168.0.1:/project…
Ddot.gdbinit.nommu195 set $param = (void*)0x00001000
197 #set *(unsigned long *)($param + 0x0010) = 0x082a0000
199 #set *(unsigned long *)($param + 0x0014) = 0x00000000
201 set *(unsigned long *)($param + 0x0018) = 0d200000000
203 set *(unsigned long *)($param + 0x001c) = 0d50000000
206 set *(unsigned long *)($param + 0x0020) = 0d128
208 …set {char[0x200]}($param + 0x100) = "console=ttyS0,115200n8x root=/dev/nfsroot nfsroot=192.168.0.1…
Ddot.gdbinit195 set $param = (void*)0x08001000
197 # set *(unsigned long *)($param + 0x0010) = 0x08300000
199 # set *(unsigned long *)($param + 0x0014) = 0x00000000
201 set *(unsigned long *)($param + 0x0018) = 0d360000000
203 set *(unsigned long *)($param + 0x001c) = 0d90000000
206 set *(unsigned long *)($param + 0x0020) = 0d128
208 …set {char[0x200]}($param + 0x100) = "console=ttyS0,115200n8x console=tty1 root=/dev/nfsroot nfsroo…
/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_300MHz_32MB181 set $param = (void*)0x08001000
183 # set *(unsigned long *)($param + 0x0010) = 0x08300000
185 # set *(unsigned long *)($param + 0x0014) = 0x00000000
187 set *(unsigned long *)($param + 0x0018) = 0d300000000
189 set *(unsigned long *)($param + 0x001c) = 0d75000000
192 set *(unsigned long *)($param + 0x0020) = 0d128
194 …set {char[0x200]}($param + 0x100) = "console=ttyS0,115200n8x console=tty1 root=/dev/nfsroot nfsroo…
Ddot.gdbinit_400MHz_32MB181 set $param = (void*)0x08001000
183 # set *(unsigned long *)($param + 0x0010) = 0x08300000
185 # set *(unsigned long *)($param + 0x0014) = 0x00000000
187 set *(unsigned long *)($param + 0x0018) = 0d400000000
189 set *(unsigned long *)($param + 0x001c) = 0d50000000
192 set *(unsigned long *)($param + 0x0020) = 0d128
194 …set {char[0x200]}($param + 0x100) = "console=ttyS0,115200n8x console=tty1 root=/dev/nfsroot nfsroo…
Ddot.gdbinit_200MHz_16MB181 set $param = (void*)0x08001000
183 # set *(unsigned long *)($param + 0x0010) = 0x08300000
185 # set *(unsigned long *)($param + 0x0014) = 0x00000000
187 set *(unsigned long *)($param + 0x0018) = 0d200000000
189 set *(unsigned long *)($param + 0x001c) = 0d50000000
192 set *(unsigned long *)($param + 0x0020) = 0d128
194 …set {char[0x200]}($param + 0x100) = "console=ttyS0,115200n8x console=tty1 root=/dev/nfsroot nfsroo…
/arch/mips/txx9/generic/
Dspi_eeprom.c91 struct read_param param = { in spi_eeprom_read() local
99 read_param = &param; in spi_eeprom_read()
/arch/mips/include/asm/mach-loongson32/
Dnand.h28 bool ls1x_dma_filter_fn(struct dma_chan *chan, void *param);
/arch/arc/kernel/
Dtraps.c121 unsigned int param = regs->ecr_param; in do_non_swi_trap() local
123 switch (param) { in do_non_swi_trap()
/arch/sh/include/asm/
Ddma.h63 int (*extend)(struct dma_channel *chan, unsigned long op, void *param);
137 extern int dma_extend(unsigned int chan, unsigned long op, void *param);
/arch/parisc/include/uapi/asm/
DKbuild6 generic-y += param.h
/arch/powerpc/include/uapi/asm/
DKbuild4 generic-y += param.h

123