Searched refs:pc (Results 1 - 25 of 741) sorted by last modified time

1234567891011>>

/linux-master/sound/pci/emu10k1/
H A Demuproc.c336 u32 pc; local
347 for (pc = 0; pc < (emu->audigy ? 1024 : 512); pc++) {
353 low = snd_emu10k1_efx_read(emu, pc * 2);
354 high = snd_emu10k1_efx_read(emu, pc * 2 + 1);
371 pc, high, low);
/linux-master/net/core/
H A Dfilter.c375 /* if (tmp != 0) goto pc + 1 */
702 /* Adjust pc relative offset for 2nd or 3rd insn. */ \
919 int pc, ret = 0; local
929 for (pc = 0; pc < flen; pc++) {
930 memvalid &= masks[pc];
932 switch (filter[pc].code) {
935 memvalid |= (1 << filter[pc].k);
939 if (!(memvalid & (1 << filter[pc]
1064 int pc; local
[all...]
/linux-master/include/sound/
H A Demu10k1.h1846 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc);
/linux-master/arch/xtensa/kernel/
H A Dstacktrace.c36 unsigned long pc = regs->pc; local
43 frame.pc = pc;
46 if (pc == 0 || pc >= TASK_SIZE || ufn(&frame, data))
74 pc = MAKE_PC_FROM_RA(a0, pc);
81 frame.pc = pc;
122 unsigned long pc = regs->depc > VALID_DOUBLE_EXCEPTION_ADDRESS ? local
[all...]
H A Dprocess.c379 unsigned long sp, pc; local
384 pc = MAKE_PC_FROM_RA(p->thread.ra, _text);
389 pc == 0)
391 if (!in_sched_functions(pc))
392 return pc;
396 pc = MAKE_PC_FROM_RA(SPILL_SLOT(sp, 0), _text);
/linux-master/arch/xtensa/include/asm/
H A Dptrace.h54 unsigned long pc; /* 4 */ member in struct:pt_regs
88 # define instruction_pointer(regs) ((regs)->pc)
90 (regs)->pc))
H A Dprocessor.h117 /* Convert return address to a valid pc
129 /* Convert return address to a valid pc
182 * as if we did a call4 to the new pc.
204 (regs)->pc = (new_pc); \
225 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c570 unsigned long pc; local
588 pc = (unsigned long)&ctx->ro_insns[ctx->ninsns - insn_len];
596 ins_offset = pc - (long)&ex->insn;
612 fixup_offset = (long)&ex->fixup - (pc + insn_len * sizeof(u16));
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c749 regs->pc = (unsigned long)&ex->fixup - offset;
760 unsigned long pc; local
776 pc = (unsigned long)&ctx->ro_image[ctx->idx - 1];
784 ins_offset = pc - (long)&ex->insn;
800 fixup_offset = (long)&ex->fixup - (pc + AARCH64_INSN_SIZE);
/linux-master/kernel/
H A Dprofile.c36 u32 pc, hits; member in struct:profile_hit
190 if (hits[i].pc)
191 hits[i].pc = 0;
194 atomic_add(hits[i].hits, &prof_buffer[hits[i].pc]);
195 hits[i].hits = hits[i].pc = 0;
218 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; local
222 pc = min((pc - (unsigned long)_stext) >> prof_shift, prof_len - 1);
223 i = primary = (pc & (NR_PROFILE_GRP - 1)) << PROFILE_GRPSHIFT;
224 secondary = (~(pc <<
319 unsigned long pc; local
[all...]
/linux-master/include/linux/
H A Dcpu.h195 bool cpu_in_idle(unsigned long pc);
/linux-master/
H A DMakefile615 -name CVS -o -name .pc -o -name .hg -o -name .git \) \
/linux-master/arch/arc/include/asm/
H A Dsmp.h60 void (*cpu_kick)(int cpu, unsigned long pc);
/linux-master/arch/x86/kvm/
H A Dx86.c8951 kvm_run->debug.arch.pc = kvm_get_linear_rip(vcpu);
9035 kvm_run->debug.arch.pc = eip;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5314 kvm_run->debug.arch.pc = kvm_get_linear_rip(vcpu);
5547 vcpu->run->debug.arch.pc = kvm_get_linear_rip(vcpu);
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c2090 kvm_run->debug.arch.pc =
2105 kvm_run->debug.arch.pc = svm->vmcb->save.cs.base + svm->vmcb->save.rip;
/linux-master/tools/perf/util/
H A Dannotate.c1939 int pc = 0, count, sub_id; local
2022 addr = pc + ((u64 *)(uintptr_t)(info_linear->info.jited_ksyms))[sub_id];
2023 count = disassemble(pc, &info);
2053 args->offset = pc;
2062 pc += count;
2063 } while (count > 0 && pc < len);
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h287 __u64 pc; member in struct:kvm_debug_exit_arch
/linux-master/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h36 __u64 pc; member in struct:kvm_regs
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1390 xdpi_fifo->pc = &sq->xdpi_fifo_pc;
1574 sq->db.skb_fifo.pc = &sq->skb_fifo_pc;
1832 if (mlx5e_wqc_has_room_for(wq, sq->cc, sq->pc, 1)) {
1833 u16 pi = mlx5_wq_cyc_ctr2ix(wq, sq->pc);
1840 nop = mlx5e_post_nop(wq, sq->sqn, &sq->pc);
1841 mlx5e_notify_hw(wq, sq->pc, sq->uar_map, &nop->ctrl);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c30 if (sq->cc == sq->pc)
37 "Wait for SQ 0x%x flush timeout (sq cc = 0x%x, sq pc = 0x%x)\n",
38 sq->sqn, sq->cc, sq->pc);
45 WARN_ONCE(sq->cc != sq->pc,
46 "SQ 0x%x: cc (0x%x) != pc (0x%x)\n",
47 sq->sqn, sq->cc, sq->pc);
50 sq->pc = 0;
242 devlink_fmsg_u32_pair_put(fmsg, "pc", sq->pc);
497 sq->ch_ix, sq->sqn, sq->cq.mcq.cqn, sq->cc, sq->pc,
[all...]
/linux-master/arch/x86/kernel/apic/
H A Dapic.c44 #include <asm/pc-conf-reg.h>
/linux-master/arch/x86/events/
H A Dcore.c1963 bool pc = (config & ARCH_PERFMON_EVENTSEL_PIN_CONTROL); local
1980 if (pc)
1981 ret += sprintf(page + ret, ",pc");
/linux-master/drivers/firmware/arm_scmi/
H A Dpowercap.c367 const struct scmi_powercap_info *pc,
380 msg->domain = cpu_to_le32(pc->id);
382 cpu_to_le32(FIELD_PREP(CAP_SET_ASYNC, pc->async_powercap_cap_set) |
386 if (!pc->async_powercap_cap_set || ignore_dresp) {
394 if (le32_to_cpu(resp->domain) == pc->id)
397 pc->id,
413 const struct scmi_powercap_info *pc; local
415 pc = scmi_powercap_dom_info_get(ph, domain_id);
416 if (!pc || !pc
366 scmi_powercap_xfer_cap_set(const struct scmi_protocol_handle *ph, const struct scmi_powercap_info *pc, u32 power_cap, bool ignore_dresp) argument
534 const struct scmi_powercap_info *pc; local
561 const struct scmi_powercap_info *pc; local
[all...]
/linux-master/kernel/trace/
H A Dring_buffer.c3322 unsigned long pc = preempt_count(); local
3325 if (pc & SOFTIRQ_OFFSET)
3328 if (pc & HARDIRQ_MASK)
3331 if (pc & NMI_MASK)

Completed in 357 milliseconds

1234567891011>>