Searched refs:cp (Results 76 - 100 of 502) sorted by path

1234567891011>>

/linux-master/arch/riscv/kvm/
H A Dvcpu_sbi_replace.c20 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
23 if (cp->a6 != SBI_EXT_TIME_SET_TIMER) {
30 next_cycle = ((u64)cp->a1 << 32) | (u64)cp->a0;
32 next_cycle = (u64)cp->a0;
51 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
52 unsigned long hmask = cp->a0;
53 unsigned long hbase = cp->a1;
55 if (cp->a6 != SBI_EXT_IPI_SEND_IPI) {
86 struct kvm_cpu_context *cp local
141 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
183 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
[all...]
H A Dvcpu_sbi_sta.c83 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
84 unsigned long shmem_phys_lo = cp->a0;
85 unsigned long shmem_phys_hi = cp->a1;
86 u32 flags = cp->a2;
131 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
132 unsigned long funcid = cp->a6;
H A Dvcpu_sbi_v01.c24 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; local
27 switch (cp->a7) {
39 next_cycle = ((u64)cp->a1 << 32) | (u64)cp->a0;
41 next_cycle = (u64)cp->a0;
49 if (cp->a0)
50 hmask = kvm_riscv_vcpu_unpriv_read(vcpu, false, cp->a0, utrap);
71 if (cp->a0)
72 hmask = kvm_riscv_vcpu_unpriv_read(vcpu, false, cp->a0, utrap);
78 if (cp
[all...]
/linux-master/arch/s390/boot/
H A Dinstall.sh24 cp -- "$3" "$4/System.map-$1"
H A Dstring.c52 static unsigned int simple_guess_base(const char *cp) argument
54 if (cp[0] == '0') {
55 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2]))
66 * @cp: The start of the string
71 unsigned long long simple_strtoull(const char *cp, char **endp, argument
77 base = simple_guess_base(cp);
79 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x')
80 cp
97 simple_strtol(const char *cp, char **endp, unsigned int base) argument
[all...]
/linux-master/arch/s390/include/asm/
H A Dnmi.h50 u64 cp : 1; /* 09 channel-report pending */ member in struct:mci::__anon5
/linux-master/arch/s390/kernel/
H A Ddis.c348 unsigned char *cp; local
353 cp = code + operand->shift / 8;
358 val |= (unsigned int) *cp++;
H A Dnmi.c406 if (mci.cp) {
H A Dsthyi.c137 struct cpu_inf cp; member in struct:lpar_cpu_inf
268 cpu_inf = &part_inf->cp;
295 part_inf->cp.lpar_weight = weight_cp;
298 part_inf->cp.all_weight += weight_cp;
356 sctns->par.infplgcp = scale_cap(lpar_inf.cp.lpar_grp_cap);
361 sctns->par.infpscps = lpar_inf.cp.cpu_num_shd;
362 sctns->par.infpdcps = lpar_inf.cp.cpu_num_ded;
367 sctns->par.infpabcp = scale_cap(lpar_inf.cp.lpar_cap);
382 if (lpar_inf.cp.lpar_weight) {
384 lpar_inf.cp
[all...]
/linux-master/arch/s390/mm/
H A Dcmm.c236 static int cmm_skip_blanks(char *cp, char **endp) argument
240 for (str = cp; *str == ' ' || *str == '\t'; str++)
243 return str != cp;
/linux-master/arch/sparc/boot/
H A Dinstall.sh28 cp $3 $4/System.map
/linux-master/arch/sparc/kernel/
H A Dds.c136 struct ds_cap_state *cp,
147 static void md_update_data(struct ds_info *dp, struct ds_cap_state *cp,
150 struct ds_cap_state *cp,
153 struct ds_cap_state *cp,
157 struct ds_cap_state *cp,
161 struct ds_cap_state *cp,
164 struct ds_cap_state *cp,
281 struct ds_cap_state *cp,
301 pkt.data.handle = cp->handle;
320 struct ds_cap_state *cp,
280 md_update_data(struct ds_info *dp, struct ds_cap_state *cp, void *buf, int len) argument
319 domain_shutdown_data(struct ds_info *dp, struct ds_cap_state *cp, void *buf, int len) argument
359 domain_panic_data(struct ds_info *dp, struct ds_cap_state *cp, void *buf, int len) argument
422 __dr_cpu_send_error(struct ds_info *dp, struct ds_cap_state *cp, struct ds_data *data) argument
448 dr_cpu_send_error(struct ds_info *dp, struct ds_cap_state *cp, struct ds_data *data) argument
533 dr_cpu_configure(struct ds_info *dp, struct ds_cap_state *cp, u64 req_num, cpumask_t *mask) argument
590 dr_cpu_unconfigure(struct ds_info *dp, struct ds_cap_state *cp, u64 req_num, cpumask_t *mask) argument
630 dr_cpu_data(struct ds_info *dp, struct ds_cap_state *cp, void *buf, int len) argument
681 ds_pri_data(struct ds_info *dp, struct ds_cap_state *cp, void *buf, int len) argument
726 ds_var_data(struct ds_info *dp, struct ds_cap_state *cp, void *buf, int len) argument
746 struct ds_cap_state *cp; local
894 struct ds_cap_state *cp = &dp->ds_states[i]; local
939 struct ds_cap_state *cp = find_cap(dp, ap->handle); local
951 struct ds_cap_state *cp = find_cap(dp, np->handle); local
1008 struct ds_cap_state *cp = find_cap(dp, dpkt->handle); local
1087 struct ds_cap_state *cp = &dp->ds_states[i]; local
[all...]
H A Dof_device_64.c425 struct device_node *cp; local
475 cp = of_find_node_by_phandle(handle);
477 return cp;
H A Dperf_event.c928 struct perf_event *cp = cpuc->event[i]; local
931 cpuc->current_idx[i] != cp->hw.idx) {
932 sparc_perf_event_update(cp, &cp->hw,
935 if (cp->hw.state & PERF_HES_STOPPED)
936 cp->hw.state |= PERF_HES_ARCH;
956 struct perf_event *cp = cpuc->event[i]; local
957 struct hw_perf_event *hwc = &cp->hw;
964 sparc_perf_event_set_period(cp, hwc, idx);
991 struct perf_event *cp local
1007 struct perf_event *cp = cpuc->event[i]; local
[all...]
/linux-master/arch/sparc/prom/
H A Dbootstr_32.c20 char *cp, *arg; local
29 cp = barg_buf;
37 if (cp >= barg_buf + BARG_LEN - 2)
40 *cp++ = *arg++;
42 *cp++ = ' ';
43 if (cp >= barg_buf + BARG_LEN - 1)
47 *cp = 0;
/linux-master/arch/sparc/vdso/
H A Dvma.c251 struct page *cp, **cpp = NULL; local
275 cp = alloc_page(GFP_KERNEL);
276 if (!cp)
278 cpp[i] = cp;
279 copy_page(page_address(cp), image->data + i * PAGE_SIZE);
/linux-master/arch/um/drivers/
H A Dpty.c81 char *pty, *bank, *cp; local
92 for (cp = "0123456789abcdef"; *cp; cp++) {
93 *pty = *cp;
/linux-master/arch/x86/boot/
H A Dboot.h309 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
H A Dgenimage.sh251 cp "$isolinux" "$ldlinux" "$tmp_dir"
252 cp "$FBZIMAGE" "$tmp_dir"/linux
254 cp "${FDINITRDS[@]}" "$tmp_dir"/
H A Dinstall.sh28 cp $3 $4/System.map
H A Dstring.c102 static unsigned int simple_guess_base(const char *cp) argument
104 if (cp[0] == '0') {
105 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2]))
116 * @cp: The start of the string
120 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) argument
125 base = simple_guess_base(cp);
127 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x')
128 cp
145 simple_strtol(const char *cp, char **endp, unsigned int base) argument
[all...]
H A Dstring.h28 extern unsigned long long simple_strtoull(const char *cp, char **endp,
30 long simple_strtol(const char *cp, char **endp, unsigned int base);
/linux-master/arch/x86/kernel/cpu/microcode/
H A Damd.c466 static bool get_builtin_microcode(struct cpio_data *cp, u8 family) argument
479 cp->size = fw.size;
480 cp->data = (void *)fw.data;
489 struct cpio_data cp; local
491 if (!get_builtin_microcode(&cp, x86_family(cpuid_1_eax)))
492 cp = find_microcode_in_initrd(ucode_path);
494 *ret = cp;
499 struct cpio_data cp = { }; local
507 find_blobs_in_containers(cpuid_1_eax, &cp);
508 if (!(cp
523 struct cpio_data cp; local
[all...]
H A Dintel.c347 static __init bool load_builtin_intel_microcode(struct cpio_data *cp) argument
362 cp->size = fw.size;
363 cp->data = (void *)fw.data;
371 struct cpio_data cp; local
375 if (!load_builtin_intel_microcode(&cp))
376 cp = find_microcode_in_initrd(ucode_path);
378 if (!(cp.data && cp.size))
381 return scan_microcode(cp.data, cp
[all...]
/linux-master/arch/x86/kernel/
H A Dmsr.c297 static int set_allow_writes(const char *val, const struct kernel_param *cp) argument

Completed in 297 milliseconds

1234567891011>>