1GENWQE_POKE(1) User Commands GENWQE_POKE(1)
2
3
4
6 genwqe_poke - IBM Hardware Accelerator Tool.
7
9 genwqe_poke [-h] [-v,--verbose]
10
12 -C,--card <cardno> can be (0...3)
13
14 -A, --accelerator-type=GENWQE|CAPI CAPI is only available for System p
15
16 -V, --version
17 print version.
18
19 -q, --quiet
20 quiece output.
21
22 -w, --width <32|64>
23 access width, 64: default
24
25 -X, --cpu <id>
26 only run on this CPU.
27
28 -i, --interval <intv>
29 interval in usec, 0: default.
30
31 -c, --count <mum>
32 number of pokes, 1: default
33
34 -r, --read-back
35 read back and verify.
36
37 -p, --psl-bar <bar>
38 access PSL bar (CAPI only)
39
40 -m, --mask <mask>
41 x = (x & ~mask) | (val & mask)
42
43 <addr> <val>
44
45 Example:
46 genwqe_poke 0x0000000 0xdeadbeef
47
48 Testcase to trigger error recovery code on genwqe card:
49 Fatal GFIR:
50
51 genwqe_poke -C0 0x00000008 0x001
52
53 Info GFIR by writing to VF:
54
55 genwqe_poke -C2 0x00020020 0x800
56
57 Registers for Capi card (-A CAPI)
58
59 FIR Reg:
60 0x1000 ... 0x1028, 6 Regs
61
62 Err. Inj Reg: 0x1800 and 0x1808 Agr. Regs: 0x2000 and 0x2078
63 Gzip Regs: 0x2100 and 0x2178
64
65 Only CAPI (debugging):
66
67 genwqe_poke -ACAPI -C0 --psl-bar=2 --width=64 --mask <mask>
68 <offs> <data>
69
70
71
72genwqe_poke 4.0.20 July 2023 GENWQE_POKE(1)