<dec f='src/src/sys/dev/raidframe/rf_dagfuncs.h' l='62' type='int rf_longword_bxor(unsigned long * src, unsigned long * dest, int len)'/>
<use f='src/src/sys/dev/raidframe/rf_dagfuncs.c' l='588' u='c' c='rf_bxor'/>
<def f='src/src/sys/dev/raidframe/rf_dagfuncs.c' l='606' ll='670' type='int rf_longword_bxor(unsigned long * src, unsigned long * dest, int len)'/>
<doc f='src/src/sys/dev/raidframe/rf_dagfuncs.c' l='597'>/* When XORing in kernel mode, we need to map each user page to kernel
 * space before we can access it.  We don&apos;t want to assume anything
 * about which input buffers are in kernel/user space, nor about their
 * alignment, so in each loop we compute the maximum number of bytes
 * that we can xor without crossing any page boundaries, and do only
 * this many bytes before the next remap.
 *
 * len - is in longwords
 */</doc>
