Searched refs:scratch (Results 51 - 75 of 124) sorted by relevance

12345

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_atapi.c102 sequence->command_specific_data.scratch = 0;
H A Dsati_mode_sense_10.c271 sequence->command_specific_data.scratch = 0;
H A Dsati.c452 sequence->command_specific_data.scratch = 0;
997 if (sequence->command_specific_data.scratch)
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datombios_i2c.c58 base = (unsigned char *)rdev->mode_info.atom_context->scratch;
H A Dr600.c2306 DRM_ERROR("failed to get scratch reg for rptr save (%d).\n", r);
2448 * GPU scratch registers helpers function.
2454 rdev->scratch.num_reg = 7;
2455 rdev->scratch.reg_base = SCRATCH_REG0;
2456 for (i = 0; i < rdev->scratch.num_reg; i++) {
2457 rdev->scratch.free[i] = true;
2458 rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4);
2464 uint32_t scratch; local
2469 r = radeon_scratch_get(rdev, &scratch);
3089 uint32_t scratch; local
[all...]
H A Dr100.c1211 DRM_ERROR("failed to get scratch reg for rptr save (%d).\n", r);
3739 uint32_t scratch; local
3744 r = radeon_scratch_get(rdev, &scratch);
3746 DRM_ERROR("radeon: cp failed to get scratch reg (%d).\n", r);
3749 WREG32(scratch, 0xCAFEDEAD);
3753 radeon_scratch_free(rdev, scratch);
3756 radeon_ring_write(ring, PACKET0(scratch, 0));
3760 tmp = RREG32(scratch);
3769 DRM_ERROR("radeon: ring test failed (scratch(0x%04X)=0x%08X)\n",
3770 scratch, tm
3795 uint32_t scratch; local
[all...]
H A Datom.c278 DRM_ERROR("ATOM: fb read beyond scratch region: %d vs. %d\n",
282 val = gctx->scratch[(gctx->fb_base / 4) + idx];
537 DRM_ERROR("ATOM: fb write beyond scratch region: %d vs. %d\n",
540 gctx->scratch[(gctx->fb_base / 4) + idx] = val;
1397 /* allocate some scratch memory */
1398 ctx->scratch = malloc(usage_bytes, DRM_MEM_DRIVER, M_NOWAIT | M_ZERO);
1399 if (!ctx->scratch)
/freebsd-11-stable/sys/compat/ndis/
H A Dwinx64_wrap.S66 * two registers are not scratch registers in the standard convention.)
100 mov %rcx,%r10 # temporarily save %rcx in scratch
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c825 dp->name, dp->namelen, dclass, env->scratch, *env->now);
829 regional_free_all(env->scratch);
832 regional_free_all(env->scratch);
836 regional_free_all(env->scratch);
1122 neg = (struct ub_packed_rrset_key*)regional_alloc(env->scratch,
1133 neg->rk.dname = regional_alloc_init(env->scratch, qinfo->qname,
1141 newd = (struct packed_rrset_data*)regional_alloc_zero(env->scratch,
/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_thread.c453 char scratch[32]; local
456 rc = read(c->resp_read_pipe, scratch, sizeof(scratch));
/freebsd-11-stable/contrib/unbound/services/cache/
H A Drrset.c338 rrset_array_unlock_touch(struct rrset_cache* r, struct regional* scratch, argument
344 scratch, sizeof(hashvalue_type)*count))) {
H A Ddns.c540 struct regional* scratch)
604 rrset_array_unlock_touch(env->rrset_cache, scratch, r->ref,
803 uint16_t flags, struct regional* region, struct regional* scratch,
824 scratch);
942 && (msg=tomsg(env, &k, data, region, now, 0, scratch))) {
538 tomsg(struct module_env* env, struct query_info* q, struct reply_info* r, struct regional* region, time_t now, int allow_expired, struct regional* scratch) argument
801 dns_cache_lookup(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, uint16_t flags, struct regional* region, struct regional* scratch, int no_partial) argument
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c10001 rtx dest, scratch, op0, op1, mask, nmask, x;
10004 scratch = operands[1];
10023 gcc_assert (REGNO (op1) == REGNO (scratch));
10025 x = gen_rtx_AND (vmode, scratch, mask);
10026 emit_insn (gen_rtx_SET (VOIDmode, scratch, x));
10036 if (REGNO (op1) == REGNO (scratch)) /* alternative 1,3 */
10038 x = gen_rtx_AND (vmode, scratch, mask);
10042 gcc_assert (REGNO (mask) == REGNO (scratch));
10044 x = gen_rtx_AND (vmode, scratch, op1);
10046 emit_insn (gen_rtx_SET (VOIDmode, scratch,
9976 rtx dest, scratch, op0, op1, mask, nmask, x; local
10507 ix86_expand_fp_compare(enum rtx_code code, rtx op0, rtx op1, rtx scratch, rtx *second_test, rtx *bypass_test) argument
12595 ix86_split_ashl(rtx *operands, rtx scratch, enum machine_mode mode) argument
12722 ix86_split_ashr(rtx *operands, rtx scratch, enum machine_mode mode) argument
12801 ix86_split_lshr(rtx *operands, rtx scratch, enum machine_mode mode) argument
13575 rtx scratch = gen_reg_rtx (SImode); local
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.h345 volatile uint32_t scratch; /* 0x004 */ member in struct:__anon8166
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge_var.h214 char scratch[256]; member in struct:mxge_slice_state
/freebsd-11-stable/sys/powerpc/include/
H A Dspr.h46 #define mtspr64(reg,valhi,vallo,scratch) \
61 : "=r"(scratch), "=r"(valhi) : "r"(vallo), "K"(reg), "r"(32), "r"(1))
63 #define mfspr64upper(reg,scratch) \
77 : "=r"(scratch), "=r"(val) : "K"(reg), "r"(32), "r"(1)); \
325 #define SPR_MD_TW 0x31f /* ..8 MMU tablewalk scratch */
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.h164 * The scratch area for USB devices. Access to this structure is
287 union usb_device_scratch scratch; member in struct:usb_device
/freebsd-11-stable/contrib/unbound/util/
H A Dmodule.h465 struct regional* scratch; member in struct:module_env
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h60 uint32_t scratch; member in struct:al_eth_mac_1g
94 uint32_t scratch; member in struct:al_eth_mac_10g
/freebsd-11-stable/contrib/unbound/services/
H A Dmesh.c382 qstate->env->cfg->serve_expired, qstate->env->scratch);
501 LDNS_RCODE_SERVFAIL, edns, rep, mesh->env->scratch, mesh->env->now_tv))
517 NULL, LDNS_RCODE_SERVFAIL, edns, rep, mesh->env->scratch, mesh->env->now_tv))
590 NULL, LDNS_RCODE_SERVFAIL, edns, rep, mesh->env->scratch, mesh->env->now_tv))
1163 m->s.env->scratch, udp_size, &r->edns,
1287 r->qflags, r_buffer, 0, 1, m->s.env->scratch,
1582 struct regional* region = mstate->s.env->scratch;
1709 regional_free_all(mstate->s.env->scratch);
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c1102 If TEMP is nonzero, we are forbidden to use any other scratch
1195 it TImode). Pick the other one to use as our scratch. */
1267 it TImode). Pick the other one to use as our scratch. */
3761 for it instead of #scratch. */
3763 i == 7 ? "ignore" : "scratch");
5466 rtx scratch = gen_reg_rtx (SImode);
5481 emit_move_insn (scratch, gen_rtx_MEM (SImode,
5485 emit_cmp_and_jump_insns (scratch, size_rtx, EQ, const0_rtx, SImode, 0, endlab);
7691 /* The scratch register is only required when the destination
8606 rtx scratch
5454 rtx scratch = gen_reg_rtx (SImode); local
8580 rtx scratch = gen_rtx_REG (Pmode, 1); local
8593 rtx scratch = gen_rtx_REG (Pmode, 1); local
8659 rtx spill_reg, spill_reg2, seq, scratch = gen_rtx_REG (Pmode, 1); local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dframe.c479 frame. Save them in a scratch buffer so that there isn't a
483 struct regcache *scratch = regcache_xmalloc (current_gdbarch); local
484 struct cleanup *cleanups = make_cleanup_regcache_xfree (scratch);
485 regcache_save (scratch, do_frame_unwind_register, this_frame);
496 regcache_cpy (current_regcache, scratch);
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c1546 ctx->scratch->int1 = ntp_timeout;
1553 ctx->scratch->int1 = ntp_debug;
1571 ntp_timeout = ctx->scratch->int1;
1575 ntp_debug = ctx->scratch->int1;
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_nsec3.c750 r = nsec3_hash_name(ct, env->scratch, env->scratch_buffer,
843 r = nsec3_hash_name(ct, env->scratch, env->scratch_buffer,
1049 wc = nsec3_ce_wildcard(env->scratch, ce.ce, ce.ce_len, &wclen);
1166 wc = nsec3_ce_wildcard(env->scratch, ce.ce, ce.ce_len, &wclen);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1590 int scratch; local
1602 sub_rsp_pattern_p(scratch) || push_reg_p(regno) ||
1603 mov_reg_to_local_stack_frame_p(regno, scratch) ||
1604 (lea_rsp_pattern_p(scratch) && offset == 0)) {

Completed in 502 milliseconds

12345