Searched refs:KTR_GEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dktr_class.h45 #define KTR_GEN 0x00000001 /* General (TR) */ macro
H A Dktr.h102 #define TR0(d) CTR0(KTR_GEN, d)
103 #define TR1(d, p1) CTR1(KTR_GEN, d, p1)
104 #define TR2(d, p1, p2) CTR2(KTR_GEN, d, p1, p2)
105 #define TR3(d, p1, p2, p3) CTR3(KTR_GEN, d, p1, p2, p3)
106 #define TR4(d, p1, p2, p3, p4) CTR4(KTR_GEN, d, p1, p2, p3, p4)
107 #define TR5(d, p1, p2, p3, p4, p5) CTR5(KTR_GEN, d, p1, p2, p3, p4, p5)
108 #define TR6(d, p1, p2, p3, p4, p5, p6) CTR6(KTR_GEN, d, p1, p2, p3, p4, p5, p6)
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_ktr.h38 #define KTR_VMM KTR_GEN

Completed in 55 milliseconds