Home
last modified time | relevance | path

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

12345678910>>...25

/arch/powerpc/math-emu/
A Dmath_efp.c210 pr_debug("vc: %08x %08x\n", vc.wp[0], vc.wp[1]); in do_spe_mathemu()
211 pr_debug("va: %08x %08x\n", va.wp[0], va.wp[1]); in do_spe_mathemu()
236 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()
240 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()
244 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S; in do_spe_mathemu()
520 vc.wp[0] = va.wp[0] & ~SIGN_BIT_S; in do_spe_mathemu()
521 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S; in do_spe_mathemu()
525 vc.wp[0] = va.wp[0] | SIGN_BIT_S; in do_spe_mathemu()
526 vc.wp[1] = va.wp[1] | SIGN_BIT_S; in do_spe_mathemu()
530 vc.wp[0] = va.wp[0] ^ SIGN_BIT_S; in do_spe_mathemu()
[all …]
/arch/arm/kernel/
A Dhw_breakpoint.c745 wp = slots[i]; in watchpoint_handler()
746 if (wp == NULL) in watchpoint_handler()
757 info = counter_arch_bp(wp); in watchpoint_handler()
795 perf_bp_event(wp, regs); in watchpoint_handler()
810 wp = slots[closest_match]; in watchpoint_handler()
811 info = counter_arch_bp(wp); in watchpoint_handler()
814 perf_bp_event(wp, regs); in watchpoint_handler()
833 wp = slots[i]; in watchpoint_single_step_handler()
835 if (wp == NULL) in watchpoint_single_step_handler()
838 info = counter_arch_bp(wp); in watchpoint_single_step_handler()
[all …]
/arch/arm/boot/dts/rockchip/
A Drk3288-veyron-mighty.dts23 wp-gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>;
25 /delete-property/ disable-wp;
30 sdmmc_wp_pin: sdmmc-wp-pin {
/arch/powerpc/platforms/pseries/
A Ddtl.c68 struct dtl_entry *wp = dtlr->write_ptr; in consume_dtle() local
71 if (!wp) in consume_dtle()
74 *wp = *dtle; in consume_dtle()
81 ++wp; in consume_dtle()
82 if (wp == dtlr->buf_end) in consume_dtle()
83 wp = dtlr->buf; in consume_dtle()
84 dtlr->write_ptr = wp; in consume_dtle()
/arch/riscv/boot/dts/sophgo/
A Dsg2042-milkv-pioneer.dts51 wp-inverted;
69 sdhci-emmc-wp-pins {
103 sdhci-sd-cd-wp-pins {
137 wp-inverted;
A Dsg2042-evb-v1.dts135 wp-inverted;
169 sdhci-emmc-wp-pins {
203 sdhci-sd-cd-wp-pins {
237 wp-inverted;
A Dsg2042-evb-v2.dts123 wp-inverted;
157 sdhci-emmc-wp-pins {
191 sdhci-sd-cd-wp-pins {
225 wp-inverted;
A Dcv1812h-huashan-pi.dts72 disable-wp;
82 disable-wp;
A Dsg2044-sophgo-srd3-10.dts35 wp-inverted;
108 wp-inverted;
/arch/arm/boot/dts/ti/omap/
A Domap5-sbc-t54.dts36 wp-inverted;
38 wp-gpios = <&gpio8 5 GPIO_ACTIVE_LOW>; /* gpio8_229 */
/arch/arm64/kernel/
A Dhw_breakpoint.c732 static int watchpoint_report(struct perf_event *wp, unsigned long addr, in watchpoint_report() argument
735 int step = is_default_overflow_handler(wp); in watchpoint_report()
736 struct arch_hw_breakpoint *info = counter_arch_bp(wp); in watchpoint_report()
748 perf_bp_event(wp, regs); in watchpoint_report()
759 struct perf_event *wp, **slots; in do_watchpoint() local
772 wp = slots[i]; in do_watchpoint()
773 if (wp == NULL) in do_watchpoint()
782 if (!(access & hw_breakpoint_type(wp))) in do_watchpoint()
798 step = watchpoint_report(wp, addr, regs); in do_watchpoint()
/arch/arm64/boot/dts/amlogic/
A Dmeson-gxl-s905x-nexbox-a95x.dts164 disable-wp;
185 disable-wp;
204 disable-wp;
A Dmeson-gxl-s905x-p212.dtsi125 disable-wp;
150 disable-wp;
169 disable-wp;
A Dmeson-gxbb-p20x.dtsi169 disable-wp;
197 disable-wp;
216 disable-wp;
A Dmeson-gxl-s905w-jethome-jethub-j80.dts140 disable-wp;
161 disable-wp;
180 disable-wp;
/arch/arm64/boot/dts/marvell/
A Darmada-3720-espressobin.dts10 …* Schematic available at http://espressobin.net/wp-content/uploads/2017/08/ESPRESSObin_V5_Schemati…
/arch/arm/boot/dts/broadcom/
A Dbcm947622.dts37 brcm,wp-not-connected;
A Dbcm96855.dts37 brcm,wp-not-connected;
A Dbcm963138.dts34 brcm,wp-not-connected;
A Dbcm963148.dts37 brcm,wp-not-connected;
A Dbcm963178.dts37 brcm,wp-not-connected;
A Dbcm96756.dts37 brcm,wp-not-connected;
A Dbcm96846.dts37 brcm,wp-not-connected;
A Dbcm96878.dts37 brcm,wp-not-connected;
/arch/arm/boot/dts/nxp/imx/
A Dimx6ul-tx6ul-0011.dts30 fsl,wp-controller;

Completed in 29 milliseconds

12345678910>>...25