cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/um/asm/checksum_64.h

Directory: arch/x86/um/asm
/*
 * Licensed under the GPL
 */

#ifndef __UM_SYSDEP_CHECKSUM_H

#define __UM_SYSDEP_CHECKSUM_H


static inline unsigned add32_with_carry(unsigned a, unsigned b) { asm("addl %2,%0\n\t" "adcl $0,%0" : "=r" (a) : "0" (a), "r" (b)); return a; }

Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike17100.00%1100.00%
Total17100.00%1100.00%

extern __sum16 ip_compute_csum(const void *buff, int len); #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike3692.31%266.67%
Al Viro37.69%133.33%
Total39100.00%3100.00%
Directory: arch/x86/um/asm
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.