Searched defs:iscache (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h96 struct pt_image_section_cache *iscache; member in struct:pt_section
[all...]
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c53 int pt_iscache_init(struct pt_image_section_cache *iscache, const char *name) argument
79 void pt_iscache_fini(struct pt_image_section_cache *iscache) argument
94 pt_iscache_lock(struct pt_image_section_cache *iscache) argument
112 pt_iscache_unlock(struct pt_image_section_cache *iscache) argument
135 pt_iscache_expand(struct pt_image_section_cache *iscache) argument
159 pt_iscache_find_locked(struct pt_image_section_cache *iscache, const char *filename, uint64_t offset, uint64_t size, uint64_t laddr) argument
226 pt_iscache_lru_prune(struct pt_image_section_cache *iscache, struct pt_iscache_lru_entry **tail) argument
263 pt_isache_lru_new(struct pt_image_section_cache *iscache, struct pt_section *section) argument
316 pt_iscache_lru_add(struct pt_image_section_cache *iscache, struct pt_section *section) argument
347 pt_iscache_lru_remove(struct pt_image_section_cache *iscache, const struct pt_section *section) argument
377 pt_iscache_lru_resize(struct pt_image_section_cache *iscache, struct pt_section *section, uint64_t memsize) argument
431 pt_iscache_lru_clear(struct pt_image_section_cache *iscache) argument
459 pt_iscache_find_section_locked(const struct pt_image_section_cache *iscache, const char *filename, uint64_t offset, uint64_t size, uint64_t laddr) argument
520 pt_iscache_add(struct pt_image_section_cache *iscache, struct pt_section *section, uint64_t laddr) argument
752 pt_iscache_find(struct pt_image_section_cache *iscache, const char *filename, uint64_t offset, uint64_t size, uint64_t laddr) argument
771 pt_iscache_lookup(struct pt_image_section_cache *iscache, struct pt_section **section, uint64_t *laddr, int isid) argument
812 pt_iscache_clear(struct pt_image_section_cache *iscache) argument
867 struct pt_image_section_cache *iscache; local
876 pt_iscache_free(struct pt_image_section_cache *iscache) argument
885 pt_iscache_set_limit(struct pt_image_section_cache *iscache, uint64_t limit) argument
912 pt_iscache_name(const struct pt_image_section_cache *iscache) argument
920 pt_iscache_add_file(struct pt_image_section_cache *iscache, const char *filename, uint64_t offset, uint64_t size, uint64_t vaddr) argument
997 pt_iscache_read(struct pt_image_section_cache *iscache, uint8_t *buffer, uint64_t size, int isid, uint64_t vaddr) argument
1045 pt_iscache_notify_map(struct pt_image_section_cache *iscache, struct pt_section *section) argument
1069 pt_iscache_notify_resize(struct pt_image_section_cache *iscache, struct pt_section *section, uint64_t memsize) argument
[all...]
H A Dpt_section.c257 pt_section_attach(struct pt_section *section, struct pt_image_section_cache *iscache) argument
303 pt_section_detach(struct pt_section *section, struct pt_image_section_cache *iscache) argument
434 struct pt_image_section_cache *iscache; local
521 struct pt_image_section_cache *iscache; local
[all...]
H A Dpt_image.c619 pt_image_add_cached(struct pt_image *image, struct pt_image_section_cache *iscache, int isid, const struct pt_asid *uasid) argument
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c436 boolean_t isspare, iscache; local
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c51 int pt_iscache_notify_map(struct pt_image_section_cache *iscache, argument
66 int pt_iscache_notify_resize(struct pt_image_section_cache *iscache, argument
291 struct pt_image_section_cache iscache; local
309 struct pt_image_section_cache iscache; local
377 struct pt_image_section_cache iscache; local
398 struct pt_image_section_cache iscache; local
520 struct pt_image_section_cache iscache; local
550 struct pt_image_section_cache iscache, bad; local
577 struct pt_image_section_cache iscache, bad; local
625 struct pt_image_section_cache iscache; local
661 struct pt_image_section_cache iscache; local
686 struct pt_image_section_cache iscache; local
[all...]
H A Dptunit-image.c118 struct pt_image_section_cache iscache; member in struct:image_fixture
261 int pt_iscache_lookup(struct pt_image_section_cache *iscache, argument
1795 struct pt_image_section_cache iscache; local
[all...]
H A Dptunit-image_section_cache.c50 struct pt_image_section_cache *iscache; member in struct:pt_section
260 pt_section_attach(struct pt_section *section, struct pt_image_section_cache *iscache) argument
305 pt_section_detach(struct pt_section *section, struct pt_image_section_cache *iscache) argument
342 struct pt_image_section_cache *iscache; local
415 struct pt_image_section_cache *iscache; local
535 struct pt_image_section_cache iscache; member in struct:iscache_fixture
650 struct pt_image_section_cache iscache; local
675 struct pt_image_section_cache iscache; local
711 struct pt_image_section_cache iscache; local
725 struct pt_image_section_cache iscache; local
[all...]

Completed in 299 milliseconds