Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 105) sorted by relevance

12345

/openbmc/qemu/hw/net/
H A Dpcnet.c65 #define CSR_INIT(S) !!(((S)->csr[0])&0x0001) argument
66 #define CSR_STRT(S) !!(((S)->csr[0])&0x0002) argument
67 #define CSR_STOP(S) !!(((S)->csr[0])&0x0004) argument
68 #define CSR_TDMD(S) !!(((S)->csr[0])&0x0008) argument
69 #define CSR_TXON(S) !!(((S)->csr[0])&0x0010) argument
70 #define CSR_RXON(S) !!(((S)->csr[0])&0x0020) argument
71 #define CSR_INEA(S) !!(((S)->csr[0])&0x0040) argument
72 #define CSR_BSWP(S) !!(((S)->csr[3])&0x0004) argument
73 #define CSR_LAPPEN(S) !!(((S)->csr[3])&0x0020) argument
74 #define CSR_DXSUFLO(S) !!(((S)->csr[3])&0x0040) argument
[all …]
H A Dpcnet.h27 #define BCR_TMAULOOP(S) !!((S)->bcr[BCR_MC ] & 0x4000) argument
28 #define BCR_APROMWE(S) !!((S)->bcr[BCR_MC ] & 0x0100) argument
29 #define BCR_DWIO(S) !!((S)->bcr[BCR_BSBC] & 0x0080) argument
30 #define BCR_SSIZE32(S) !!((S)->bcr[BCR_SWS ] & 0x0100) argument
31 #define BCR_SWSTYLE(S) ((S)->bcr[BCR_SWS ] & 0x00FF) argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c10 struct S { struct
11 int S; member
15 typedef struct S S; typedef
18 int S; member
H A Dbtf_data.c3 struct S { struct
15 struct S1 { argument
28 typedef int S; argument
H A Dtest_global_func11.c7 struct S { struct
11 __noinline int foo(const struct S *s) in foo() argument
H A Dtest_global_func12.c7 struct S { struct
11 __noinline int foo(const struct S *s) in foo() argument
H A Dtest_global_func13.c7 struct S { struct
11 __noinline int foo(const struct S *s) in foo() argument
H A Dtest_global_func_args.c7 struct S { struct
11 struct S global_variable = {}; argument
H A Dtest_global_func9.c7 struct S { struct
20 __type(value, struct S); argument
/openbmc/qemu/tests/tcg/hppa/
H A Dstby.c9 struct S { struct
15 static void check(const struct S *s, unsigned e, in check() argument
/openbmc/linux/samples/bpf/
H A Dtrace_output.bpf.c15 struct S { in bpf_prog1() struct
16 u64 pid; in bpf_prog1()
17 u64 cookie; in bpf_prog1()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c180 #define PE(S) true argument
181 #define CPL(S) 3 argument
182 #define IOPL(S) 0 argument
183 #define SVME(S) false argument
184 #define GUEST(S) false argument
186 #define PE(S) (((S)->flags & HF_PE_MASK) != 0) argument
187 #define CPL(S) ((S)->cpl) argument
188 #define IOPL(S) ((S)->iopl) argument
189 #define SVME(S) (((S)->flags & HF_SVME_MASK) != 0) argument
190 #define GUEST(S) (((S)->flags & HF_GUEST_MASK) != 0) argument
[all …]
/openbmc/qemu/crypto/
H A Dxts.c132 xts_uint128 *S = (xts_uint128 *)src; in xts_decrypt() local
151 xts_uint128 S, D; in xts_decrypt() local
208 xts_uint128 *S = (xts_uint128 *)src; in xts_encrypt() local
228 xts_uint128 S, D; in xts_encrypt() local
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_blowfish.c375 u32 *S = dsp->bf_s; in dsp_bf_encrypt() local
467 u32 *S = dsp->bf_s; in dsp_bf_decrypt() local
563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block()
604 u32 *S = (u32 *)dsp->bf_s; in dsp_bf_init() local
/openbmc/qemu/tests/tcg/m68k/
H A Dtrap.c30 #define FMT0_STR(S) \ argument
32 #define FMT2_STR(S) \ argument
/openbmc/linux/arch/powerpc/crypto/
H A Dchacha-p10le-8x.S493 .macro Add_state S argument
518 .macro Write_256 S argument
/openbmc/linux/include/math-emu/
H A Dop-4.h29 #define _FP_FRAC_COPY_4(D,S) \ argument
429 #define _FP_SQRT_MEAT_4(R, S, T, X, q) \ argument
615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \ argument
625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \ argument
677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \ argument
684 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S) \ argument
H A Dop-2.h29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
524 #define _FP_SQRT_MEAT_2(R, S, T, X, q) \ argument
588 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument
598 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument
/openbmc/linux/crypto/
H A Dblowfish_common.c314 const u32 *S = bctx->s; in encrypt_block() local
349 u32 *S = ctx->s; in blowfish_setkey() local
H A Dblowfish_generic.c41 const u32 *S = ctx->s; in bf_encrypt() local
73 const u32 *S = ctx->s; in bf_decrypt() local
H A Dblake2b_generic.c40 static void blake2b_increment_counter(struct blake2b_state *S, const u64 inc) in blake2b_increment_counter()
70 static void blake2b_compress_one_generic(struct blake2b_state *S, in blake2b_compress_one_generic()
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c1571 #define DO_VQDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 0, S) argument
1572 #define DO_VQDMLAH_H(D, N, M, S) do_vqdmlah_h(N, M, D, 0, S) argument
1573 #define DO_VQDMLAH_W(D, N, M, S) do_vqdmlah_w(N, M, D, 0, S) argument
1574 #define DO_VQRDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 1, S) argument
1575 #define DO_VQRDMLAH_H(D, N, M, S) do_vqdmlah_h(N, M, D, 1, S) argument
1576 #define DO_VQRDMLAH_W(D, N, M, S) do_vqdmlah_w(N, M, D, 1, S) argument
1578 #define DO_VQDMLASH_B(D, N, M, S) do_vqdmlah_b(N, D, M, 0, S) argument
1579 #define DO_VQDMLASH_H(D, N, M, S) do_vqdmlah_h(N, D, M, 0, S) argument
1580 #define DO_VQDMLASH_W(D, N, M, S) do_vqdmlah_w(N, D, M, 0, S) argument
1581 #define DO_VQRDMLASH_B(D, N, M, S) do_vqdmlah_b(N, D, M, 1, S) argument
[all …]
/openbmc/linux/tools/testing/selftests/exec/
H A Drecursion-depth.c54 #define S "#!" FILENAME "\n" in main() macro
/openbmc/qemu/tests/tcg/s390x/
H A Dmie3-compl.c3 #define FbinOp(S, ASM) uint64_t S(uint64_t a, uint64_t b) \ argument
/openbmc/linux/arch/alpha/kernel/
H A Dio.c364 struct S { int x __attribute__((packed)); }; in ioread32_rep() struct
458 struct S { int x __attribute__((packed)); }; in iowrite32_rep() struct

12345