Home
last modified time | relevance | path

Searched refs:NORM (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/tip/
H A Dcmdtab.c22 { '!', NORM, "shell", shell },
23 { '<', NORM, "receive file from remote host", getfl },
24 { '>', NORM, "send file to remote host", tip_sendfile },
25 { 't', NORM, "take file from remote UNIX", cu_take },
26 { 'p', NORM, "put file to remote UNIX", cu_put },
27 { '|', NORM, "pipe remote file", pipefile },
28 { 'C', NORM, "connect program to remote host", consh },
29 { 'c', NORM, "change directory", chdirectory },
30 { '.', NORM, "exit from tip", finish },
31 {_CTRL('d'), NORM, "exit from tip", finish },
[all …]
H A Dtip.h174 #define NORM 00 /* normal protection, execute anyone */ macro
/titanic_41/usr/src/common/dis/i386/
H A Ddis_tables.c133 NORM, /* instructions w/o ModR/M byte, no memory access */ enumerator
507 const instable_t dis_opPause = TNS("pause", NORM);
1743 /* [04] */ INVALID, TNS("syscall",NORM), TNS("clts",NORM), TNS("sysret",NORM),
1744 /* [08] */ TNS("invd",NORM), TNS("wbinvd",NORM), INVALID, TNS("ud2",NORM),
1757 /* [30] */ TNS("wrmsr",NORM), TNS("rdtsc",NORM), TNS("rdmsr",NORM), TNS("rdpmc",NORM),
1758 /* [34] */ TNSx("sysenter",NORM), TNSx("sysexit",NORM), INVALID, INVALID,
1778 /* [74] */ TNSZ("pcmpeqb",MMO,8), TNSZ("pcmpeqw",MMO,8), TNSZ("pcmpeqd",MMO,8), TNS("emms",NORM),
1792 /* [A0] */ TSp("push",LSEG), TSp("pop",LSEG), TNS("cpuid",NORM), TS("bt",RMw),
1794 /* [A8] */ TSp("push",LSEG), TSp("pop",LSEG), TNS("rsm",NORM), TS("bts",RMw),
2086 /* [1,0] */ TNS("fld",F), TNS("fxch",F), TNS("fnop",NORM), TNS("fstp",F),
[all …]