• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/processor-trace/libipt/test/src/

Lines Matching defs:variant

880 	} variant;
883 memset(variant.buffer, 0xcd, sizeof(variant.buffer));
889 errcode = pt_qry_event(decoder, &variant.event, 40);
891 ptu_int_eq(variant.event.type, ptev_enabled);
892 ptu_uint_eq(variant.buffer[40], 0xcd);
904 } variant;
907 memset(variant.buffer, 0xcd, sizeof(variant.buffer));
913 errcode = pt_qry_event(decoder, &variant.event, sizeof(variant.buffer));
915 ptu_int_eq(variant.event.type, ptev_enabled);
916 ptu_uint_eq(variant.buffer[sizeof(variant.event)], 0xcd);
960 ptu_uint_eq(event.variant.enabled.ip, dfix->last_ip.ip);
1016 ptu_uint_eq(event.variant.disabled.ip, dfix->last_ip.ip);
1078 ptu_uint_eq(event.variant.async_disabled.ip, dfix->last_ip.ip);
1081 ptu_uint_eq(event.variant.async_disabled.at, fup.ip);
1199 ptu_uint_eq(event.variant.async_branch.to, dfix->last_ip.ip);
1202 ptu_uint_eq(event.variant.async_branch.from, fup.ip);
1269 ptu_uint_eq(event.variant.paging.cr3, cr3);
1270 ptu_uint_eq(event.variant.paging.non_root, (flags & pt_pl_pip_nr) != 0);
1321 ptu_uint_eq(event.variant.async_branch.from, from);
1322 ptu_uint_eq(event.variant.async_branch.to, to);
1334 ptu_uint_eq(event.variant.async_paging.cr3, cr3);
1335 ptu_uint_eq(event.variant.async_paging.non_root,
1337 ptu_uint_eq(event.variant.async_paging.ip, to);
1369 ptu_uint_eq(event.variant.async_branch.from, from);
1382 ptu_uint_eq(event.variant.async_paging.cr3, cr3);
1383 ptu_uint_eq(event.variant.async_paging.non_root,
1450 ptu_uint_eq(event.variant.overflow.ip, dfix->last_ip.ip);
1510 ptu_uint_eq(event.variant.enabled.ip, dfix->last_ip.ip);
1596 ptu_uint_eq(event.variant.exec_mode.ip, dfix->last_ip.ip);
1599 ptu_int_eq(event.variant.exec_mode.mode, mode);
1668 ptu_uint_eq(event.variant.enabled.ip, dfix->last_ip.ip);
1680 ptu_int_eq(event.variant.exec_mode.mode, mode);
1681 ptu_uint_eq(event.variant.exec_mode.ip, dfix->last_ip.ip);
1763 ptu_uint_eq(event.variant.tsx.ip, dfix->last_ip.ip);
1766 ptu_int_eq(event.variant.tsx.speculative,
1768 ptu_int_eq(event.variant.tsx.aborted,
1932 ptu_uint_eq(event.variant.tsx.ip, dfix->last_ip.ip);
1935 ptu_int_eq(event.variant.tsx.speculative, 1);
1936 ptu_int_eq(event.variant.tsx.aborted, 0);
2011 ptu_int_eq(event.variant.tsx.speculative, 0);
2012 ptu_int_eq(event.variant.tsx.aborted, 0);
2013 ptu_uint_eq(event.variant.tsx.ip, fup.ip);
2030 ptu_uint_eq(event.variant.overflow.ip, dfix->last_ip.ip);