mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:52:45 +00:00 
			
		
		
		
	|  55ae52fdf8 GCC with -flto is more aggressive when it comes to inlining and discarding functions which is why we must mark some of the functions as NEVER_INLINE (because they contain asm labels which would be duplicated in the object files if the compiler decides to inline the function elsewhere) and __attribute__((used)) for others so that GCC doesn't discard them. | ||
|---|---|---|
| .. | ||
| CPU.h | ||
| DescriptorTable.h | ||
| Interrupts.h | ||
| ISRStubs.h | ||
| PageDirectory.h | ||
| ProcessorInfo.h | ||
| SafeMem.h | ||
| SmapDisabler.h | ||
| TSS.h | ||