Searched refs:probing (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Dsb.c110 sbmatch(struct sbdsp_softc *sc, int probing, cfdata_t match) argument
129 probing ? "sbmatch" : device_xname(sc->sc_dev),
136 probing ? "sbmatch" : device_xname(sc->sc_dev),
155 probing ? "sbmatch" : device_xname(sc->sc_dev),
165 probing ? "sbmatch" : device_xname(sc->sc_dev),
172 probing ? "sbmatch" : device_xname(sc->sc_dev),
182 probing ? "sbmatch" : device_xname(sc->sc_dev),
188 probing ? "sbmatch" : device_xname(sc->sc_dev),
194 probing ? "sbmatch" : device_xname(sc->sc_dev),
210 probing
[all...]
H A Dsb_isa.c99 sbfind(device_t parent, struct sbdsp_softc *sc, int probing, argument
125 if (!sbmatch(sc, probing, match))
130 if (probing) {
H A Dpas.c289 struct isa_attach_args *ia, int probing)
426 if (probing) {
437 if (rc == 0 || probing)
441 if (rc == 0 || probing)
288 pasfind(cfdata_t match, struct pas_softc *sc, struct isa_attach_args *ia, int probing) argument
H A Dwss_isa.c120 wssfind(device_t parent, cfdata_t match, struct wss_softc *sc, int probing, argument
199 if (probing) {
/netbsd-current/sys/dev/sdmmc/
H A Dsdhc.c1593 bool probing; local
1642 probing = (cmd->c_flags & SCF_TOUT_OK) != 0;
1643 if (!sdhc_wait_intr(hp, SDHC_COMMAND_COMPLETE, SDHC_COMMAND_TIMEOUT*3, probing)) {
2285 sdhc_wait_intr(struct sdhc_host *hp, int mask, int timo, bool probing) argument
2333 if (!probing)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c1507 /* Emit a blockage to ensure the allocation/probing insns are
1539 This is subtly different than the Ada probing in that it tries hard to
1657 /* Emit a blockage to ensure the allocation/probing insns are
1771 #error Cannot use indexed addressing mode for stack probing
1935 This is subtly different than the Ada probing above in that it tries hard
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc1535 /* Emit a blockage to ensure the allocation/probing insns are
1567 This is subtly different than the Ada probing in that it tries hard to
1685 /* Emit a blockage to ensure the allocation/probing insns are
1799 #error Cannot use indexed addressing mode for stack probing
1963 This is subtly different than the Ada probing above in that it tries hard
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc1118 #error Cannot use indexed addressing mode for stack probing
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c5701 #error Cannot use indexed addressing mode for stack probing
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc5636 #error Cannot use indexed addressing mode for stack probing
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c12025 #error Cannot use indexed addressing mode for stack probing
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c6530 #error Cannot use simple address calculation for stack probing
6533 /* The pair of scratch registers used for stack probing. */
6704 loop. But if we're doing non-stack clash probing, probe at SP 0. */
6744 /* The minimum required allocation before the residual requires probing. */
8019 /* If SIZE is not large enough to require probing, just adjust the stack and
8036 fprintf (dump_file, " bytes, dynamic probing will be required.\n");
8085 " bytes, probing will be required.\n", size);
8140 actual probing is done in aarch64_output_probe_stack_range. */
8158 least once. For initial probing we probe only if the allocation is
8176 the final adjustment is smaller than the probing offse
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc12166 #error Cannot use indexed addressing mode for stack probing
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c23056 #error Cannot use indexed addressing mode for stack probing
29959 /* If we are probing the stack in the prologue, we will have a faulting
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc7847 #error Cannot use simple address calculation for stack probing
8017 loop. But if we're doing non-stack clash probing, probe at SP 0. */
8057 /* The minimum required allocation before the residual requires probing. */
9449 /* If SIZE is not large enough to require probing, just adjust the stack and
9466 fprintf (dump_file, " bytes, dynamic probing will be required.\n");
9515 " bytes, probing will be required.\n", size);
9570 actual probing is done in aarch64_output_probe_stack_range. */
9588 least once. For initial probing we probe only if the allocation is
9612 HOST_WIDE_INT_PRINT_DEC " bytes, probing will be required."
9691 be the same as the probing interva
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc23256 #error Cannot use indexed addressing mode for stack probing
30499 /* If we are probing the stack in the prologue, we will have a faulting

Completed in 810 milliseconds