Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/sparc64/include/
Dtrap.h94 #define T_VA_WATCHPT 0x062 /* (11) Virtual addr data watchpoint */ macro
Ddb_machdep.h102 ((type) ==T_PA_WATCHPT || (type) == T_VA_WATCHPT)
/openbsd/src/sys/arch/sparc64/sparc64/
Dtrap.c346 if (type == T_PA_WATCHPT || type == T_VA_WATCHPT) { in trap()