Home
last modified time | relevance | path

Searched refs:g_l2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dtrace-events33 s390_pci_list_entry(uint32_t g_l2, uint32_t vid, uint32_t did, uint32_t fid, uint32_t fh) "g_l2 %d …
H A Ds390-pci-inst.c53 uint32_t res_code, initial_l2, g_l2; in list_pci() local
113 g_l2 = LIST_PCI_HDR_LEN; in list_pci()
114 while (g_l2 < initial_l2 && pbdev) { in list_pci()
125 g_l2 += sizeof(ClpFhListEntry); in list_pci()
127 trace_s390_pci_list_entry(g_l2, in list_pci()
142 stw_p(&rrb->response.hdr.len, g_l2); in list_pci()