Searched defs:hwbps (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dgdbmach.c47 static struct hwbp hwbps [ 4 ]; variable in typeref:struct:hwbp
53 for ( i = 0; i < sizeof hwbps / sizeof hwbps [ 0 ]; i++ ) {
54 if ( hwbps [ i ].type == type && hwbps [ i ].addr == addr && hwbps [ i ].len == len ) {
55 return &hwbps [ i ];
57 if ( !hwbps [ i ].enabled ) {
58 available = &hwbps [ i ];
65 unsigned int regnum = bp - hwbps;
[all...]

Completed in 46 milliseconds