Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h84 #define CLP_MASK_FMT 0xf0000000 macro
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c64 if ((ldl_be_p(&rrb->request.fmt) & CLP_MASK_FMT) != 0) { in list_pci()
70 if ((ldl_be_p(&rrb->request.fmt) & ~CLP_MASK_FMT) != 0 || in list_pci()