Searched defs:PROG (Results 1 – 8 of 8) sorted by relevance
/plan9-contrib/sys/src/cmd/unix/9pfreebsd/mount_9fs/ |
H A D | Makefile | 3 PROG= mount_9fs macro
|
/plan9-contrib/sys/src/9/vt4/ |
H A D | rebootcode.s | 22 #define PROG(c) MOVW $(Uartlite+4), R7; MOVW $(c), R8; MOVW R8, 0(R7); SYNC macro
|
H A D | l.s | 112 #define PROG(c) MOVW $(Uartlite+4), R7; MOVW $(c), R8; MOVW R8, 0(R7) macro
|
/plan9-contrib/sys/src/9/vt5/ |
H A D | rebootcode.s | 26 #define PROG(c) MOVW $(Uartlite+4), R7; MOVW $(c), R8; MOVW R8, 0(R7); SYNC macro
|
/plan9-contrib/sys/src/boot/vt5/ |
H A D | prototype.h | 17 #define PROG(c) { coherence(); *Uarttxfifo = (uchar)(c); coherence(); } macro
|
H A D | l.s | 148 #define PROG(n) MOVW $(n), R18 /* pre-uart progress indicator */ macro
|
/plan9-contrib/sys/src/boot/vt4/ |
H A D | prototype.h | 17 #define PROG(c) { coherence(); *Uarttxfifo = (uchar)(c); coherence(); } macro
|
H A D | l.s | 45 #define PROG(c) MOVW $(Uartlite+4), R7; MOVW $(c), R8; MOVW R8, 0(R7); SYNC macro
|