Searched refs:OV_BIT (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_ovec.h | 44 #define OV_BIT(byte, bit) ((byte - 1) * BITS_PER_BYTE + bit) macro 47 #define OV1_PPC_3_00 OV_BIT(3, 0) /* guest supports PowerPC 3.00? */ 50 #define OV5_DRCONF_MEMORY OV_BIT(2, 2) 51 #define OV5_FORM1_AFFINITY OV_BIT(5, 0) 52 #define OV5_FORM2_AFFINITY OV_BIT(5, 2) 53 #define OV5_HP_EVT OV_BIT(6, 5) 54 #define OV5_HPT_RESIZE OV_BIT(6, 7) 55 #define OV5_DRMEM_V2 OV_BIT(22, 0) 56 #define OV5_XIVE_BOTH OV_BIT(23, 0) 57 #define OV5_XIVE_EXPLOIT OV_BIT(23, 1) /* 1=exploitation 0=legacy */ [all …]
|