Searched defs:wp (Results 1 - 8 of 8) sorted by relevance

/arch/ia64/kernel/
H A Dpatch.c147 u64 *wp; local
160 wp = (u64 *) ia64_imva((char *) offp + *offp);
161 wp[0] = 0x0000000100000011UL; /* nop.m 0; nop.i 0; br.ret.sptk.many b6 */
162 wp[1] = 0x0084006880000200UL;
163 wp[2] = 0x0000000100000000UL; /* nop.m 0; nop.i 0; nop.i 0 */
164 wp[3] = 0x0004000000000200UL;
165 ia64_fc(wp); ia64_fc(wp + 2);
/arch/s390/include/asm/
H A Dnmi.h36 __u32 wp : 1; /* 20 psw mwp validity */ member in struct:mci
/arch/powerpc/platforms/pseries/
H A Ddtl.c79 struct dtl_entry *wp = dtlr->write_ptr; local
82 if (!wp)
85 *wp = *dtle;
92 ++wp;
93 if (wp == dtlr->buf_end)
94 wp = dtlr->buf;
95 dtlr->write_ptr = wp;
/arch/cris/include/arch-v32/arch/hwregs/
H A Drt_trace_defs.h92 unsigned int wp : 1; member in struct:__anon862
/arch/arm/kernel/
H A Dhw_breakpoint.c697 struct perf_event *wp, **slots; local
706 wp = slots[i];
708 if (wp == NULL)
711 info = counter_arch_bp(wp);
720 info->trigger = wp->attr.bp_addr;
742 if (!(access & hw_breakpoint_type(wp)))
751 perf_bp_event(wp, regs);
758 if (!wp->overflow_handler)
759 enable_single_step(wp, instruction_pointer(regs));
769 struct perf_event *wp, **slot local
[all...]
H A Detm.c290 int wp; local
297 wp = etb_readl(t, ETBR_WRITEADDR);
298 return wp;
/arch/arm64/kernel/
H A Dhw_breakpoint.c662 struct perf_event *wp, **slots; local
673 wp = slots[i];
675 if (wp == NULL)
678 info = counter_arch_bp(wp);
706 if (!(access & hw_breakpoint_type(wp)))
710 perf_bp_event(wp, regs);
713 if (!wp->overflow_handler)
/arch/powerpc/math-emu/
H A Dmath_efp.c112 u32 wp[2]; member in union:dw_union
203 vc.wp[0] = current->thread.evr[fc];
204 vc.wp[1] = regs->gpr[fc];
205 va.wp[0] = current->thread.evr[fa];
206 va.wp[1] = regs->gpr[fa];
207 vb.wp[0] = current->thread.evr[fb];
208 vb.wp[1] = regs->gpr[fb];
213 pr_debug("vc: %08x %08x\n", vc.wp[0], vc.wp[1]);
214 pr_debug("va: %08x %08x\n", va.wp[
[all...]

Completed in 142 milliseconds