Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c1270 ptu_uint_eq(event.variant.paging.non_root, (flags & pt_pl_pip_nr) != 0); in event_paging()
1336 (flags & pt_pl_pip_nr) != 0); in event_async_paging()
1384 (flags & pt_pl_pip_nr) != 0); in event_async_paging_suppressed()
2558 ptu_run_fp(suite, event_paging, dfix_empty, pt_pl_pip_nr, 0); in main()
2561 ptu_run_fp(suite, event_async_paging, dfix_empty, pt_pl_pip_nr, 0); in main()
2564 pt_pl_pip_nr, 0); in main()
2684 ptu_run_fp(suite, event_paging, dfix_event, pt_pl_pip_nr, 0x1000); in main()
2687 ptu_run_fp(suite, event_async_paging, dfix_event, pt_pl_pip_nr, 0x1000); in main()
2690 pt_pl_pip_nr, 0x1000); in main()
2823 ptu_run_fp(suite, event_paging, dfix_event_psb, pt_pl_pip_nr, 0x1000); in main()
[all …]
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_opcodes.h181 pt_pl_pip_nr = 0x01, enumerator
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c419 cr3 |= (uint64_t) pt_pl_pip_nr; in pt_enc_next()
795 packet.payload.pip.nr = (flags & pt_pl_pip_nr) != 0; in pt_encode_pip()
H A Dpt_packet.c253 packet->nr = payload & pt_pl_pip_nr; in pt_pkt_read_pip()