Home
last modified time | relevance | path

Searched refs:temp (Results 76 - 100 of 4086) sorted by relevance

12345678910>>...164

/third_party/ffmpeg/libavutil/tests/
H A Dtwofish.c42 uint8_t temp[32], iv[16], rpt[32] = {0}; in main() local
51 av_twofish_crypt(cs, temp, rpt, 1, NULL, 0); in main()
53 if (rct[j][i] != temp[i]) { in main()
54 av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct[j][i], temp[i]); in main()
58 av_twofish_crypt(cs, temp, rct[j], 1, NULL, 1); in main()
60 if (rpt[i] != temp[i]) { in main()
61 av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rpt[i], temp[i]); in main()
71 av_twofish_crypt(cs, temp, rpt, 1, NULL, 0); in main()
74 memcpy(rpt,temp,16); in main()
75 av_twofish_crypt(cs, temp, tem in main()
[all...]
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_032.c50 UINTPTR temp = 1; in PthreadF02() local
57 ret = pthread_join(g_newTh2, (void *)&temp); in PthreadF02()
59 ICUNIT_GOTO_EQUAL(temp, 7, temp, EXIT); // 7, here assert the result. in PthreadF02()
70 UINTPTR temp = 1; in PthreadF03() local
77 ret = pthread_join(g_newTh, (void *)&temp); in PthreadF03()
79 ICUNIT_GOTO_EQUAL(temp, 9, temp, EXIT); // 9, here assert the result. in PthreadF03()
89 UINTPTR temp = 1; in Testcase() local
113 ret = pthread_join(newTh, (void *)&temp); in Testcase()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dtmp108.c92 u32 attr, int channel, long *temp) in tmp108_read()
107 *temp = 4000; in tmp108_read()
110 *temp = 1000; in tmp108_read()
113 *temp = 250; in tmp108_read()
116 *temp = 63; in tmp108_read()
135 *temp = tmp108_temp_reg_to_mC(regval); in tmp108_read()
143 *temp = tmp108_temp_reg_to_mC(regval); in tmp108_read()
150 *temp = !!(regval & (attr == hwmon_temp_min_alarm ? in tmp108_read()
177 *temp = tmp108_temp_reg_to_mC(regval); in tmp108_read()
179 *temp in tmp108_read()
91 tmp108_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long *temp) tmp108_read() argument
190 tmp108_write(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long temp) tmp108_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dtmp108.c92 u32 attr, int channel, long *temp) in tmp108_read()
107 *temp = 4000; in tmp108_read()
110 *temp = 1000; in tmp108_read()
113 *temp = 250; in tmp108_read()
116 *temp = 63; in tmp108_read()
135 *temp = tmp108_temp_reg_to_mC(regval); in tmp108_read()
143 *temp = tmp108_temp_reg_to_mC(regval); in tmp108_read()
150 *temp = !!(regval & (attr == hwmon_temp_min_alarm ? in tmp108_read()
177 *temp = tmp108_temp_reg_to_mC(regval); in tmp108_read()
179 *temp in tmp108_read()
91 tmp108_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long *temp) tmp108_read() argument
190 tmp108_write(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long temp) tmp108_write() argument
[all...]
/third_party/toybox/toys/pending/
H A Dxzcat.c469 } temp; member
806 * Flush pending filtered data from temp to the output buffer.
808 * data to the beginning of temp.
814 copy_size = minof(s->temp.filtered, b->out_size - b->out_pos); in bcj_flush()
815 memcpy(b->out + b->out_pos, s->temp.buf, copy_size); in bcj_flush()
818 s->temp.filtered -= copy_size; in bcj_flush()
819 s->temp.size -= copy_size; in bcj_flush()
820 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp in bcj_flush()
1431 } temp; global() member
2458 } temp; global() member
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.c178 static void horizontal_decompose53i(DWTELEM *b, DWTELEM *temp, int width) in horizontal_decompose53i() argument
185 temp[x] = b[2 * x]; in horizontal_decompose53i()
186 temp[x + w2] = b[2 * x + 1]; in horizontal_decompose53i()
189 temp[x] = b[2 * x]; in horizontal_decompose53i()
190 lift(b + w2, temp + w2, temp, 1, 1, 1, width, -1, 0, 1, 1, 0); in horizontal_decompose53i()
191 lift(b, temp, b + w2, 1, 1, 1, width, 1, 2, 2, 0, 0); in horizontal_decompose53i()
212 static void spatial_decompose53i(DWTELEM *buffer, DWTELEM *temp, in spatial_decompose53i() argument
224 horizontal_decompose53i(b2, temp, width); in spatial_decompose53i()
226 horizontal_decompose53i(b3, temp, widt in spatial_decompose53i()
238 horizontal_decompose97i(DWTELEM *b, DWTELEM *temp, int width) horizontal_decompose97i() argument
285 spatial_decompose97i(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride) spatial_decompose97i() argument
319 ff_spatial_dwt(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride, int type, int decomposition_count) ff_spatial_dwt() argument
340 horizontal_compose53i(IDWTELEM *b, IDWTELEM *temp, int width) horizontal_compose53i() argument
400 spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer *sb, IDWTELEM *temp, int width, int height, int stride_line) spatial_compose53i_dy_buffered() argument
440 spatial_compose53i_dy(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride) spatial_compose53i_dy() argument
465 snow_horizontal_compose97i(IDWTELEM *b, IDWTELEM *temp, int width) snow_horizontal_compose97i() argument
563 spatial_compose97i_dy_buffered(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer * sb, IDWTELEM *temp, int width, int height, int stride_line) spatial_compose97i_dy_buffered() argument
606 spatial_compose97i_dy(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride) spatial_compose97i_dy() argument
658 ff_spatial_idwt_buffered_slice(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer *slice_buf, IDWTELEM *temp, int width, int height, int stride_line, int type, int decomposition_count, int y) ff_spatial_idwt_buffered_slice() argument
706 spatial_idwt_slice(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride, int type, int decomposition_count, int y) spatial_idwt_slice() argument
731 ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride, int type, int decomposition_count) ff_spatial_idwt() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-hub.c258 u16 temp; in xhci_common_hub_descriptor() local
263 temp = 0; in xhci_common_hub_descriptor()
266 temp |= HUB_CHAR_INDV_PORT_LPSM; in xhci_common_hub_descriptor()
268 temp |= HUB_CHAR_NO_LPSM; in xhci_common_hub_descriptor()
271 temp |= HUB_CHAR_INDV_PORT_OCPM; in xhci_common_hub_descriptor()
274 desc->wHubCharacteristics = cpu_to_le16(temp); in xhci_common_hub_descriptor()
282 u16 temp; in xhci_usb2_hub_descriptor() local
292 temp = 1 + (ports / 8); in xhci_usb2_hub_descriptor()
293 desc->bDescLength = USB_DT_HUB_NONVAR_SIZE + 2 * temp; in xhci_usb2_hub_descriptor()
681 u32 temp; variable
712 u32 temp; xhci_port_set_test_mode() local
790 u32 temp; xhci_set_link_state() local
807 u32 temp; xhci_set_remote_wake_mask() local
834 u32 temp; xhci_test_and_clear_bit() local
1203 u32 temp, status; xhci_hub_control() local
1642 u32 temp, status; xhci_hub_status_data() local
1883 u32 temp, portsc; xhci_bus_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c52 u32 temp; in bdc_stop() local
55 temp = bdc_readl(bdc->regs, BDC_BDCSC); in bdc_stop()
57 if (BDC_CSTS(temp) == BDC_HLT) { in bdc_stop()
61 temp &= ~BDC_COP_MASK; in bdc_stop()
62 temp |= BDC_COS|BDC_COP_STP; in bdc_stop()
63 bdc_writel(bdc->regs, BDC_BDCSC, temp); in bdc_stop()
75 u32 temp; in bdc_reset() local
84 temp = bdc_readl(bdc->regs, BDC_BDCSC); in bdc_reset()
85 temp &= ~BDC_COP_MASK; in bdc_reset()
86 temp | in bdc_reset()
98 u32 temp; bdc_run() local
218 u32 temp; bdc_mem_init() local
489 u32 temp; bdc_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c52 u32 temp; in bdc_stop() local
55 temp = bdc_readl(bdc->regs, BDC_BDCSC); in bdc_stop()
57 if (BDC_CSTS(temp) == BDC_HLT) { in bdc_stop()
61 temp &= ~BDC_COP_MASK; in bdc_stop()
62 temp |= BDC_COS|BDC_COP_STP; in bdc_stop()
63 bdc_writel(bdc->regs, BDC_BDCSC, temp); in bdc_stop()
75 u32 temp; in bdc_reset() local
84 temp = bdc_readl(bdc->regs, BDC_BDCSC); in bdc_reset()
85 temp &= ~BDC_COP_MASK; in bdc_reset()
86 temp | in bdc_reset()
98 u32 temp; bdc_run() local
218 u32 temp; bdc_mem_init() local
489 u32 temp; bdc_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-isch.c60 int temp; in sch_transaction() local
70 temp = inb(SMBHSTSTS) & 0x0f; in sch_transaction()
71 if (temp) { in sch_transaction()
73 if (temp & 0x01) { in sch_transaction()
75 "Clear...\n", temp); in sch_transaction()
77 if (temp & 0x06) { in sch_transaction()
79 "Resetting...\n", temp); in sch_transaction()
81 outb(temp, SMBHSTSTS); in sch_transaction()
82 temp = inb(SMBHSTSTS) & 0x0f; in sch_transaction()
83 if (temp) { in sch_transaction()
142 int i, len, temp, rc; sch_access() local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-isch.c60 int temp; in sch_transaction() local
70 temp = inb(SMBHSTSTS) & 0x0f; in sch_transaction()
71 if (temp) { in sch_transaction()
73 if (temp & 0x01) { in sch_transaction()
75 "Clear...\n", temp); in sch_transaction()
77 if (temp & 0x06) { in sch_transaction()
79 "Resetting...\n", temp); in sch_transaction()
81 outb(temp, SMBHSTSTS); in sch_transaction()
82 temp = inb(SMBHSTSTS) & 0x0f; in sch_transaction()
83 if (temp) { in sch_transaction()
142 int i, len, temp, rc; sch_access() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_blockdetect.c102 float temp = 0.0f; in calculate_blockiness() local
105 temp += abs(src[j * src_linesize + i + 1] - src[j * src_linesize + i + 2]); in calculate_blockiness()
106 temp += abs(src[j * src_linesize + i + 2] - src[j * src_linesize + i + 3]); in calculate_blockiness()
107 temp += abs(src[j * src_linesize + i + 3] - src[j * src_linesize + i + 4]); in calculate_blockiness()
108 temp += abs(src[j * src_linesize + i - 0] - src[j * src_linesize + i - 1]); in calculate_blockiness()
109 temp += abs(src[j * src_linesize + i - 1] - src[j * src_linesize + i - 2]); in calculate_blockiness()
110 temp += abs(src[j * src_linesize + i - 2] - src[j * src_linesize + i - 3]); in calculate_blockiness()
111 temp = FFMAX(1, temp); in calculate_blockiness()
112 grad[j * grad_linesize + i] /= temp; in calculate_blockiness()
121 float temp; calculate_blockiness() local
145 float temp = 0.0f; calculate_blockiness() local
164 float temp; calculate_blockiness() local
[all...]
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dkgdb.c41 int temp; in pt_regs_to_gdb_regs() local
48 __asm__ __volatile__ ("mfs %0, rbtr;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
49 gdb_regs[GDB_BTR] = temp; in pt_regs_to_gdb_regs()
56 __asm__ __volatile__ ("mfs %0, redr;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
57 gdb_regs[GDB_REDR] = temp; in pt_regs_to_gdb_regs()
58 __asm__ __volatile__ ("mfs %0, rpid;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
59 gdb_regs[GDB_RPID] = temp; in pt_regs_to_gdb_regs()
60 __asm__ __volatile__ ("mfs %0, rzpr;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
61 gdb_regs[GDB_RZPR] = temp; in pt_regs_to_gdb_regs()
62 __asm__ __volatile__ ("mfs %0, rtlbx;" : "=r"(temp) in pt_regs_to_gdb_regs()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_lpat.c26 int i, delta_temp, delta_raw, temp; in acpi_lpat_raw_to_temp() local
38 delta_temp = lpat[i+1].temp - lpat[i].temp; in acpi_lpat_raw_to_temp()
40 temp = lpat[i].temp + (raw - lpat[i].raw) * delta_temp / delta_raw; in acpi_lpat_raw_to_temp()
42 return temp; in acpi_lpat_raw_to_temp()
51 * @temp: the temperature, used as a key to get the raw value from the
58 int temp) in acpi_lpat_temp_to_raw()
64 if (temp >= lpat[i].temp in acpi_lpat_temp_to_raw()
57 acpi_lpat_temp_to_raw(struct acpi_lpat_conversion_table *lpat_table, int temp) acpi_lpat_temp_to_raw() argument
[all...]
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dkgdb.c41 int temp; in pt_regs_to_gdb_regs() local
48 __asm__ __volatile__ ("mfs %0, rbtr;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
49 gdb_regs[GDB_BTR] = temp; in pt_regs_to_gdb_regs()
56 __asm__ __volatile__ ("mfs %0, redr;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
57 gdb_regs[GDB_REDR] = temp; in pt_regs_to_gdb_regs()
58 __asm__ __volatile__ ("mfs %0, rpid;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
59 gdb_regs[GDB_RPID] = temp; in pt_regs_to_gdb_regs()
60 __asm__ __volatile__ ("mfs %0, rzpr;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
61 gdb_regs[GDB_RZPR] = temp; in pt_regs_to_gdb_regs()
62 __asm__ __volatile__ ("mfs %0, rtlbx;" : "=r"(temp) in pt_regs_to_gdb_regs()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_lpat.c26 int i, delta_temp, delta_raw, temp; in acpi_lpat_raw_to_temp() local
38 delta_temp = lpat[i+1].temp - lpat[i].temp; in acpi_lpat_raw_to_temp()
40 temp = lpat[i].temp + (raw - lpat[i].raw) * delta_temp / delta_raw; in acpi_lpat_raw_to_temp()
42 return temp; in acpi_lpat_raw_to_temp()
51 * @temp: the temperature, used as a key to get the raw value from the
58 int temp) in acpi_lpat_temp_to_raw()
64 if (temp >= lpat[i].temp in acpi_lpat_temp_to_raw()
57 acpi_lpat_temp_to_raw(struct acpi_lpat_conversion_table *lpat_table, int temp) acpi_lpat_temp_to_raw() argument
[all...]
/third_party/EGL/sdk/docs/man/html/
H A Daccord.js4 var temp, temp2, cookieArray, cookieArray2, cookieCount;
15 temp=document.getElementById("containerul");
16 for(var o=0;o<temp.getElementsByTagName("li").length;o++){
17 if(temp.getElementsByTagName("li")[o].getElementsByTagName("ul").length>0){
25 temp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild)
26 temp.getElementsByTagName("li")[o].getElementsByTagName("ul")[0].style.display = "none";
28 showhide(temp.getElementsByTagName("li")[o]);
36 temp.getElementsByTagName("li")[o].insertBefore(temp2,temp
[all...]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A Daccord.js4 var temp, temp2, cookieArray, cookieArray2, cookieCount;
15 temp=document.getElementById("containerul");
16 for(var o=0;o<temp.getElementsByTagName("li").length;o++){
17 if(temp.getElementsByTagName("li")[o].getElementsByTagName("ul").length>0){
25 temp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild)
26 temp.getElementsByTagName("li")[o].getElementsByTagName("ul")[0].style.display = "none";
28 showhide(temp.getElementsByTagName("li")[o]);
36 temp.getElementsByTagName("li")[o].insertBefore(temp2,temp
[all...]
/kernel/linux/linux-5.10/sound/pci/au88x0/
H A Dau88x0_core.c157 int addr, temp;
163 temp = hwread(vortex->mmio, VORTEX_MIX_ENIN + addr);
164 return ((temp >> (mixin & 3)) & 1);
171 int temp; in vortex_mix_setvolumebyte() local
174 temp = hwread(vortex->mmio, VORTEX_MIX_VOL_B + (mix << 2)); in vortex_mix_setvolumebyte()
175 if ((temp != 0x80) || (vol == 0x80)) in vortex_mix_setvolumebyte()
185 int temp; in vortex_mix_setinputvolumebyte() local
190 temp = in vortex_mix_setinputvolumebyte()
193 if ((temp != 0x80) || (vol == 0x80)) in vortex_mix_setinputvolumebyte()
203 int temp, add in vortex_mix_setenablebit() local
261 int temp, lifeboat = 0, prev; vortex_mixer_addWTD() local
464 int temp; vortex_src_set_throttlesource() local
477 int temp, lifeboat = 0; vortex_src_persist_convratio() local
657 int temp, lifeboat = 0, prev; vortex_src_addWTD() local
799 int temp, lifeboat = 0; vortex_fifo_setadbctrl() local
900 int temp = 0, lifeboat = 0; vortex_fifo_setwtctrl() local
1248 int temp, page, delta; vortex_adbdma_getlinearpos() local
1505 int temp; vortex_wtdma_getlinearpos() local
1632 int temp, prev, lifeboat = 0; vortex_adb_addroutes() local
1679 int temp, lifeboat = 0, prev; vortex_adb_delroutes() local
[all...]
/kernel/linux/linux-6.6/sound/pci/au88x0/
H A Dau88x0_core.c157 int addr, temp;
163 temp = hwread(vortex->mmio, VORTEX_MIX_ENIN + addr);
164 return ((temp >> (mixin & 3)) & 1);
171 int temp; in vortex_mix_setvolumebyte() local
174 temp = hwread(vortex->mmio, VORTEX_MIX_VOL_B + (mix << 2)); in vortex_mix_setvolumebyte()
175 if ((temp != 0x80) || (vol == 0x80)) in vortex_mix_setvolumebyte()
185 int temp; in vortex_mix_setinputvolumebyte() local
190 temp = in vortex_mix_setinputvolumebyte()
193 if ((temp != 0x80) || (vol == 0x80)) in vortex_mix_setinputvolumebyte()
203 int temp, add in vortex_mix_setenablebit() local
261 int temp, lifeboat = 0, prev; vortex_mixer_addWTD() local
464 int temp; vortex_src_set_throttlesource() local
477 int temp, lifeboat = 0; vortex_src_persist_convratio() local
657 int temp, lifeboat = 0, prev; vortex_src_addWTD() local
799 int temp, lifeboat = 0; vortex_fifo_setadbctrl() local
900 int temp = 0, lifeboat = 0; vortex_fifo_setwtctrl() local
1248 int temp, page, delta; vortex_adbdma_getlinearpos() local
1505 int temp; vortex_wtdma_getlinearpos() local
1632 int temp, prev, lifeboat = 0; vortex_adb_addroutes() local
1679 int temp, lifeboat = 0, prev; vortex_adb_delroutes() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstructures.c63 struct SPDY_NameValue *temp; in SPDY_name_value_add() local
143 temp = container; in SPDY_name_value_add()
144 while(NULL != temp->next) in SPDY_name_value_add()
145 temp = temp->next; in SPDY_name_value_add()
146 temp->next = pair; in SPDY_name_value_add()
147 pair->prev = temp; in SPDY_name_value_add()
194 struct SPDY_NameValue *temp = container; in SPDY_name_value_lookup() local
203 if(strcmp(name, temp->name) == 0) in SPDY_name_value_lookup()
205 *num_values = temp in SPDY_name_value_lookup()
221 struct SPDY_NameValue *temp = container; SPDY_name_value_destroy() local
243 struct SPDY_NameValue *temp = container; SPDY_name_value_iterate() local
465 int32_t temp; SPDYF_name_value_to_stream() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_intel_display.c46 int count, temp; in mdfldWaitForPipeDisable() local
64 temp = REG_READ(map->conf); in mdfldWaitForPipeDisable()
65 if ((temp & PIPEACONF_PIPE_STATE) == 0) in mdfldWaitForPipeDisable()
74 int count, temp; in mdfldWaitForPipeEnable() local
92 temp = REG_READ(map->conf); in mdfldWaitForPipeEnable()
93 if (temp & PIPEACONF_PIPE_STATE) in mdfldWaitForPipeEnable()
210 u32 temp; in mdfld_disable_crtc() local
220 temp = REG_READ(map->cntr); in mdfld_disable_crtc()
221 if ((temp & DISPLAY_PLANE_ENABLE) != 0) { in mdfld_disable_crtc()
223 temp in mdfld_disable_crtc()
280 u32 temp; mdfld_crtc_dpms() local
[all...]
/third_party/jerryscript/jerry-libm/
H A Dcbrt.c46 double_accessor t, temp; in cbrt() local
49 temp.dbl = x; in cbrt()
51 sign = temp.as_int.hi & 0x80000000; /* sign = sign(x) */ in cbrt()
52 temp.as_int.hi ^= sign; in cbrt()
54 if (temp.as_int.hi >= 0x7ff00000) in cbrt()
59 if ((temp.as_int.hi | temp.as_int.lo) == 0) in cbrt()
65 if (temp.as_int.hi < 0x00100000) /* subnormal number */ in cbrt()
68 t.dbl *= temp.dbl; in cbrt()
73 t.as_int.hi = temp in cbrt()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dalign.c116 } data, temp; in emulate_spe() local
171 temp.ll = data.ll = 0; in emulate_spe()
177 ret |= __get_user_inatomic(temp.v[0], p++); in emulate_spe()
178 ret |= __get_user_inatomic(temp.v[1], p++); in emulate_spe()
179 ret |= __get_user_inatomic(temp.v[2], p++); in emulate_spe()
180 ret |= __get_user_inatomic(temp.v[3], p++); in emulate_spe()
183 ret |= __get_user_inatomic(temp.v[4], p++); in emulate_spe()
184 ret |= __get_user_inatomic(temp.v[5], p++); in emulate_spe()
187 ret |= __get_user_inatomic(temp.v[6], p++); in emulate_spe()
188 ret |= __get_user_inatomic(temp in emulate_spe()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dalign.c115 } data, temp; in emulate_spe() local
165 temp.ll = data.ll = 0; in emulate_spe()
173 unsafe_get_user(temp.v[0], p++, Efault_read); in emulate_spe()
174 unsafe_get_user(temp.v[1], p++, Efault_read); in emulate_spe()
175 unsafe_get_user(temp.v[2], p++, Efault_read); in emulate_spe()
176 unsafe_get_user(temp.v[3], p++, Efault_read); in emulate_spe()
179 unsafe_get_user(temp.v[4], p++, Efault_read); in emulate_spe()
180 unsafe_get_user(temp.v[5], p++, Efault_read); in emulate_spe()
183 unsafe_get_user(temp.v[6], p++, Efault_read); in emulate_spe()
184 unsafe_get_user(temp in emulate_spe()
[all...]

Completed in 16 milliseconds

12345678910>>...164