Searched defs:NORM (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tip/
H A Dtip.h174 #define NORM 00 /* normal protection, execute anyone */ macro
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c133 NORM, /* instructions w/o ModR/M byte, no memory access */ enumerator in enum:__anon34
508 const instable_t dis_opPause = TNS("pause", NORM);
1760 /* [04] */ INVALID, TNS("syscall",NORM), TNS("clts",NORM), TNS("sysret",NORM),
1761 /* [08] */ TNS("invd",NORM), TNS("wbinvd",NORM), INVALID, TNS("ud2",NORM),
1774 /* [30] */ TNS("wrmsr",NORM), TNS("rdtsc",NORM), TN
[all...]

Completed in 50 milliseconds