Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_opcodes.h333 pt_mob_exec_csl = 0x01, enumerator
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_packet.c269 packet->csl = (mode & pt_mob_exec_csl) != 0; in pt_pkt_read_mode_exec()
H A Dpt_encoder.c383 mode |= pt_mob_exec_csl; in pt_enc_next()