cregit-Linux how code gets into the kernel

Release 4.14 arch/arm64/include/asm/stack_pointer.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_STACK_POINTER_H

#define __ASM_STACK_POINTER_H

/*
 * how to get the current stack pointer from C
 */
register unsigned long current_stack_pointer asm ("sp");

#endif /* __ASM_STACK_POINTER_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Mark Rutland1995.00%150.00%
Greg Kroah-Hartman15.00%150.00%
Total20100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.