Searched defs:linux_smonblock (Results 1 – 1 of 1) sorted by relevance
355 struct linux_smonblock { struct356 unsigned long magic;357 void (*handler)(void); /* Breakpoint routine. */358 unsigned long dtable_base; /* Base addr of dbg table. */359 int (*printf)(const char *fmt, ...);360 unsigned long btable_base; /* Breakpoint table. */361 unsigned long mpflushreqs; /* SMP cache flush request list. */362 unsigned long ntab; /* Name table. */363 unsigned long stab; /* Symbol table. */364 int smax; /* Max # of symbols. */