Home
last modified time | relevance | path

Searched refs:wp (Results 1 – 25 of 90) sorted by relevance

1234

/arch/powerpc/math-emu/
Dmath_efp.c112 u32 wp[2]; member
203 vc.wp[0] = current->thread.evr[fc]; in do_spe_mathemu()
204 vc.wp[1] = regs->gpr[fc]; in do_spe_mathemu()
205 va.wp[0] = current->thread.evr[fa]; in do_spe_mathemu()
206 va.wp[1] = regs->gpr[fa]; in do_spe_mathemu()
207 vb.wp[0] = current->thread.evr[fb]; in do_spe_mathemu()
208 vb.wp[1] = regs->gpr[fb]; in do_spe_mathemu()
213 pr_debug("vc: %08x %08x\n", vc.wp[0], vc.wp[1]); in do_spe_mathemu()
214 pr_debug("va: %08x %08x\n", va.wp[0], va.wp[1]); in do_spe_mathemu()
215 pr_debug("vb: %08x %08x\n", vb.wp[0], vb.wp[1]); in do_spe_mathemu()
[all …]
/arch/ia64/kernel/
Dpatch.c147 u64 *wp; in ia64_patch_mckinley_e9() local
160 wp = (u64 *) ia64_imva((char *) offp + *offp); in ia64_patch_mckinley_e9()
161 wp[0] = 0x0000000100000011UL; /* nop.m 0; nop.i 0; br.ret.sptk.many b6 */ in ia64_patch_mckinley_e9()
162 wp[1] = 0x0084006880000200UL; in ia64_patch_mckinley_e9()
163 wp[2] = 0x0000000100000000UL; /* nop.m 0; nop.i 0; nop.i 0 */ in ia64_patch_mckinley_e9()
164 wp[3] = 0x0004000000000200UL; in ia64_patch_mckinley_e9()
165 ia64_fc(wp); ia64_fc(wp + 2); in ia64_patch_mckinley_e9()
/arch/powerpc/platforms/pseries/
Ddtl.c79 struct dtl_entry *wp = dtlr->write_ptr; in consume_dtle() local
82 if (!wp) in consume_dtle()
85 *wp = *dtle; in consume_dtle()
92 ++wp; in consume_dtle()
93 if (wp == dtlr->buf_end) in consume_dtle()
94 wp = dtlr->buf; in consume_dtle()
95 dtlr->write_ptr = wp; in consume_dtle()
/arch/arm/kernel/
Dhw_breakpoint.c697 struct perf_event *wp, **slots; in watchpoint_handler() local
706 wp = slots[i]; in watchpoint_handler()
708 if (wp == NULL) in watchpoint_handler()
711 info = counter_arch_bp(wp); in watchpoint_handler()
720 info->trigger = wp->attr.bp_addr; in watchpoint_handler()
742 if (!(access & hw_breakpoint_type(wp))) in watchpoint_handler()
751 perf_bp_event(wp, regs); in watchpoint_handler()
758 if (!wp->overflow_handler) in watchpoint_handler()
759 enable_single_step(wp, instruction_pointer(regs)); in watchpoint_handler()
769 struct perf_event *wp, **slots; in watchpoint_single_step_handler() local
[all …]
/arch/arm/boot/dts/
Domap5-sbc-t54.dts35 wp-inverted;
37 wp-gpios = <&gpio8 5 GPIO_ACTIVE_LOW>; /* gpio8_229 */
Drk3288-evb.dtsi99 disable-wp;
112 disable-wp; /* wp not hooked up */
Dkirkwood-sheevaplug-esata.dts28 wp-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
Dberlin2q-marvell-dmp.dts28 sdhci,wp-inverted;
Domap3-sbc-t3517.dts54 wp-gpios = <&gpio2 27 GPIO_ACTIVE_HIGH>; /* gpio_59 */
Drk3066a-bqcurie2.dts156 disable-wp;
168 disable-wp;
Dkirkwood-db.dtsi52 wp-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
Dimx23-stmp378x_devb.dts30 wp-gpios = <&gpio1 30 0>;
Dexynos5410-smdk5410.dts61 disable-wp;
Dkirkwood-sheevaplug-common.dtsi42 pmx_sdio_wp: pmx-sdio-wp {
Dexynos5260-xyref5260.dts94 disable-wp;
Dimx6qdl-rex.dtsi344 wp-gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
353 wp-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
Domap3-lilly-dbb056.dts88 OMAP3_CORE1_IOPAD(0x219a, PIN_INPUT_PULLUP | MUX_MODE4) /* uart3_cts_rctx.gpio_163 -> wp */
118 wp-gpios = <&gpio6 3 0>; /* gpio_163 */
Dimx6q-tx6q-1020-comtft.dts134 fsl,wp-controller;
Dimx6qdl-phytec-pfla02.dtsi348 wp-gpios = <&gpio1 2 0>;
357 wp-gpios = <&gpio1 29 0>;
Darmada-385-db.dts121 wp-inverted;
Dr8a7778-bockw-reference.dts106 wp-gpios = <&gpio3 18 GPIO_ACTIVE_HIGH>;
Dimx28-evk.dts38 wp-gpios = <&gpio2 12 0>;
46 wp-gpios = <&gpio0 28 0>;
/arch/arm64/kernel/
Dhw_breakpoint.c743 struct perf_event *wp, **slots; in watchpoint_handler() local
757 wp = slots[i]; in watchpoint_handler()
758 if (wp == NULL) in watchpoint_handler()
767 if (!(access & hw_breakpoint_type(wp))) in watchpoint_handler()
783 info = counter_arch_bp(wp); in watchpoint_handler()
785 perf_bp_event(wp, regs); in watchpoint_handler()
788 if (!wp->overflow_handler) in watchpoint_handler()
793 wp = slots[closest_match]; in watchpoint_handler()
794 info = counter_arch_bp(wp); in watchpoint_handler()
796 perf_bp_event(wp, regs); in watchpoint_handler()
[all …]
/arch/s390/include/asm/
Dnmi.h36 __u32 wp : 1; /* 20 psw mwp validity */ member
/arch/cris/include/arch-v32/arch/hwregs/
Drt_trace_defs.h92 unsigned int wp : 1; member

1234