Home
last modified time | relevance | path

Searched refs:async_paging (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_query_decoder.c1164 return pt_qry_event_ip(&ev->variant.async_paging.ip, ev, in pt_qry_event_tip()
1726 event->variant.async_paging.cr3 = packet.cr3; in pt_qry_decode_pip()
1727 event->variant.async_paging.non_root = packet.nr; in pt_qry_decode_pip()
1757 event->variant.async_paging.cr3 = packet.cr3; in pt_qry_header_pip()
1758 event->variant.async_paging.non_root = packet.nr; in pt_qry_header_pip()
1781 return pt_qry_event_ip(&ev->variant.async_paging.ip, ev, in pt_qry_event_psbend()
H A Dpt_block_decoder.c1169 ev->variant.async_paging.ip); in pt_blk_proceed_to_async_paging()
1174 return (decoder->ip == ev->variant.async_paging.ip ? 1 : 0); in pt_blk_proceed_to_async_paging()
2869 decoder->ip != ev->variant.async_paging.ip) in pt_blk_proceed_trailing_event()
3375 decoder->ip != ev->variant.async_paging.ip) in pt_blk_event()
H A Dpt_insn_decoder.c1129 ev->variant.async_paging.ip != decoder->ip) in pt_insn_check_ip_event()
1654 decoder->ip != ev->variant.async_paging.ip) in pt_insn_event()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c1334 ptu_uint_eq(event.variant.async_paging.cr3, cr3); in event_async_paging()
1335 ptu_uint_eq(event.variant.async_paging.non_root, in event_async_paging()
1337 ptu_uint_eq(event.variant.async_paging.ip, to); in event_async_paging()
1382 ptu_uint_eq(event.variant.async_paging.cr3, cr3); in event_async_paging_suppressed()
1383 ptu_uint_eq(event.variant.async_paging.non_root, in event_async_paging_suppressed()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h1282 } async_paging; member
H A Dintel-pt.h.in1282 } async_paging; member