cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/um/shared/sysdep/archsetjmp_32.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * arch/um/include/sysdep-i386/archsetjmp.h
 */

#ifndef _KLIBC_ARCHSETJMP_H

#define _KLIBC_ARCHSETJMP_H


struct __jmp_buf {
	
unsigned int __ebx;
	
unsigned int __esp;
	
unsigned int __ebp;
	
unsigned int __esi;
	
unsigned int __edi;
	
unsigned int __eip;
};


typedef struct __jmp_buf jmp_buf[1];


#define JB_IP __eip

#define JB_SP __esp

#endif				/* _SETJMP_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike5496.43%250.00%
Greg Kroah-Hartman11.79%125.00%
Uwe Kleine-König11.79%125.00%
Total56100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.