HomeSort by: relevance | last modified time | path
    Searched defs:debug_xcall (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/sparc/
cpu.c 102 #ifndef DEBUG_XCALL
103 #define DEBUG_XCALL 0
105 int debug_xcall = DEBUG_XCALL; variable in typeref:typename:int
107 #define debug_xcall 0 macro
770 if (debug_xcall && (void *)func != sparc_noop) {
863 if (i >= 0 || debug_xcall == 0) {
cpu.c 102 #ifndef DEBUG_XCALL
103 #define DEBUG_XCALL 0
105 int debug_xcall = DEBUG_XCALL; variable in typeref:typename:int
107 #define debug_xcall 0 macro
770 if (debug_xcall && (void *)func != sparc_noop) {
863 if (i >= 0 || debug_xcall == 0) {
cpu.c 102 #ifndef DEBUG_XCALL
103 #define DEBUG_XCALL 0
105 int debug_xcall = DEBUG_XCALL; variable in typeref:typename:int
107 #define debug_xcall 0 macro
770 if (debug_xcall && (void *)func != sparc_noop) {
863 if (i >= 0 || debug_xcall == 0) {

Completed in 36 milliseconds