Lines Matching defs:pmt_mmio
1819 struct pmt_mmio {
1820 struct pmt_mmio *next;
9666 struct pmt_mmio *pmt_mmio_open(unsigned int target_guid)
9675 struct pmt_mmio *head = NULL, *last = NULL;
9676 struct pmt_mmio *new_pmt = NULL;
9734 fprintf(stderr, "%s: Failed to allocate pmt_mmio\n", __func__);
9775 struct pmt_mmio *pmt_mmio_find(unsigned int guid)
9777 struct pmt_mmio *pmmio = pmt_mmios;
9789 void *pmt_get_counter_pointer(struct pmt_mmio *pmmio, unsigned long counter_offset)
9809 struct pmt_mmio *pmt_add_guid(unsigned int guid, unsigned int seq)
9811 struct pmt_mmio *ret;
9872 struct pmt_mmio *mmio;