pmt_mmio
struct pmt_mmio *pmt_mmio_open(unsigned int target_guid)
struct pmt_mmio *head = NULL, *last = NULL;
struct pmt_mmio *new_pmt = NULL;
struct pmt_mmio *pmt_mmio_find(unsigned int guid)
struct pmt_mmio *pmmio = pmt_mmios;
void *pmt_get_counter_pointer(struct pmt_mmio *pmmio, unsigned long counter_offset)
struct pmt_mmio *pmt_add_guid(unsigned int guid, unsigned int seq)
struct pmt_mmio *ret;
struct pmt_mmio *mmio;
struct pmt_mmio *next;