OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vrpmudebug
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/hpcmips/vr/
vrpmu.c
51
#ifdef
VRPMUDEBUG
58
int
vrpmudebug
= VRPMUDEBUG_CONF;
variable in typeref:typename:int
59
#define DPRINTF(flag, arg) if (
vrpmudebug
&flag) printf arg;
61
if (
vrpmudebug
&flag) vrpmu_dump_intr2(arg1,arg2);
62
#define DDUMP_REGS(flag, arg) if (
vrpmudebug
&flag) vrpmu_dump_regs(arg);
63
#else /*
VRPMUDEBUG
*/
67
#endif /*
VRPMUDEBUG
*/
Completed in 139 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025