Searched refs:NORM (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/tip/tip/ |
H A D | cmdtab.c | 38 { '!', NORM, "shell", shell }, 39 { '<', NORM, "receive file from remote host", getfl }, 40 { '>', NORM, "send file to remote host", sendfile }, 41 { 't', NORM, "take file from remote UNIX", cu_take }, 42 { 'p', NORM, "put file to remote UNIX", cu_put }, 43 { '|', NORM, "pipe remote file", pipefile }, 44 { '$', NORM, "pipe local command to remote host", pipeout }, 46 { 'C', NORM, "connect program to remote host",consh }, 48 { 'c', NORM, "change directory", chdirectory }, 49 { '.', NORM, "exit from tip", finish }, [all …]
|
H A D | tip.h | 178 #define NORM 00 /* normal protection, execute anyone */ macro
|
/freebsd/sys/powerpc/powerpc/ |
H A D | trap.c | 966 #define NORM(x) XVCPSGNDP(x, x, x) 968 NORM(x ## 0); NORM(x ## 1); NORM(x ## 2); NORM(x ## 3); NORM(x ## 4); \ 969 NORM(x ## 5); NORM(x ## 6); NORM(x ## 7); NORM( 963 #define NORM( global() macro [all...] |
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 138 NORM, /* instructions w/o ModR/M byte, no memory access */ enumerator 565 const instable_t dis_opPause = TNS("pause", NORM); 570 const instable_t dis_opWbnoinvd = TNS("wbnoinvd", NORM); 2329 /* [04] */ INVALID, TNS("syscall",NORM), TNS("clts",NORM), TNS("sysret",NORM), 2330 /* [08] */ TNS("invd",NORM), TNS("wbinvd",NORM), INVALID, TNS("ud2",NORM), 2343 /* [30] */ TNS("wrmsr",NORM), TNS("rdtsc",NORM), TNS("rdmsr",NORM), TNS("rdpmc",NORM), 2344 /* [34] */ TNS("sysenter",NORM), TNS("sysexit",NORM), INVALID, INVALID, 2364 /* [74] */ TNSZ("pcmpeqb",MMO,8), TNSZ("pcmpeqw",MMO,8), TNSZ("pcmpeqd",MMO,8), TNS("emms",NORM), 2378 /* [A0] */ TSp("push",LSEG), TSp("pop",LSEG), TNS("cpuid",NORM), TS("bt",RMw), 2380 /* [A8] */ TSp("push",LSEG), TSp("pop",LSEG), TNS("rsm",NORM), TS("bts",RMw), [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.td | 348 defm NORM : ArcUnaryEXT5Inst<0b000001,"norm">;
|