Home
last modified time | relevance | path

Searched refs:zerofrom (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
Dxstate.c1113 unsigned int zerofrom; in copy_xstate_to_kernel() local
1151 zerofrom = offsetof(struct xregs_state, extended_state_area); in copy_xstate_to_kernel()
1168 if (zerofrom < xstate_offsets[i]) in copy_xstate_to_kernel()
1169 membuf_zero(&to, xstate_offsets[i] - zerofrom); in copy_xstate_to_kernel()
1180 zerofrom = xstate_offsets[i] + xstate_sizes[i]; in copy_xstate_to_kernel()
/kernel/linux/linux-5.10/fs/
Dbuffer.c2382 unsigned zerofrom, offset, len; in cont_expand_zero() local
2389 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2390 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2394 len = PAGE_SIZE - zerofrom; in cont_expand_zero()
2400 zero_user(page, zerofrom, len); in cont_expand_zero()
2418 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2420 if (offset <= zerofrom) { in cont_expand_zero()
2423 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2427 len = offset - zerofrom; in cont_expand_zero()
2433 zero_user(page, zerofrom, len); in cont_expand_zero()
[all …]