Home
last modified time | relevance | path

Searched refs:S2 (Results 1 – 4 of 4) sorted by relevance

/qemu/crypto/
H A Dxts.c37 const xts_uint128 *S2) in xts_uint128_xor() argument
39 D->u[0] = S1->u[0] ^ S2->u[0]; in xts_uint128_xor()
40 D->u[1] = S1->u[1] ^ S2->u[1]; in xts_uint128_xor()
/qemu/docs/specs/
H A Dppc-spapr-numa.rst33 ----------------- | Socket S2 ---|
39 * P2: {MOD1, S2, C2, P2}
89 * P2: associativity{MOD1, S2, C2, P2}
92 Second NUMA level (0x2) => associativity[1] = S2
109 * P2: associativity{MOD1, S2, C2, P2}
111 First NUMA level (0x2) => associativity[1] = S2
129 * P2: associativity{MOD1, S2, C2, P2}
/qemu/tests/qemu-iotests/
H A D29356 S2="--object secret,id=sec2,data=hunter2"
59 SECRETS="$S0 $S1 $S2 $S3 $S4"
/qemu/target/sparc/
H A Dtranslate.c47 # define gen_helper_fmul8x16a(D, S1, S2) qemu_build_not_reached() argument