Home
last modified time | relevance | path

Searched refs:T_PA_WATCHPT (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/arch/sparc64/include/
H A Dtrap.h93 #define T_PA_WATCHPT 0x061 /* (12) Physical addr data watchpoint */ macro
H A Ddb_machdep.h102 ((type) ==T_PA_WATCHPT || (type) == T_VA_WATCHPT)
/openbsd/sys/arch/sparc64/sparc64/
H A Dtrap.c346 if (type == T_PA_WATCHPT || type == T_VA_WATCHPT) { in trap()