Searched refs:wp (Results 1 – 25 of 90) sorted by relevance
1234
/arch/powerpc/math-emu/ |
D | math_efp.c | 112 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/ |
D | patch.c | 147 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/ |
D | dtl.c | 79 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/ |
D | hw_breakpoint.c | 697 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/ |
D | omap5-sbc-t54.dts | 35 wp-inverted; 37 wp-gpios = <&gpio8 5 GPIO_ACTIVE_LOW>; /* gpio8_229 */
|
D | rk3288-evb.dtsi | 99 disable-wp; 112 disable-wp; /* wp not hooked up */
|
D | kirkwood-sheevaplug-esata.dts | 28 wp-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
|
D | berlin2q-marvell-dmp.dts | 28 sdhci,wp-inverted;
|
D | omap3-sbc-t3517.dts | 54 wp-gpios = <&gpio2 27 GPIO_ACTIVE_HIGH>; /* gpio_59 */
|
D | rk3066a-bqcurie2.dts | 156 disable-wp; 168 disable-wp;
|
D | kirkwood-db.dtsi | 52 wp-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
|
D | imx23-stmp378x_devb.dts | 30 wp-gpios = <&gpio1 30 0>;
|
D | exynos5410-smdk5410.dts | 61 disable-wp;
|
D | kirkwood-sheevaplug-common.dtsi | 42 pmx_sdio_wp: pmx-sdio-wp {
|
D | exynos5260-xyref5260.dts | 94 disable-wp;
|
D | imx6qdl-rex.dtsi | 344 wp-gpios = <&gpio2 3 GPIO_ACTIVE_LOW>; 353 wp-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
|
D | omap3-lilly-dbb056.dts | 88 OMAP3_CORE1_IOPAD(0x219a, PIN_INPUT_PULLUP | MUX_MODE4) /* uart3_cts_rctx.gpio_163 -> wp */ 118 wp-gpios = <&gpio6 3 0>; /* gpio_163 */
|
D | imx6q-tx6q-1020-comtft.dts | 134 fsl,wp-controller;
|
D | imx6qdl-phytec-pfla02.dtsi | 348 wp-gpios = <&gpio1 2 0>; 357 wp-gpios = <&gpio1 29 0>;
|
D | armada-385-db.dts | 121 wp-inverted;
|
D | r8a7778-bockw-reference.dts | 106 wp-gpios = <&gpio3 18 GPIO_ACTIVE_HIGH>;
|
D | imx28-evk.dts | 38 wp-gpios = <&gpio2 12 0>; 46 wp-gpios = <&gpio0 28 0>;
|
/arch/arm64/kernel/ |
D | hw_breakpoint.c | 743 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/ |
D | nmi.h | 36 __u32 wp : 1; /* 20 psw mwp validity */ member
|
/arch/cris/include/arch-v32/arch/hwregs/ |
D | rt_trace_defs.h | 92 unsigned int wp : 1; member
|
1234