Home
last modified time | relevance | path

Searched refs:DTRACE_CPUFLAG_SET (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/cddl/osnet/dev/dtrace/amd64/
Ddtrace_isa.c446 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getarg()
454 DTRACE_CPUFLAG_SET(CPU_DTRACE_NOFAULT); in dtrace_getarg()
518 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
581 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
592 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_copycheck()
636 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword8()
647 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword16()
658 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword32()
669 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword64()
/netbsd/src/external/cddl/osnet/dev/dtrace/i386/
Ddtrace_isa.c471 DTRACE_CPUFLAG_SET(CPU_DTRACE_NOFAULT); in dtrace_getarg()
534 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
539 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
549 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
599 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
610 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_copycheck()
654 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword8()
665 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword16()
676 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword32()
687 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword64()
/netbsd/src/external/cddl/osnet/dev/dtrace/arm/
Ddtrace_isa.c238 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_copycheck()
282 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword8()
293 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword16()
304 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword32()
315 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_fuword64()
/netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/
Ddtrace.c1111 DTRACE_CPUFLAG_SET(CPU_DTRACE_KPRIV); in dtrace_canload_remains()
1330 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_istoxic()
1336 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_istoxic()
2330 DTRACE_CPUFLAG_SET(CPU_DTRACE_DROP); in dtrace_dynvar()
2794 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_aggregate()
3365 DTRACE_CPUFLAG_SET(CPU_DTRACE_NOSCRATCH); in dtrace_dif_varstr()
3396 DTRACE_CPUFLAG_SET(CPU_DTRACE_NOSCRATCH); in dtrace_dif_varstrz()
3473 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_dif_variable()
3490 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_dif_variable()
3506 DTRACE_CPUFLAG_SET(CPU_DTRACE_BADADDR); in dtrace_dif_variable()
[all …]
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Ddtrace.h2415 #define DTRACE_CPUFLAG_SET(flag) \ macro