Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_opcodes.h38 pt_opc_tip = 0x0d, enumerator
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_decoder_function.c255 if ((opc & pt_opm_tip) == pt_opc_tip) { in pt_df_fetch()
H A Dpt_encoder.c314 return pt_encode_ip(encoder, pt_opc_tip, &packet->payload.ip); in pt_enc_next()