Searched refs:sw_bytes (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kernel/fpu/
H A Dsignal.c105 static inline void save_sw_bytes(struct _fpx_sw_bytes *sw_bytes, bool ia32_frame, argument
108 sw_bytes->magic1 = FP_XSTATE_MAGIC1;
109 sw_bytes->extended_size = fpstate->user_size + FP_XSTATE_MAGIC2_SIZE;
110 sw_bytes->xfeatures = fpstate->user_xfeatures;
111 sw_bytes->xstate_size = fpstate->user_size;
114 sw_bytes->extended_size += sizeof(struct fregs_state);
121 struct _fpx_sw_bytes sw_bytes = {}; local
126 save_sw_bytes(&sw_bytes, ia32_frame, fpstate);
127 err = __copy_to_user(&x->i387.sw_reserved, &sw_bytes, sizeof(sw_bytes));
[all...]
/linux-master/tools/testing/selftests/x86/
H A Damx.c261 struct _fpx_sw_bytes *sw_bytes; local
275 sw_bytes = get_fpx_sw_bytes(xbuf);
285 if (sw_bytes->xstate_size <= xtiledata.xbuf_offset) {
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c1088 unsigned int sw_bytes; local
1382 sw_bytes = 0;
1395 sw_bytes = sw_bytes_ub_l + sw_bytes_ub_c;
1397 sw_bytes = sw_bytes_ub_l;
1401 DTRACE("DLG: %s: sw_bytes = %d", __func__, sw_bytes);
1406 prefetch_bw = (vm_bytes + 2 * dpte_row_bytes + 2 * meta_row_bytes + sw_bytes) / t_pre_us;

Completed in 117 milliseconds