summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/asm.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2020-12-05Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer
2020-09-23[PowerPC64LE] Fix AP spinup on powernv.Brandon Bergren
2020-09-10[PowerPC64LE] Add LOAD_LR_NIA and RETURN_TO_NATIVE_ENDIAN defines.Brandon Bergren
2020-06-06powerpc: Use IFUNCs for copyin/copyout/etcJustin Hibbits
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-17Introduce 64-bit PowerPC Book-E supportJustin Hibbits
2017-01-11Force all TOC references in asm to include '@toc'Justin Hibbits
2015-12-03Provide support for ELFv2 userland if using a newer compiler (recent clangNathan Whitehorn
2015-11-29Make ELFv2 powerpc64 kernels build and run. Loader support will come in aNathan Whitehorn
2015-11-23Provide support for userland binaries using the new ELFv2 ABI. This is aNathan Whitehorn
2015-01-18Use TOC to look up all kernel globals on powerpc64 instead of doing theNathan Whitehorn
2014-11-25Revert r274772: it is not valid on MIPSEd Maste
2014-11-21Use canonical __PIC__ flagEd Maste
2012-03-04Restore proper dot symbol creation for assembly files in the kernel build case.Andreas Tobler
2012-02-05Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichAndreas Tobler
2012-01-20This commit adds profiling support for powerpc64. Now we can do applicationAndreas Tobler
2011-02-18Turn off default generation of userland dot symbols on powerpc64 now thatNathan Whitehorn
2010-07-13MFppc64:Nathan Whitehorn
2010-07-01MFia64:Marcel Moolenaar
2010-06-29Fix profiling (part 1):Marcel Moolenaar
2008-04-03Align functions to 16-byte boundaries due to profiling granularity.Marcel Moolenaar
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2003-01-28Put the right fix in. Instead of deleting the declaration of __FBSDID, weBenno Rice
2003-01-27Remove a duplicate definition of the __FBSDID macro.Benno Rice
2003-01-20include cdefs.h so as to unbreak the libc buildAndrew Gallatin
2002-09-23PIC_GOTOFF is OBE.Peter Wemm
2002-09-17Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm
2002-05-17- Rename the _C_LABEL macro to CNAME.Benno Rice
2002-03-23ASM versions of __FBSDID.David E. O'Brien
2001-06-09Style fix FreeBSD ID, and change continuation style slightly.David E. O'Brien
2001-01-07PowerPC assembler #defines.Benno Rice