Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arm64: use ENDPIPROC() to annotate position independent assembler routines | Ard Biesheuvel | 2015-10-12 | 1 | -1/+1 |
| | | | | | | | | | | For more control over which functions are called with the MMU off or with the UEFI 1:1 mapping active, annotate some assembler routines as position independent. This is done by introducing ENDPIPROC(), which replaces the ENDPROC() declaration of those routines. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> | ||||
* | arm64: klib: Optimised memory functions | Catalin Marinas | 2013-03-21 | 1 | -0/+44 |
This patch introduces AArch64-specific memory functions (memcpy, memmove, memchr, memset). These functions are not optimised for any CPU implementation but can be used as a starting point once hardware is available. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> |