Home
last modified time | relevance | path

Searched refs:pt_psb_hi (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_opcodes.h157 pt_psb_hi = pt_opc_psb, enumerator
161 pt_psb_lohi = pt_psb_lo | pt_psb_hi << 8,
162 pt_psb_hilo = pt_psb_hi | pt_psb_lo << 8,
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_sync.c84 if (*pos != pt_psb_hi) in pt_find_psb()
93 if (hi != pt_psb_hi) in pt_find_psb()
H A Dpt_packet.c103 if (*pos++ != pt_psb_hi) in pt_pkt_read_psb()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-sync.c70 *pos++ = pt_psb_hi; in sfix_encode_psb()