Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tip/
H A Dcmdtab.c20 { '!', NORM, "shell", shell },
21 { '<', NORM, "receive file from remote host", getfl },
22 { '>', NORM, "send file to remote host", tip_sendfile },
23 { 't', NORM, "take file from remote UNIX", cu_take },
24 { 'p', NORM, "put file to remote UNIX", cu_put },
25 { '|', NORM, "pipe remote file", pipefile },
26 { 'C', NORM, "connect program to remote host", consh },
27 { 'c', NORM, "change directory", chdirectory },
28 { '.', NORM, "exit from tip", finish },
29 {_CTRL('d'), NORM, "exit from tip", finish },
[all …]
H A Dtip.h164 #define NORM 00 /* normal protection, execute anyone */ macro
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c135 NORM, /* instructions w/o ModR/M byte, no memory access */ enumerator
585 const instable_t dis_opPause = TNS("pause", NORM);
590 const instable_t dis_opWbnoinvd = TNS("wbnoinvd", NORM);
2525 /* [04] */ INVALID, TNS("syscall",NORM), TNS("clts",NORM), TNS("sysret",NORM),
2526 /* [08] */ TNS("invd",NORM), TNS("wbinvd",NORM), INVALID, TNS("ud2",NORM),
2539 /* [30] */ TNS("wrmsr",NORM), TNS("rdtsc",NORM), TNS("rdmsr",NORM), TNS("rdpmc",NORM),
2540 /* [34] */ TNS("sysenter",NORM), TNS("sysexit",NORM), INVALID, INVALID,
2560 /* [74] */ TNSZ("pcmpeqb",MMO,8), TNSZ("pcmpeqw",MMO,8), TNSZ("pcmpeqd",MMO,8), TNS("emms",NORM),
2574 /* [A0] */ TSp("push",LSEG), TSp("pop",LSEG), TNS("cpuid",NORM), TS("bt",RMw),
2576 /* [A8] */ TSp("push",LSEG), TSp("pop",LSEG), TNS("rsm",NORM), TS("bts",RMw),
[all …]