Lines Matching full:image

104 /* A mock image. */
106 /* The section stored in the image.
118 int pt_image_validate(struct pt_image *image, struct pt_mapped_section *msec, in pt_image_validate() argument
126 if (!image || !msec) in pt_image_validate()
129 section = image->section; in pt_image_validate()
139 int pt_image_find(struct pt_image *image, struct pt_mapped_section *msec, in pt_image_find() argument
146 if (!image || !msec || !asid) in pt_image_find()
149 section = image->section; in pt_image_find()
169 /* A test image. */
170 struct pt_image image; member
208 struct pt_image image; in read_null() local
211 status = pt_msec_cache_read(NULL, &msec, &image, 0ull); in read_null()
214 status = pt_msec_cache_read(&mcache, NULL, &image, 0ull); in read_null()
227 struct pt_image image; in fill_null() local
233 status = pt_msec_cache_fill(NULL, &msec, &image, &asid, 0ull); in fill_null()
236 status = pt_msec_cache_fill(&mcache, NULL, &image, &asid, 0ull); in fill_null()
242 status = pt_msec_cache_fill(&mcache, &msec, &image, NULL, 0ull); in fill_null()
272 status = pt_msec_cache_read(&tfix->mcache, &msec, &tfix->image, 0ull); in read_nomap()
285 status = pt_msec_cache_read(&tfix->mcache, &msec, &tfix->image, 0ull); in read()
305 status = pt_msec_cache_fill(&tfix->mcache, &msec, &tfix->image, &asid, in fill_nomap()
326 status = pt_msec_cache_fill(&tfix->mcache, &msec, &tfix->image, &asid, in fill()
345 memset(&tfix->image, 0, sizeof(tfix->image)); in sfix_init()
354 tfix->image.section = &tfix->section; in ifix_init()
375 tfix->image.section = &tfix->section; in cifix_init()