Searched refs:Tracec (Results 1 – 10 of 10) sorted by relevance
/arch/alpha/boot/ |
D | misc.c | 67 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} macro 74 # define Tracec(c,x) macro
|
/arch/m32r/boot/compressed/ |
D | misc.c | 59 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} macro 66 # define Tracec(c,x) macro
|
/arch/h8300/boot/compressed/ |
D | misc.c | 56 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} macro 63 # define Tracec(c,x) macro
|
/arch/sh/boot/compressed/ |
D | misc_64.c | 61 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} macro 68 # define Tracec(c,x) macro
|
D | misc_32.c | 63 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} macro 70 # define Tracec(c,x) macro
|
/arch/cris/arch-v10/boot/compressed/ |
D | misc.c | 80 # define Tracec(c, x) do { \ macro 93 # define Tracec(c, x) macro
|
/arch/arm/boot/compressed/ |
D | misc.c | 208 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} macro 215 # define Tracec(c,x) macro
|
/arch/cris/arch-v32/boot/compressed/ |
D | misc.c | 79 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} macro 86 # define Tracec(c,x) macro
|
/arch/x86/boot/compressed/ |
D | misc.c | 171 # define Tracec(c, x) do { if (verbose && (c)) fprintf x ; } while (0) macro 178 # define Tracec(c, x) macro
|
/arch/mn10300/boot/compressed/ |
D | misc.c | 110 # define Tracec(c, x) { if (verbose && (c)) fprintf x ; } macro 117 # define Tracec(c, x) macro
|