aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/asm.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add PAC instruction macrosAndrew Turner2024-02-191-0/+22
* arm64: Support creating a BTI & PAC noteAndrew Turner2024-02-191-0/+52
* arm64: Add BTI landing pads to assembly functionsAndrew Turner2024-02-191-1/+29
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* arm64 lib32: prepare arm64 headers to redirect to armMike Karels2023-07-251-0/+6
* Mark EENTRY as .textAndrew Turner2023-04-061-1/+1
* Handle functions that use a nop in the arm64 fbtAndrew Turner2021-03-031-1/+7
* Move the literal pool to the end of asm functionsAndrew Turner2020-12-231-1/+1
* Add LENTRY and LEND to arm64Andrew Turner2020-12-231-3/+6
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-051-2/+3
* Stop speculation past an eret instructionAndrew Turner2019-12-191-0/+12
* In ARMv8.1 ARM has added a process state bit to disable access to userspaceAndrew Turner2017-04-131-0/+19
* Define 'lr' as x30 on aarch64Alexander Kabaev2017-04-071-0/+3
* Mark functions as such. This means we call them directly rather than haveAndrew Turner2015-10-271-1/+1
* Add the start of the arm64 machine headers. This is the subset needed toAndrew Turner2015-03-231-0/+71