Lines Matching defs:pt_section
45 struct pt_section { struct
59 * The status is initialized on first pt_section_map() and will be argument
68 * This field is set in pt_section_map() and owned by the mapping argument
71 void *mapping;
104 int (*unmap)(struct pt_section *sec); argument
112 int (*read)(const struct pt_section *sec, uint8_t *buffer, argument
121 int (*memsize)(const struct pt_section *section, uint64_t *size); argument
129 mtx_t lock;
139 mtx_t alock;
143 uint16_t ucount;
146 uint16_t acount;
172 extern int pt_mk_section(struct pt_section **psection, const char *filename, argument