Home
last modified time | relevance | path

Searched refs:exp0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfile-io-error.out16 'id': 'exp0',
27 'arguments': {'id': 'exp0'}}
29 …: TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED", "data": {"id": "exp0"}}
H A Dinactive-node-nbd.out10 {"execute": "block-export-add", "arguments": {"id": "exp0", "node-name": "disk-fmt", "type": "nbd",…
14 {"return": [{"id": "exp0", "node-name": "disk-fmt", "shutting-down": false, "type": "nbd"}]}
15 {"execute": "block-export-del", "arguments": {"id": "exp0"}}
24 {"execute": "block-export-add", "arguments": {"allow-inactive": false, "id": "exp0", "node-name": "…
28 {"return": [{"id": "exp0", "node-name": "disk-fmt", "shutting-down": false, "type": "nbd"}]}
29 {"execute": "block-export-del", "arguments": {"id": "exp0"}}
38 {"execute": "block-export-add", "arguments": {"allow-inactive": true, "id": "exp0", "node-name": "d…
42 {"return": [{"id": "exp0", "node-name": "disk-fmt", "shutting-down": false, "type": "nbd"}]}
43 {"execute": "block-export-del", "arguments": {"id": "exp0"}}
53 {"execute": "block-export-add", "arguments": {"id": "exp0", "node-name": "disk-fmt", "type": "nbd",…
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1863 int exp0, exp1, expdiff; in helper_fprem_common() local
1867 exp0 = EXPD(temp0); in helper_fprem_common()
1872 exp0 == 0x7fff || exp1 == 0x7fff || in helper_fprem_common()
1877 if (exp0 == 0) { in helper_fprem_common()
1878 exp0 = 1 - clz64(temp0.l.lower); in helper_fprem_common()
1883 expdiff = exp0 - exp1; in helper_fprem_common()