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

Lines Matching refs:iscache

46 extern int pt_iscache_notify_map(struct pt_image_section_cache *iscache,
48 extern int pt_iscache_notify_resize(struct pt_image_section_cache *iscache,
51 int pt_iscache_notify_map(struct pt_image_section_cache *iscache,
54 if (!iscache)
57 if (iscache->map <= 0)
58 return iscache->map;
61 iscache->map = 0;
66 int pt_iscache_notify_resize(struct pt_image_section_cache *iscache,
72 if (!iscache)
75 if (iscache->map <= 0)
76 return iscache->map;
79 iscache->map = 0;
300 struct pt_image_section_cache iscache;
304 errcode = pt_section_attach(NULL, &iscache);
318 struct pt_image_section_cache iscache;
322 errcode = pt_section_detach(NULL, &iscache);
387 struct pt_image_section_cache iscache;
399 errcode = pt_section_attach(sfix->section, &iscache);
409 struct pt_image_section_cache iscache;
421 errcode = pt_section_attach(sfix->section, &iscache);
537 struct pt_image_section_cache iscache;
549 errcode = pt_section_attach(sfix->section, &iscache);
552 errcode = pt_section_attach(sfix->section, &iscache);
555 errcode = pt_section_detach(sfix->section, &iscache);
558 errcode = pt_section_detach(sfix->section, &iscache);
568 struct pt_image_section_cache iscache, bad;
580 errcode = pt_section_attach(sfix->section, &iscache);
586 errcode = pt_section_detach(sfix->section, &iscache);
596 struct pt_image_section_cache iscache, bad;
606 errcode = pt_section_attach(sfix->section, &iscache);
612 errcode = pt_section_detach(sfix->section, &iscache);
646 struct pt_image_section_cache iscache;
650 iscache.map = 0;
658 errcode = pt_section_attach(sfix->section, &iscache);
675 errcode = pt_section_detach(sfix->section, &iscache);
683 struct pt_image_section_cache iscache;
687 iscache.map = -pte_eos;
695 errcode = pt_section_attach(sfix->section, &iscache);
701 errcode = pt_section_detach(sfix->section, &iscache);
709 struct pt_image_section_cache iscache;
713 iscache.map = 1;
721 errcode = pt_section_attach(sfix->section, &iscache);
729 errcode = pt_section_detach(sfix->section, &iscache);