Searched refs:scratch (Results 201 - 225 of 257) sorted by relevance

1234567891011

/linux-master/fs/nfs/
H A Dnfs42proc.c1323 res.scratch = alloc_page(GFP_KERNEL);
1324 if (!res.scratch)
1361 __free_page(res.scratch);
H A Ddir.c828 struct page *scratch; local
833 scratch = alloc_page(GFP_KERNEL);
834 if (scratch == NULL)
838 xdr_set_scratch_page(&stream, scratch);
890 put_page(scratch);
H A Dnfs42xdr.c1436 xdr_set_scratch_buffer(xdr, res->scratch, READ_PLUS_SCRATCH_SIZE);
1632 xdr_set_scratch_page(xdr, res->scratch);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c1663 /* Use the default scratch size */
1672 /* allocate some scratch memory */
1673 ctx->scratch = kzalloc(usage_bytes, GFP_KERNEL);
1674 if (!ctx->scratch)
1823 kfree(adev->mode_info.atom_context->scratch);
H A Datombios_dp.c75 base = (unsigned char *)(adev->mode_info.atom_context->scratch + 1);
H A Datom.c289 DRM_ERROR("ATOM: fb read beyond scratch region: %d vs. %d\n",
293 val = gctx->scratch[(gctx->fb_base / 4) + idx];
552 DRM_ERROR("ATOM: fb write beyond scratch region: %d vs. %d\n",
555 gctx->scratch[(gctx->fb_base / 4) + idx] = val;
/linux-master/include/uapi/drm/
H A Dradeon_drm.h277 } scratch; member in union:__anon380
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h952 u32 scratch; /* Scratch for SCSI receive */ member in struct:sym_hcb
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_fence.c53 * we use a scratch register or memory location depends on the asic
64 * Writes a fence value to memory or a scratch register (all asics).
84 * Reads a fence value from memory or a scratch register (all asics).
831 dev_err(rdev->dev, "fence failed to get scratch register\n");
836 rdev->scratch.reg_base;
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c723 u32 scratch; local
738 scratch = isp1760_hcd_read(hcd, HC_SCRATCH);
739 if (scratch != pattern) {
741 scratch);
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn35/
H A Ddcn35_fpu.c234 dc->scratch.update_bw_bounding_box.clock_limits;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn351/
H A Ddcn351_fpu.c269 dc->scratch.update_bw_bounding_box.clock_limits;
/linux-master/arch/m68k/fpsp040/
H A Dround.S173 moveml (%a7)+,%d2/%d3 |restore scratch registers
499 | is no LOCAL_GRS scratch word following it on the fsave frame.
/linux-master/arch/sparc/lib/
H A DU1memcpy.S123 .register %g2,#scratch
124 .register %g3,#scratch
/linux-master/include/linux/
H A Dnfs_xdr.h673 void * scratch; /* used by read */ member in struct:nfs_pgio_res::__anon865::__anon866
1568 struct page *scratch; member in struct:nfs42_listxattrsres
/linux-master/net/ipv4/
H A Dudp.c1364 struct udp_dev_scratch *scratch = udp_skb_scratch(skb); local
1367 scratch->_tsize_state = skb->truesize;
1369 scratch->len = skb->len;
1370 scratch->csum_unnecessary = !!skb_csum_unnecessary(skb);
1371 scratch->is_linear = !skb_is_nonlinear(skb);
1374 scratch->_tsize_state |= UDP_SKB_IS_STATELESS;
/linux-master/drivers/scsi/
H A Dncr53c8xx.c1716 u_char scratch; /* Scratch for SCSI receive */ member in struct:ncb
2204 NADDR (scratch),
2208 NADDR (scratch),
2238 NADDR (scratch),
2242 NADDR (scratch),
2256 NADDR (scratch),
2866 NADDR (scratch),
H A Dips.c1067 ips_copp_wait_item_t *scratch; local
1088 scratch = kmalloc(sizeof (ips_copp_wait_item_t), GFP_ATOMIC);
1090 if (!scratch) {
1097 scratch->scsi_cmd = SC;
1098 scratch->next = NULL;
1100 ips_putq_copp_tail(&ha->copp_waitlist, scratch);
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S450 ! We could do this with the four scratch registers, but if src
635 ! We could do this with the four scratch registers, but if src
/linux-master/drivers/infiniband/hw/irdma/
H A Dpuda.c447 qp->qp_uk.sq_wrtrk_array[wqe_idx].wrid = (uintptr_t)info->scratch;
531 info.scratch = buf;
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c1754 if (!vm->scratch[0]) {
1755 pr_err("No scratch page!\n");
1759 vaddr = __px_vaddr(vm->scratch[0]);
1763 pr_err("Inconsistent initial state of scratch page!\n");
1789 * observed in a second (separate page tables and scratch).
1816 /* Read the initial state of the scratch page */
1871 pr_err("%s: Read %08x from scratch (offset 0x%08x_%08x), after %lu reads!\n",
1885 pr_info("Checked %lu scratch offsets across %lu engines\n",
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da5xx_gpu.c206 /* Write the fence to the scratch register */
1098 u32 scratch[] = { local
1108 return adreno_fault_handler(gpu, iova, flags, info, block, scratch);
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c1529 offsetof(struct iwl_tx_cmd, scratch);
1569 offsetofend(struct iwl_tx_cmd, scratch) >
/linux-master/arch/arm/kernel/
H A Dentry-armv.S582 @ scratch register so let's use a sequence of ADDs including one
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pow.h56 #include <asm/octeon/cvmx-scratch.h>
1485 * Returns: the WQE from the scratch register, or NULL if no

Completed in 604 milliseconds

1234567891011