Searched refs:scratch1 (Results 1 – 7 of 7) sorted by relevance
| /src/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher_sse.c | 137 uint32_t scratch1 = BSWAP_32(ip[0]); in fletcher_4_sse2_byteswap() local 139 asm volatile("movd %0, %%xmm5" :: "r"(scratch1)); in fletcher_4_sse2_byteswap()
|
| /src/sys/dev/liquidio/ |
| H A D | lio_main.c | 231 uint64_t scratch1; in lio_attach() local 261 scratch1 = lio_read_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1); in lio_attach() 262 if (!(scratch1 & 4ULL)) { in lio_attach() 268 scratch1 |= 4ULL; in lio_attach() 269 lio_write_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1, scratch1); in lio_attach() 324 uint64_t scratch1; in lio_detach() local 328 scratch1 = lio_read_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1); in lio_detach() 329 scratch1 &= ~4ULL; in lio_detach() 330 lio_write_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1, scratch1); in lio_detach()
|
| /src/crypto/krb5/src/kdc/ |
| H A D | kdc_util.c | 155 krb5_data scratch1; in kdc_process_tgs_req() local 173 scratch1.length = tmppa->length; in kdc_process_tgs_req() 174 scratch1.data = (char *)tmppa->contents; in kdc_process_tgs_req() 175 if ((retval = decode_krb5_ap_req(&scratch1, &apreq))) in kdc_process_tgs_req() 247 1, 4, &scratch1) >= 0)) { in kdc_process_tgs_req() 248 if (comp_cksum(context, &scratch1, ticket, his_cksum)) { in kdc_process_tgs_req()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoA.td | 210 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 213 let Constraints = "@earlyclobber $res,@earlyclobber $scratch1," 221 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 223 let Constraints = "@earlyclobber $res,@earlyclobber $scratch1,"
|
| /src/sys/dev/sym/ |
| H A D | sym_fw1.h | 211 u32 scratch1 [ 1]; member 1104 PADDR_B (scratch1), /* phys.head.go.restart */
|
| /src/crypto/openssl/test/ |
| H A D | quic_multistream_test.c | 111 uint64_t scratch0, scratch1, fail_count; member 2697 return script_20_trigger(h, &h->scratch1); in script_20_trigger2() 2702 return script_20_wait(h, &h->scratch1, hl->check_op->arg2); in script_20_wait2() 3631 ++h->scratch1; in script_41_trace() 3637 ++h->scratch1; in script_41_trace() 3646 ++h->scratch1; in script_41_trace() 3666 if (!TEST_uint64_t_eq(h->scratch1, 0)) in script_41_check()
|
| /src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 1983 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 1985 let Constraints = "@earlyclobber $res,@earlyclobber $scratch1," 1997 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 2000 let Constraints = "@earlyclobber $res,@earlyclobber $scratch1,"
|