Home
last modified time | relevance | path

Searched defs:PROG (Results 1 – 8 of 8) sorted by relevance

/plan9-contrib/sys/src/cmd/unix/9pfreebsd/mount_9fs/
H A DMakefile3 PROG= mount_9fs macro
/plan9-contrib/sys/src/9/vt4/
H A Drebootcode.s22 #define PROG(c) MOVW $(Uartlite+4), R7; MOVW $(c), R8; MOVW R8, 0(R7); SYNC macro
H A Dl.s112 #define PROG(c) MOVW $(Uartlite+4), R7; MOVW $(c), R8; MOVW R8, 0(R7) macro
/plan9-contrib/sys/src/9/vt5/
H A Drebootcode.s26 #define PROG(c) MOVW $(Uartlite+4), R7; MOVW $(c), R8; MOVW R8, 0(R7); SYNC macro
/plan9-contrib/sys/src/boot/vt5/
H A Dprototype.h17 #define PROG(c) { coherence(); *Uarttxfifo = (uchar)(c); coherence(); } macro
H A Dl.s148 #define PROG(n) MOVW $(n), R18 /* pre-uart progress indicator */ macro
/plan9-contrib/sys/src/boot/vt4/
H A Dprototype.h17 #define PROG(c) { coherence(); *Uarttxfifo = (uchar)(c); coherence(); } macro
H A Dl.s45 #define PROG(c) MOVW $(Uartlite+4), R7; MOVW $(c), R8; MOVW R8, 0(R7); SYNC macro