Home
last modified time | relevance | path

Searched refs:fsm (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/lib/libnvmm/
H A Dlibnvmm_x86.c1824 node_overflow(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_overflow() argument
1826 fsm->fn = NULL; in node_overflow()
1831 fsm_read(struct x86_decode_fsm *fsm, uint8_t *bytes, size_t n) in fsm_read() argument
1833 if (fsm->buf + n > fsm->end) { in fsm_read()
1836 memcpy(bytes, fsm->buf, n); in fsm_read()
1841 fsm_advance(struct x86_decode_fsm *fsm, size_t n, in fsm_advance() argument
1844 fsm->buf += n; in fsm_advance()
1845 if (fsm->buf > fsm->end) { in fsm_advance()
1846 fsm->fn = node_overflow; in fsm_advance()
1848 fsm->fn = fn; in fsm_advance()
[all …]
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c784 static const struct fsm { in zap_old_sblock() struct
798 const struct fsm *fsm; in zap_old_sblock() local
833 for (fsm = fs_magics;; fsm++) { in zap_old_sblock()
835 if (fsm->mask == 0) in zap_old_sblock()
837 v = oldfs[fsm->offset]; in zap_old_sblock()
838 if ((v & fsm->mask) == fsm->magic || in zap_old_sblock()
839 (bswap32(v) & fsm in zap_old_sblock()
785 offsetzap_old_sblock::fsm zap_old_sblock() argument
786 magiczap_old_sblock::fsm zap_old_sblock() argument
787 maskzap_old_sblock::fsm zap_old_sblock() argument
[all...]
/netbsd-src/sbin/newfs/
H A Dmkfs.c1593 static const struct fsm { in zap_old_sblock() struct
1605 const struct fsm *fsm; in zap_old_sblock() local
1631 for (fsm = fs_magics; ; fsm++) { in zap_old_sblock()
1633 if (fsm->mask == 0) in zap_old_sblock()
1635 v = oldfs[fsm->offset]; in zap_old_sblock()
1636 if ((v & fsm->mask) == fsm->magic || in zap_old_sblock()
1637 (bswap32(v) & fsm->mask) == fsm->magic) in zap_old_sblock()
1642 oldfs[fsm->offset] = 0; in zap_old_sblock()
/netbsd-src/usr.sbin/ldpd/
H A DMakefile9 fsm.c \
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dstih407-pinctrl.dtsi1225 fsm {
1226 pinctrl_fsm: fsm {
1228 spi-fsm-clk = <&pio40 1 ALT1 OUT>;
1229 spi-fsm-cs = <&pio40 0 ALT1 OUT>;
1230 spi-fsm-mosi = <&pio40 2 ALT1 OUT>;
1231 spi-fsm-miso = <&pio40 3 ALT1 IN>;
1232 spi-fsm-hol = <&pio40 5 ALT1 OUT>;
1233 spi-fsm-wp = <&pio40 4 ALT1 OUT>;
H A Dstih407-family.dtsi620 compatible = "st,spi-fsm";
622 reg-names = "spi-fsm";
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dspu_ovl.S430 fsm zovl, zovl # 1,4 70
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dspu_ovl.S430 fsm zovl, zovl # 1,4 70
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dparams.opt105 -param=fsm-maximum-phi-arguments=
109 -param=fsm-scale-path-blocks=
113 -param=fsm-scale-path-stmts=
433 -param=max-fsm-thread-length=
437 -param=max-fsm-thread-path-insns=
441 -param=max-fsm-thread-paths=
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dparams.opt156 -param=fsm-scale-path-blocks=
160 -param=fsm-scale-path-stmts=
520 -param=max-fsm-thread-length=
524 -param=max-fsm-thread-path-insns=
H A DChangeLog-20219226 * doc/invoke.texi: Document --param=max-fsm-thread-length.
9227 * params.opt: Add --param=max-fsm-thread-length.
9230 longer than max-fsm-thread-length.
9725 * doc/invoke.texi: Remove max-fsm-thread-length,
9726 max-fsm-thread-paths, and fsm-maximum-phi-arguments.
H A DChangeLog-20141927 * params.def (max-fsm-thread-path-insns, max-fsm-thread-length,
1928 max-fsm-thread-paths): New.
1930 * doc/invoke.texi (max-fsm-thread-path-insns, max-fsm-thread-length,
1931 max-fsm-thread-paths): Documented.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-builtins.md306 "fsm\t%0,%1"
H A Dspu.md2763 ;; fsm is used after rotam to replicate the sign across the whole register.
2768 "fsm\t%0,%1"
4037 "fsm\t%0,%1"
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A DChangeLog-2021341 eu_dsp32mac_s.s, events.s, f221.s, fact.s, fir.s, fsm.s, greg2.s,
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20166264 (until_break_command): Pass command interpreter to thread fsm
6273 fsm ctor. Pass thread pointer to fsm clean up method.
6277 (step_command_fsm_prepare): Remove references to fsm's thread
6280 fsm ctor. Pass thread pointer to fsm clean up method.
6286 (until_next_command): Pass command interpreter to thread fsm ctor.
6293 (finish_command): Pass command interpreter to thread fsm ctor.
6295 * infrun.c (follow_fork): Move thread fsm to child fork instead of
6299 (clean_up_just_stopped_threads_fsms): Pass thread to fsm clean_up
6301 (fetch_inferior_event): Pass thread to fsm should_stop method.
6302 * thread-fsm.c (thread_fsm_ctor): Add 'cmd_interp' parameter.
[all …]
H A DChangeLog-20154337 * breakpoint.c: Include "thread-fsm.h".
4379 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
4380 (thread-fsm.h) <struct thread_fsm_ops>: New field.
4385 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
4394 * infcmd.c: Include thread-fsm.h.
4425 * infrun.c: Include "thread-fsm.h".
4443 * thread-fsm.c: New file.
4444 * thread-fsm.h: New file.
4445 * thread.c: Include "thread-fsm.h".
4451 * mi/mi-interp.c: Include "thread-fsm.h".
H A DChangeLog-201915408 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
15476 * thread-fsm.c: Remove.
15477 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20166264 (until_break_command): Pass command interpreter to thread fsm
6273 fsm ctor. Pass thread pointer to fsm clean up method.
6277 (step_command_fsm_prepare): Remove references to fsm's thread
6280 fsm ctor. Pass thread pointer to fsm clean up method.
6286 (until_next_command): Pass command interpreter to thread fsm ctor.
6293 (finish_command): Pass command interpreter to thread fsm ctor.
6295 * infrun.c (follow_fork): Move thread fsm to child fork instead of
6299 (clean_up_just_stopped_threads_fsms): Pass thread to fsm clean_up
6301 (fetch_inferior_event): Pass thread to fsm should_stop method.
6302 * thread-fsm.c (thread_fsm_ctor): Add 'cmd_interp' parameter.
[all …]
H A DChangeLog-20154337 * breakpoint.c: Include "thread-fsm.h".
4379 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
4380 (thread-fsm.h) <struct thread_fsm_ops>: New field.
4385 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
4394 * infcmd.c: Include thread-fsm.h.
4425 * infrun.c: Include "thread-fsm.h".
4443 * thread-fsm.c: New file.
4444 * thread-fsm.h: New file.
4445 * thread.c: Include "thread-fsm.h".
4451 * mi/mi-interp.c: Include "thread-fsm.h".
H A DChangeLog-201915408 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
15476 * thread-fsm.c: Remove.
15477 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
H A DChangeLog-20171473 registry.o, thread-fsm.o, debug.o.
1475 thread-fsm.c, debug.c.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.md430 ;; ??? There's a nasty interaction between the conditional execution fsm
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.md431 ;; ??? There's a nasty interaction between the conditional execution fsm
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dinvoke.texi12997 @item max-fsm-thread-path-insns
13001 @item max-fsm-thread-length
13005 @item max-fsm-thread-paths
13145 @item fsm-scale-path-stmts
13149 @item fsm-maximum-phi-arguments
13161 @item fsm-scale-path-blocks

12