@@ -34,14 +34,14 @@ There are three types of tokens:
34
34
The name of a processor generation. A bit in the environment variable's
35
35
mask is set to one if and only if the specified processor generation
36
36
implements the corresponding instruction set extension. Possible values
37
- are z900, z990, z9, z10, z196, zEC12, z13 and z14 .
37
+ are z900, z990, z9, z10, z196, zEC12, z13, z14 and z15 .
38
38
39
39
=item <string>:<mask>:<mask>
40
40
41
41
The name of an instruction followed by two 64-bit masks. The part of the
42
42
environment variable's mask corresponding to the specified instruction is
43
43
set to the specified 128-bit mask. Possible values are kimd, klmd, km, kmc,
44
- kmac, kmctr, kmo, kmf, prno and kma .
44
+ kmac, kmctr, kmo, kmf, prno, kma, pcc and kdsa .
45
45
46
46
=item stfle:<mask>:<mask>:<mask>
47
47
@@ -139,6 +139,21 @@ the numbering is continuous across 64-bit mask boundaries.
139
139
# 20 1<<43 KMA-GCM-AES-256
140
140
:
141
141
142
+ pcc :
143
+ :
144
+ # 64 1<<63 PCC-Scalar-Multiply-P256
145
+ # 65 1<<62 PCC-Scalar-Multiply-P384
146
+ # 66 1<<61 PCC-Scalar-Multiply-P521
147
+
148
+ kdsa :
149
+ # 1 1<<62 KDSA-ECDSA-Verify-P256
150
+ # 2 1<<61 KDSA-ECDSA-Verify-P384
151
+ # 3 1<<60 KDSA-ECDSA-Verify-P521
152
+ # 9 1<<54 KDSA-ECDSA-Sign-P256
153
+ # 10 1<<53 KDSA-ECDSA-Sign-P384
154
+ # 11 1<<52 KDSA-ECDSA-Sign-P521
155
+ :
156
+
142
157
=head1 RETURN VALUES
143
158
144
159
Not available.
@@ -159,7 +174,7 @@ Disables the KM-XTS-AES and and the KIMD-SHAKE function codes:
159
174
160
175
=head1 SEE ALSO
161
176
162
- [1] z/Architecture Principles of Operation, SA22-7832-11
177
+ [1] z/Architecture Principles of Operation, SA22-7832-12
163
178
164
179
=head1 COPYRIGHT
165
180
0 commit comments