Home
last modified time | relevance | path

Searched refs:scratch (Results 1 - 25 of 467) sorted by relevance

12345678910>>...19

/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dwinmacro.h50 #define LOAD_PT_YREG(base_reg, scratch) \
51 ld [%base_reg + STACKFRAME_SZ + PT_Y], %scratch; \
52 wr %scratch, 0x0, %y;
59 #define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \
60 LOAD_PT_YREG(base_reg, scratch) \
77 #define STORE_PT_YREG(base_reg, scratch) \
78 rd %y, %scratch; \
79 st %scratch, [%base_reg + STACKFRAME_SZ + PT_Y];
92 #define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \
93 ld [%cur_reg + TI_W_SAVED], %scratch; \
[all...]
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dwinmacro.h50 #define LOAD_PT_YREG(base_reg, scratch) \
51 ld [%base_reg + STACKFRAME_SZ + PT_Y], %scratch; \
52 wr %scratch, 0x0, %y;
59 #define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \
60 LOAD_PT_YREG(base_reg, scratch) \
77 #define STORE_PT_YREG(base_reg, scratch) \
78 rd %y, %scratch; \
79 st %scratch, [%base_reg + STACKFRAME_SZ + PT_Y];
92 #define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \
93 ld [%cur_reg + TI_W_SAVED], %scratch; \
[all...]
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dsignal.c106 uregs.scratch.bta = regs->bta; in stash_usr_regs()
107 uregs.scratch.lp_start = regs->lp_start; in stash_usr_regs()
108 uregs.scratch.lp_end = regs->lp_end; in stash_usr_regs()
109 uregs.scratch.lp_count = regs->lp_count; in stash_usr_regs()
110 uregs.scratch.status32 = regs->status32; in stash_usr_regs()
111 uregs.scratch.ret = regs->ret; in stash_usr_regs()
112 uregs.scratch.blink = regs->blink; in stash_usr_regs()
113 uregs.scratch.fp = regs->fp; in stash_usr_regs()
114 uregs.scratch.gp = regs->r26; in stash_usr_regs()
115 uregs.scratch in stash_usr_regs()
[all...]
H A Dptrace.c109 REG_IN_ONE(scratch.bta, &ptregs->bta); in genregs_set()
110 REG_IN_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_set()
111 REG_IN_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_set()
112 REG_IN_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_set()
114 REG_IGNORE_ONE(scratch.status32); in genregs_set()
116 REG_IN_ONE(scratch.ret, &ptregs->ret); in genregs_set()
117 REG_IN_ONE(scratch.blink, &ptregs->blink); in genregs_set()
118 REG_IN_ONE(scratch.fp, &ptregs->fp); in genregs_set()
119 REG_IN_ONE(scratch.gp, &ptregs->r26); in genregs_set()
120 REG_IN_ONE(scratch in genregs_set()
[all...]
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dsignal.c107 uregs.scratch.bta = regs->bta; in stash_usr_regs()
108 uregs.scratch.lp_start = regs->lp_start; in stash_usr_regs()
109 uregs.scratch.lp_end = regs->lp_end; in stash_usr_regs()
110 uregs.scratch.lp_count = regs->lp_count; in stash_usr_regs()
111 uregs.scratch.status32 = regs->status32; in stash_usr_regs()
112 uregs.scratch.ret = regs->ret; in stash_usr_regs()
113 uregs.scratch.blink = regs->blink; in stash_usr_regs()
114 uregs.scratch.fp = regs->fp; in stash_usr_regs()
115 uregs.scratch.gp = regs->r26; in stash_usr_regs()
116 uregs.scratch in stash_usr_regs()
[all...]
H A Dptrace.c192 REG_IN_ONE(scratch.bta, &ptregs->bta); in genregs_set()
193 REG_IN_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_set()
194 REG_IN_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_set()
195 REG_IN_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_set()
197 REG_IGNORE_ONE(scratch.status32); in genregs_set()
199 REG_IN_ONE(scratch.ret, &ptregs->ret); in genregs_set()
200 REG_IN_ONE(scratch.blink, &ptregs->blink); in genregs_set()
201 REG_IN_ONE(scratch.fp, &ptregs->fp); in genregs_set()
202 REG_IN_ONE(scratch.gp, &ptregs->r26); in genregs_set()
203 REG_IN_ONE(scratch in genregs_set()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Duda.h40 u32 op, u64 scratch);
43 u64 scratch);
51 struct irdma_ah_info *info, u64 scratch) in irdma_sc_create_ah()
54 scratch); in irdma_sc_create_ah()
58 struct irdma_ah_info *info, u64 scratch) in irdma_sc_destroy_ah()
61 scratch); in irdma_sc_destroy_ah()
66 u64 scratch) in irdma_sc_create_mcast_grp()
69 scratch); in irdma_sc_create_mcast_grp()
74 u64 scratch) in irdma_sc_modify_mcast_grp()
77 scratch); in irdma_sc_modify_mcast_grp()
50 irdma_sc_create_ah(struct irdma_sc_cqp *cqp, struct irdma_ah_info *info, u64 scratch) irdma_sc_create_ah() argument
57 irdma_sc_destroy_ah(struct irdma_sc_cqp *cqp, struct irdma_ah_info *info, u64 scratch) irdma_sc_destroy_ah() argument
64 irdma_sc_create_mcast_grp(struct irdma_sc_cqp *cqp, struct irdma_mcast_grp_info *info, u64 scratch) irdma_sc_create_mcast_grp() argument
72 irdma_sc_modify_mcast_grp(struct irdma_sc_cqp *cqp, struct irdma_mcast_grp_info *info, u64 scratch) irdma_sc_modify_mcast_grp() argument
80 irdma_sc_destroy_mcast_grp(struct irdma_sc_cqp *cqp, struct irdma_mcast_grp_info *info, u64 scratch) irdma_sc_destroy_mcast_grp() argument
[all...]
H A Dtype.h669 u64 scratch; member
1164 int irdma_sc_ccq_create(struct irdma_sc_cq *ccq, u64 scratch,
1166 int irdma_sc_ccq_destroy(struct irdma_sc_cq *ccq, u64 scratch, bool post_sq);
1172 int irdma_sc_cceq_create(struct irdma_sc_ceq *ceq, u64 scratch);
1175 int irdma_sc_ceq_destroy(struct irdma_sc_ceq *ceq, u64 scratch, bool post_sq);
1202 struct irdma_create_qp_info *info, u64 scratch,
1204 int irdma_sc_qp_destroy(struct irdma_sc_qp *qp, u64 scratch,
1207 struct irdma_qp_flush_info *info, u64 scratch,
1211 struct irdma_modify_qp_info *info, u64 scratch,
1221 int irdma_sc_cq_destroy(struct irdma_sc_cq *cq, u64 scratch, boo
1234 u64 scratch; global() member
1240 u64 scratch; global() member
1245 u64 scratch; global() member
1252 u64 scratch; global() member
1259 u64 scratch; global() member
1264 u64 scratch; global() member
1270 u64 scratch; global() member
1276 u64 scratch; global() member
1282 u64 scratch; global() member
1288 u64 scratch; global() member
1294 u64 scratch; global() member
1299 u64 scratch; global() member
1306 u64 scratch; global() member
1311 u64 scratch; global() member
1318 u64 scratch; global() member
1324 u64 scratch; global() member
1330 u64 scratch; global() member
1336 u64 scratch; global() member
1341 u64 scratch; global() member
1346 u64 scratch; global() member
1351 u64 scratch; global() member
1356 u64 scratch; global() member
1362 u64 scratch; global() member
1368 u64 scratch; global() member
1376 u64 scratch; global() member
1384 u64 scratch; global() member
1390 u64 scratch; global() member
1396 u64 scratch; global() member
1402 u64 scratch; global() member
1408 u64 scratch; global() member
1414 u64 scratch; global() member
1420 u64 scratch; global() member
1426 u64 scratch; global() member
1432 u64 scratch; global() member
1438 u64 scratch; global() member
1444 u64 scratch; global() member
1450 u64 scratch; global() member
1456 u64 scratch; global() member
1462 u64 scratch; global() member
1468 u64 scratch; global() member
1488 irdma_sc_cqp_get_next_send_wqe(struct irdma_sc_cqp *cqp, u64 scratch) irdma_sc_cqp_get_next_send_wqe() argument
[all...]
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dirqflags-compact.h181 .macro IRQ_DISABLE scratch
182 lr \scratch, [status32]
183 bic \scratch, \scratch, (STATUS_E1_MASK | STATUS_E2_MASK) variable
184 flag \scratch
188 .macro IRQ_ENABLE scratch
190 lr \scratch, [status32]
191 or \scratch, \scratch, (STATUS_E1_MASK | STATUS_E2_MASK) variable
192 flag \scratch
[all...]
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dirqflags-compact.h185 .macro IRQ_DISABLE scratch
186 lr \scratch, [status32]
187 bic \scratch, \scratch, (STATUS_E1_MASK | STATUS_E2_MASK) variable
188 flag \scratch
192 .macro IRQ_ENABLE scratch
194 lr \scratch, [status32]
195 or \scratch, \scratch, (STATUS_E1_MASK | STATUS_E2_MASK) variable
196 flag \scratch
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dscompress.c70 struct scomp_scratch *scratch; in crypto_scomp_free_scratches() local
74 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_free_scratches()
76 vfree(scratch->src); in crypto_scomp_free_scratches()
77 vfree(scratch->dst); in crypto_scomp_free_scratches()
78 scratch->src = NULL; in crypto_scomp_free_scratches()
79 scratch->dst = NULL; in crypto_scomp_free_scratches()
85 struct scomp_scratch *scratch; in crypto_scomp_alloc_scratches() local
91 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_alloc_scratches()
96 scratch->src = mem; in crypto_scomp_alloc_scratches()
100 scratch in crypto_scomp_alloc_scratches()
126 struct scomp_scratch *scratch; scomp_acomp_comp_decomp() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dscompress.c63 struct scomp_scratch *scratch; in crypto_scomp_free_scratches() local
67 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_free_scratches()
69 vfree(scratch->src); in crypto_scomp_free_scratches()
70 vfree(scratch->dst); in crypto_scomp_free_scratches()
71 scratch->src = NULL; in crypto_scomp_free_scratches()
72 scratch->dst = NULL; in crypto_scomp_free_scratches()
78 struct scomp_scratch *scratch; in crypto_scomp_alloc_scratches() local
84 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_alloc_scratches()
89 scratch->src = mem; in crypto_scomp_alloc_scratches()
93 scratch in crypto_scomp_alloc_scratches()
119 struct scomp_scratch *scratch; scomp_acomp_comp_decomp() local
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c102 u16 scratch; in sdhci_o2_enable_internal_clock() local
122 scratch = sdhci_readw(host, O2_PLL_DLL_WDT_CONTROL1); in sdhci_o2_enable_internal_clock()
123 if (scratch & O2_PLL_LOCK_STATUS) in sdhci_o2_enable_internal_clock()
309 u16 scratch = 0; in sdhci_o2_execute_tuning() local
324 scratch = sdhci_readw(host, O2_SD_MISC_CTRL); in sdhci_o2_execute_tuning()
325 scratch |= O2_SD_PWR_FORCE_L0; in sdhci_o2_execute_tuning()
326 sdhci_writew(host, scratch, O2_SD_MISC_CTRL); in sdhci_o2_execute_tuning()
366 scratch = sdhci_readw(host, O2_SD_MISC_CTRL); in sdhci_o2_execute_tuning()
367 scratch &= ~(O2_SD_PWR_FORCE_L0); in sdhci_o2_execute_tuning()
368 sdhci_writew(host, scratch, O2_SD_MISC_CTR in sdhci_o2_execute_tuning()
527 u8 scratch; sdhci_pci_o2_set_clock() local
638 u8 scratch; sdhci_pci_o2_probe() local
[all...]
H A Dmmc_spi.c98 /* "scratch" is per-{command,block} data exchanged with the card */
99 struct scratch { struct
123 struct scratch *data;
239 * be stored in the scratch buffer. It's somewhere after the in mmc_spi_response_get()
413 struct scratch *data = host->data; in mmc_spi_command_send()
526 struct scratch *scratch = host->data; in mmc_spi_setup_data_message() local
538 scratch->data_token = SPI_TOKEN_MULTI_WRITE; in mmc_spi_setup_data_message()
540 scratch->data_token = SPI_TOKEN_SINGLE; in mmc_spi_setup_data_message()
541 t->tx_buf = &scratch in mmc_spi_setup_data_message()
609 struct scratch *scratch = host->data; mmc_spi_writeblock() local
703 struct scratch *scratch = host->data; mmc_spi_readblock() local
866 struct scratch *scratch = host->data; mmc_spi_data_do() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dkunit_iov_iter.c104 u8 *scratch, *buffer; in iov_kunit_copy_to_kvec() local
111 scratch = iov_kunit_create_buffer(test, &spages, npages); in iov_kunit_copy_to_kvec()
113 scratch[i] = pattern(i); in iov_kunit_copy_to_kvec()
122 copied = copy_to_iter(scratch, size, &iter); in iov_kunit_copy_to_kvec()
128 /* Build the expected image in the scratch buffer. */ in iov_kunit_copy_to_kvec()
130 memset(scratch, 0, bufsize); in iov_kunit_copy_to_kvec()
133 scratch[i] = pattern(patt++); in iov_kunit_copy_to_kvec()
137 KUNIT_EXPECT_EQ_MSG(test, buffer[i], scratch[i], "at i=%x", i); in iov_kunit_copy_to_kvec()
138 if (buffer[i] != scratch[i]) in iov_kunit_copy_to_kvec()
154 u8 *scratch, *buffe in iov_kunit_copy_from_kvec() local
263 u8 *scratch, *buffer; iov_kunit_copy_to_bvec() local
317 u8 *scratch, *buffer; iov_kunit_copy_from_bvec() local
410 u8 *scratch, *buffer; iov_kunit_copy_to_xarray() local
468 u8 *scratch, *buffer; iov_kunit_copy_from_xarray() local
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c112 u16 scratch; in sdhci_o2_enable_internal_clock() local
132 scratch = sdhci_readw(host, O2_PLL_DLL_WDT_CONTROL1); in sdhci_o2_enable_internal_clock()
133 if (scratch & O2_PLL_LOCK_STATUS) in sdhci_o2_enable_internal_clock()
321 u16 scratch = 0; in sdhci_o2_execute_tuning() local
338 scratch = sdhci_readw(host, O2_SD_MISC_CTRL); in sdhci_o2_execute_tuning()
339 scratch |= O2_SD_PWR_FORCE_L0; in sdhci_o2_execute_tuning()
340 sdhci_writew(host, scratch, O2_SD_MISC_CTRL); in sdhci_o2_execute_tuning()
420 scratch = sdhci_readw(host, O2_SD_MISC_CTRL); in sdhci_o2_execute_tuning()
421 scratch &= ~(O2_SD_PWR_FORCE_L0); in sdhci_o2_execute_tuning()
422 sdhci_writew(host, scratch, O2_SD_MISC_CTR in sdhci_o2_execute_tuning()
581 u8 scratch; sdhci_pci_o2_set_clock() local
813 u8 scratch; sdhci_pci_o2_probe() local
[all...]
H A Dmmc_spi.c98 /* "scratch" is per-{command,block} data exchanged with the card */
99 struct scratch { struct
123 struct scratch *data;
232 * be stored in the scratch buffer. It's somewhere after the in mmc_spi_response_get()
406 struct scratch *data = host->data; in mmc_spi_command_send()
519 struct scratch *scratch = host->data; in mmc_spi_setup_data_message() local
531 scratch->data_token = SPI_TOKEN_MULTI_WRITE; in mmc_spi_setup_data_message()
533 scratch->data_token = SPI_TOKEN_SINGLE; in mmc_spi_setup_data_message()
534 t->tx_buf = &scratch in mmc_spi_setup_data_message()
602 struct scratch *scratch = host->data; mmc_spi_writeblock() local
696 struct scratch *scratch = host->data; mmc_spi_readblock() local
854 struct scratch *scratch = host->data; mmc_spi_data_do() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn32.c88 uint32_t in_reset, scratch, i; in dmub_dcn32_reset() local
114 scratch = dmub->hw_funcs.get_gpint_response(dmub); in dmub_dcn32_reset()
115 if (scratch == DMUB_GPINT__STOP_FW_RESPONSE) in dmub_dcn32_reset()
426 diag_data->scratch[0] = REG_READ(DMCUB_SCRATCH0); in dmub_dcn32_get_diagnostic_data()
427 diag_data->scratch[1] = REG_READ(DMCUB_SCRATCH1); in dmub_dcn32_get_diagnostic_data()
428 diag_data->scratch[2] = REG_READ(DMCUB_SCRATCH2); in dmub_dcn32_get_diagnostic_data()
429 diag_data->scratch[3] = REG_READ(DMCUB_SCRATCH3); in dmub_dcn32_get_diagnostic_data()
430 diag_data->scratch[4] = REG_READ(DMCUB_SCRATCH4); in dmub_dcn32_get_diagnostic_data()
431 diag_data->scratch[5] = REG_READ(DMCUB_SCRATCH5); in dmub_dcn32_get_diagnostic_data()
432 diag_data->scratch[ in dmub_dcn32_get_diagnostic_data()
[all...]
H A Ddmub_dcn20.c98 uint32_t in_reset, scratch, i; in dmub_dcn20_reset() local
124 scratch = dmub->hw_funcs.get_gpint_response(dmub); in dmub_dcn20_reset()
125 if (scratch == DMUB_GPINT__STOP_FW_RESPONSE) in dmub_dcn20_reset()
428 diag_data->scratch[0] = REG_READ(DMCUB_SCRATCH0); in dmub_dcn20_get_diagnostic_data()
429 diag_data->scratch[1] = REG_READ(DMCUB_SCRATCH1); in dmub_dcn20_get_diagnostic_data()
430 diag_data->scratch[2] = REG_READ(DMCUB_SCRATCH2); in dmub_dcn20_get_diagnostic_data()
431 diag_data->scratch[3] = REG_READ(DMCUB_SCRATCH3); in dmub_dcn20_get_diagnostic_data()
432 diag_data->scratch[4] = REG_READ(DMCUB_SCRATCH4); in dmub_dcn20_get_diagnostic_data()
433 diag_data->scratch[5] = REG_READ(DMCUB_SCRATCH5); in dmub_dcn20_get_diagnostic_data()
434 diag_data->scratch[ in dmub_dcn20_get_diagnostic_data()
[all...]
H A Ddmub_dcn31.c87 uint32_t in_reset, scratch, i, pwait_mode; in dmub_dcn31_reset() local
111 scratch = dmub->hw_funcs.get_gpint_response(dmub); in dmub_dcn31_reset()
112 if (scratch == DMUB_GPINT__STOP_FW_RESPONSE) in dmub_dcn31_reset()
422 diag_data->scratch[0] = REG_READ(DMCUB_SCRATCH0); in dmub_dcn31_get_diagnostic_data()
423 diag_data->scratch[1] = REG_READ(DMCUB_SCRATCH1); in dmub_dcn31_get_diagnostic_data()
424 diag_data->scratch[2] = REG_READ(DMCUB_SCRATCH2); in dmub_dcn31_get_diagnostic_data()
425 diag_data->scratch[3] = REG_READ(DMCUB_SCRATCH3); in dmub_dcn31_get_diagnostic_data()
426 diag_data->scratch[4] = REG_READ(DMCUB_SCRATCH4); in dmub_dcn31_get_diagnostic_data()
427 diag_data->scratch[5] = REG_READ(DMCUB_SCRATCH5); in dmub_dcn31_get_diagnostic_data()
428 diag_data->scratch[ in dmub_dcn31_get_diagnostic_data()
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_ipcomp.c45 u8 *scratch = *per_cpu_ptr(ipcomp_scratches, cpu); in ipcomp_decompress() local
47 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
65 skb_copy_to_linear_data(skb, scratch, len); in ipcomp_decompress()
67 while ((scratch += len, dlen -= len) > 0) { in ipcomp_decompress()
90 memcpy(skb_frag_address(frag), scratch, len); in ipcomp_decompress() local
141 u8 *scratch; in ipcomp_compress() local
145 scratch = *this_cpu_ptr(ipcomp_scratches); in ipcomp_compress()
147 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen); in ipcomp_compress()
156 memcpy(start + sizeof(struct ip_comp_hdr), scratch, dlen); in ipcomp_compress()
233 void *scratch; in ipcomp_alloc_scratches() local
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_ipcomp.c44 u8 *scratch = *this_cpu_ptr(ipcomp_scratches); in ipcomp_decompress() local
46 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
62 skb_copy_to_linear_data(skb, scratch, len); in ipcomp_decompress()
64 while ((scratch += len, dlen -= len) > 0) { in ipcomp_decompress()
82 memcpy(skb_frag_address(frag), scratch, len); in ipcomp_decompress() local
129 u8 *scratch; in ipcomp_compress() local
133 scratch = *this_cpu_ptr(ipcomp_scratches); in ipcomp_compress()
135 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen); in ipcomp_compress()
144 memcpy(start + sizeof(struct ip_comp_hdr), scratch, dlen); in ipcomp_compress()
221 void *scratch; in ipcomp_alloc_scratches() local
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dbootparam_utils.h52 static struct boot_params scratch; in sanitize_boot_params() local
54 char *save_base = (char *)&scratch; in sanitize_boot_params()
68 BOOT_PARAM_PRESERVE(scratch), in sanitize_boot_params()
79 memset(&scratch, 0, sizeof(scratch)); in sanitize_boot_params()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dbootparam_utils.h52 static struct boot_params scratch; in sanitize_boot_params() local
54 char *save_base = (char *)&scratch; in sanitize_boot_params()
68 BOOT_PARAM_PRESERVE(scratch), in sanitize_boot_params()
80 memset(&scratch, 0, sizeof(scratch)); in sanitize_boot_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_execbuffer.c109 struct drm_i915_gem_object *scratch; in igt_gpu_reloc() local
115 scratch = i915_gem_object_create_internal(eb.i915, 4096); in igt_gpu_reloc()
116 if (IS_ERR(scratch)) in igt_gpu_reloc()
117 return PTR_ERR(scratch); in igt_gpu_reloc()
119 map = i915_gem_object_pin_map(scratch, I915_MAP_WC); in igt_gpu_reloc()
144 err = __igt_gpu_reloc(&eb, scratch); in igt_gpu_reloc()
172 i915_gem_object_put(scratch); in igt_gpu_reloc()

Completed in 24 milliseconds

12345678910>>...19