offset_start      990 arch/x86/kernel/fpu/xstate.c int copy_xstate_to_kernel(void *kbuf, struct xregs_state *xsave, unsigned int offset_start, unsigned int size_total)
offset_start     1000 arch/x86/kernel/fpu/xstate.c 	if (unlikely(offset_start != 0))
offset_start     1012 arch/x86/kernel/fpu/xstate.c 			  &xsave->i387, &kbuf, &offset_start, &count);
offset_start     1015 arch/x86/kernel/fpu/xstate.c 			  &xsave->i387.mxcsr, &kbuf, &offset_start, &count);
offset_start     1018 arch/x86/kernel/fpu/xstate.c 			  &xsave->i387.st_space, &kbuf, &offset_start, &count);
offset_start     1021 arch/x86/kernel/fpu/xstate.c 			  &xsave->i387.xmm_space, &kbuf, &offset_start, &count);
offset_start     1026 arch/x86/kernel/fpu/xstate.c 		  xstate_fx_sw_bytes, &kbuf, &offset_start, &count);
offset_start     1031 arch/x86/kernel/fpu/xstate.c 		  &header, &kbuf, &offset_start, &count);
offset_start     1041 arch/x86/kernel/fpu/xstate.c 				  src, &kbuf, &offset_start, &count);
offset_start     1045 arch/x86/kernel/fpu/xstate.c 	fill_gap(size_total, &kbuf, &offset_start, &count);
offset_start     1071 arch/x86/kernel/fpu/xstate.c int copy_xstate_to_user(void __user *ubuf, struct xregs_state *xsave, unsigned int offset_start, unsigned int size_total)
offset_start     1080 arch/x86/kernel/fpu/xstate.c 	if (unlikely(offset_start != 0))
offset_start      319 net/can/j1939/transport.c 	unsigned int offset_start;
offset_start      325 net/can/j1939/transport.c 	offset_start = session->pkt.tx_acked * 7;
offset_start      331 net/can/j1939/transport.c 	if ((do_skcb->offset + do_skb->len) < offset_start) {
offset_start      361 net/can/j1939/transport.c 	unsigned int offset_start;
offset_start      364 net/can/j1939/transport.c 	offset_start = session->pkt.dpo * 7;
offset_start      370 net/can/j1939/transport.c 		if (offset_start >= do_skcb->offset &&
offset_start      371 net/can/j1939/transport.c 		    offset_start < (do_skcb->offset + do_skb->len)) {
offset_start      379 net/can/j1939/transport.c 			   __func__, session, offset_start,