Searched refs:cp (Results 51 - 75 of 502) sorted by path

1234567891011>>

/linux-master/arch/mips/
H A DMakefile533 $(Q)cp $(KCONFIG_CONFIG) $(objtree)/.config.$@
/linux-master/arch/mips/alchemy/common/
H A Ddbdma.c262 au1x_dma_chan_t *cp; local
325 cp = (au1x_dma_chan_t *)dcp;
344 cp->ddma_cfg = i;
759 au1x_dma_chan_t *cp; local
764 cp = ctp->chan_ptr;
765 cp->ddma_cfg &= ~DDMA_CFG_EN; /* Disable channel */
767 while (!(cp->ddma_stat & DDMA_STAT_H)) {
776 cp->ddma_stat |= (DDMA_STAT_DB | DDMA_STAT_V);
789 au1x_dma_chan_t *cp; local
792 cp
830 au1x_dma_chan_t *cp; local
871 au1x_dma_chan_t *cp; local
897 au1x_dma_chan_t *cp; local
[all...]
/linux-master/arch/mips/fw/arc/
H A Dcmdline.c41 static char __init *move_firmware_args(int argc, LONG *argv, char *cp) argument
54 strcat(cp, used_arc[i][1]);
55 cp += strlen(used_arc[i][1]);
60 strcpy(cp, s);
61 cp += strlen(s);
63 *cp++ = ' ';
70 return cp;
75 char *cp; local
80 cp = arcs_cmdline;
85 cp
[all...]
/linux-master/arch/mips/rb532/
H A Dprom.c52 char *cp, *board; local
60 cp = cmd_line;
75 *(cp++) = ' ';
85 strcpy(cp, prom_argv[i]);
86 cp += strlen(prom_argv[i]);
88 *(cp++) = ' ';
92 *(cp++) = ' ';
93 strcpy(cp, arcs_cmdline);
94 cp += strlen(arcs_cmdline);
/linux-master/arch/mips/vdso/
H A DMakefile85 $(foreach file,$(filter %.raw,$^),cp $(file) $(file:%.raw=%) &&) \
/linux-master/arch/nios2/boot/
H A Dinstall.sh28 cp $3 $4/System.map
/linux-master/arch/parisc/
H A DMakefile141 cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \
H A Dinstall.sh38 cp $3 $4/System.map-$1
/linux-master/arch/parisc/mm/
H A Dinit.c85 char *cp, *end; local
91 for (cp = boot_command_line; *cp; ) {
92 if (memcmp(cp, "mem=", 4) == 0) {
93 cp += 4;
94 limit = memparse(cp, &end);
95 if (end != cp)
97 cp = end;
99 while (*cp != ' ' && *cp)
[all...]
/linux-master/arch/parisc/net/
H A Dbpf_jit.h435 static inline u32 hppa_t10_insn(u8 opcode, u8 r2, u8 r1, u8 c, u8 ext3, u8 cp, u8 t) argument
438 (ext3 << 10) | (cp << 5) | t);
/linux-master/arch/powerpc/boot/
H A DMakefile213 cmd_copy_libfdt = cp $< $@
222 $(Q)cp $< $@
442 @cp $< $@
H A Dinstall.sh37 cp $3 $4/System.map-$1
H A Dserial.c37 char ch, *cp; local
40 cp = buf;
42 cp = &buf[count];
50 if (cp != buf) {
51 cp--;
57 while (cp != buf) {
58 cp--;
63 *cp++ = ch;
72 *cp = 0;
/linux-master/arch/powerpc/include/asm/
H A Dcpm1.h54 extern void __init cpm_load_patch(cpm8xx_t *cp);
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c727 static unsigned long __init prom_strtoul(const char *cp, const char **endp) argument
731 if (*cp == '0') {
733 cp++;
734 if (prom_toupper(*cp) == 'X') {
735 cp++;
740 while (prom_isxdigit(*cp) &&
741 (value = prom_isdigit(*cp) ? *cp - '0' : prom_toupper(*cp) - 'A' + 10) < base) {
743 cp
[all...]
/linux-master/arch/powerpc/kvm/
H A Dpowerpc.c2258 static int pseries_get_cpu_char(struct kvm_ppc_cpu_char *cp) argument
2268 cp->character = c.character;
2269 cp->behaviour = c.behaviour;
2270 cp->character_mask = KVM_PPC_CPU_CHAR_SPEC_BAR_ORI31 |
2279 cp->behaviour_mask = KVM_PPC_CPU_BEHAV_FAVOUR_SECURITY |
2287 static int pseries_get_cpu_char(struct kvm_ppc_cpu_char *cp) argument
2307 static int kvmppc_get_cpu_char(struct kvm_ppc_cpu_char *cp) argument
2312 memset(cp, 0, sizeof(*cp));
2313 r = pseries_get_cpu_char(cp);
[all...]
/linux-master/arch/powerpc/platforms/8xx/
H A Dmicropatch.c324 static void __init cpm_write_patch(cpm8xx_t *cp, int offset, uint *patch, int len) argument
328 memcpy_toio(cp->cp_dpmem + offset, patch, len);
331 void __init cpm_load_patch(cpm8xx_t *cp) argument
333 out_be16(&cp->cp_rccr, 0);
335 cpm_write_patch(cp, 0, patch_2000, sizeof(patch_2000));
336 cpm_write_patch(cp, 0xf00, patch_2f00, sizeof(patch_2f00));
337 cpm_write_patch(cp, 0xe00, patch_2e00, sizeof(patch_2e00));
345 iip = (iic_t *)&cp->cp_dparam[PROFF_IIC];
349 spp = (struct spi_pram *)&cp->cp_dparam[PROFF_SPI];
355 smp = (smc_uart_t *)&cp
[all...]
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dmvme5100.c55 struct device_node *cp = NULL; local
75 cp = of_find_compatible_node(NULL, NULL, "chrp,iic");
76 if (cp == NULL) {
81 cirq = irq_of_parse_and_map(cp, 0);
101 i8259_init(cp, intack);
102 of_node_put(cp);
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c1554 const char *cp; local
1561 cp = of_get_property(dn, "compatible", NULL);
1562 if (!cp) {
1567 return sprintf(buf, "vio:T%sS%s\n", vio_dev->type, cp);
1592 const char *cp; local
1595 if (dn && (cp = of_get_property(dn, "compatible", NULL)))
1596 add_uevent_var(env, "MODALIAS=vio:T%sS%s", vio_dev->type, cp);
/linux-master/arch/riscv/
H A DMakefile.postlink20 cmd_cp_vmlinux_relocs = cp vmlinux vmlinux.relocs
/linux-master/arch/riscv/boot/
H A Dinstall.sh39 cp $3 $4/System.map-$1
/linux-master/arch/riscv/kvm/
H A Dvcpu_sbi.c117 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
122 run->riscv_sbi.extension_id = cp->a7;
123 run->riscv_sbi.function_id = cp->a6;
124 run->riscv_sbi.args[0] = cp->a0;
125 run->riscv_sbi.args[1] = cp->a1;
126 run->riscv_sbi.args[2] = cp->a2;
127 run->riscv_sbi.args[3] = cp->a3;
128 run->riscv_sbi.args[4] = cp->a4;
129 run->riscv_sbi.args[5] = cp->a5;
130 run->riscv_sbi.ret[0] = cp
157 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
423 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
[all...]
H A Dvcpu_sbi_base.c19 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
23 switch (cp->a6) {
36 if ((cp->a0 >= SBI_EXT_EXPERIMENTAL_START &&
37 cp->a0 <= SBI_EXT_EXPERIMENTAL_END) ||
38 (cp->a0 >= SBI_EXT_VENDOR_START &&
39 cp->a0 <= SBI_EXT_VENDOR_END)) {
47 sbi_ext = kvm_vcpu_sbi_find_ext(vcpu, cp->a0);
H A Dvcpu_sbi_hsm.c18 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
20 unsigned long target_vcpuid = cp->a0;
37 reset_cntx->sepc = cp->a1;
41 reset_cntx->a1 = cp->a2;
75 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
76 unsigned long target_vcpuid = cp->a0;
94 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
95 unsigned long funcid = cp->a6;
112 switch (cp->a0) {
H A Dvcpu_sbi_pmu.c20 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
22 unsigned long funcid = cp->a6;
35 ret = kvm_riscv_vcpu_pmu_ctr_info(vcpu, cp->a0, retdata);
39 temp = ((uint64_t)cp->a5 << 32) | cp->a4;
41 temp = cp->a4;
49 ret = kvm_riscv_vcpu_pmu_ctr_cfg_match(vcpu, cp->a0, cp->a1,
50 cp->a2, cp
[all...]

Completed in 289 milliseconds

1234567891011>>