.. | .. |
---|
58 | 58 | #ifdef CONFIG_HAVE_MARCH_Z14_FEATURES |
---|
59 | 59 | 58, /* miscellaneous-instruction-extension 2 */ |
---|
60 | 60 | #endif |
---|
| 61 | +#ifdef CONFIG_HAVE_MARCH_Z15_FEATURES |
---|
| 62 | + 61, /* miscellaneous-instruction-extension 3 */ |
---|
| 63 | +#endif |
---|
61 | 64 | -1 /* END */ |
---|
62 | 65 | } |
---|
63 | 66 | }, |
---|
.. | .. |
---|
93 | 96 | 131, /* enhanced-SOP 2 and side-effect */ |
---|
94 | 97 | 139, /* multiple epoch facility */ |
---|
95 | 98 | 146, /* msa extension 8 */ |
---|
| 99 | + 150, /* enhanced sort */ |
---|
| 100 | + 151, /* deflate conversion */ |
---|
| 101 | + 155, /* msa extension 9 */ |
---|
96 | 102 | -1 /* END */ |
---|
97 | 103 | } |
---|
98 | 104 | }, |
---|
.. | .. |
---|
106 | 112 | |
---|
107 | 113 | .name = "FACILITIES_KVM_CPUMODEL", |
---|
108 | 114 | .bits = (int[]){ |
---|
| 115 | + 12, /* AP Query Configuration Information */ |
---|
| 116 | + 15, /* AP Facilities Test */ |
---|
109 | 117 | 156, /* etoken facility */ |
---|
110 | 118 | -1 /* END */ |
---|
111 | 119 | } |
---|