Home
last modified time | relevance | path

Searched refs:S1 (Results 1 – 8 of 8) sorted by relevance

/qemu/tests/qemu-iotests/
H A D29445 S1="--object secret,id=sec1,data=hunter1"
46 SECRETS="$S0 $S1"
H A D29355 S1="--object secret,id=sec1,data=hunter1"
59 SECRETS="$S0 $S1 $S2 $S3 $S4"
/qemu/crypto/
H A Dxts.c36 const xts_uint128 *S1, 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.rst29 ----------------- | Socket S1 ---|
38 * P1: {MOD1, S1, C1, P1}
83 * P1: associativity{MOD1, S1, C1, P1}
86 Second NUMA level (0x2) => associativity[1] = S1
105 * P1: associativity{MOD1, S1, C1, P1}
107 First NUMA level (0x2) => associativity[1] = S1
125 * P1: associativity{MOD1, S1, C1, P1}
/qemu/target/arm/tcg/
H A Dcrypto_helper.c284 static uint32_t S1(uint32_t x) in S1() function
311 + CR_ST_WORD(n, 3) + S1(CR_ST_WORD(n, 0)) in HELPER()
346 + CR_ST_WORD(d, 3) + S1(CR_ST_WORD(d, 0)) in HELPER()
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2450 0x16: 'Socket S1',
/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc519 /* P.LS.S1 instruction pool */
/qemu/target/sparc/
H A Dtranslate.c50 # define gen_helper_fmul8x16a(D, S1, S2) qemu_build_not_reached() argument