Searched defs:pt_section (Results 1 – 2 of 2) sorted by relevance
45 struct pt_section { struct59 * The status is initialized on first pt_section_map() and will be argument68 * This field is set in pt_section_map() and owned by the mapping argument71 void *mapping;104 int (*unmap)(struct pt_section *sec); argument112 int (*read)(const struct pt_section *sec, uint8_t *buffer, argument121 int (*memsize)(const struct pt_section *section, uint64_t *size); argument129 mtx_t lock;139 mtx_t alock;143 uint16_t ucount;[all …]
38 struct pt_section { struct40 const char *filename;43 uint64_t offset;44 uint64_t size;47 uint64_t bcsize;72 extern int pt_mk_section(struct pt_section **psection, const char *filename, argument