Home
last modified time | relevance | path

Searched refs:mtc (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/device-tree/src/powerpc/
H A Ddigsy_mtc.dts16 model = "intercontrol,digsy-mtc";
17 compatible = "intercontrol,digsy-mtc";
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c325 static struct ptunit_result mtc(struct time_fixture *tfix) in mtc() function
393 ptu_run_f(suite, mtc, tfix); in main()
H A Dptunit-packet.c358 static struct ptunit_result mtc(struct packet_fixture *pfix) in mtc() function
361 pfix->packet[0].payload.mtc.ctc = 0x23; in mtc()
616 ptu_run_f(suite, mtc, pfix); in main()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c483 *pos++ = packet->payload.mtc.ctc; in pt_enc_next()
877 packet.payload.mtc.ctc = ctc; in pt_encode_mtc()
H A Dpt_packet_decoder.c563 size = pt_pkt_read_mtc(&packet->payload.mtc, decoder->pos, in pt_pkt_decode_mtc()
H A Dpt_query_decoder.c2272 &packet.payload.mtc, in skd010_scan_for_ovf_resume()
2503 &packet.payload.mtc, in apl12_resume_disabled()
2694 &packet.payload.mtc, in apl11_apply()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h869 struct pt_packet_mtc mtc; member
H A Dintel-pt.h.in868 /** Packet: mtc. */
869 struct pt_packet_mtc mtc; member
1180 /** The number of lost mtc and cyc packets.