Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/processor-trace/libipt/src/
Dpt_sync.c43 ((uint64_t) pt_psb_hilo | (uint64_t) pt_psb_hilo << 16 |
44 (uint64_t) pt_psb_hilo << 32 | (uint64_t) pt_psb_hilo << 48)
Dpt_encoder.c275 psb = ((uint64_t) pt_psb_hilo << 48 | in pt_enc_next()
276 (uint64_t) pt_psb_hilo << 32 | in pt_enc_next()
277 (uint64_t) pt_psb_hilo << 16 | in pt_enc_next()
278 (uint64_t) pt_psb_hilo); in pt_enc_next()
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
Dpt_opcodes.h162 pt_psb_hilo = pt_psb_hi | pt_psb_lo << 8, enumerator