summaryrefslogtreecommitdiff
path: root/sys/arm64/include/asm.h
AgeCommit message (Expand)Author
2025-07-30arm64: Teach CHECK_CPU_FEAT to handle more valuesAndrew Turner
2025-02-17arm64: add CHECK_CPU_FEAT() for checking feature support in assemblyHarry Moulton
2024-12-12arm64: Use the PAN msr mnemonic rather than .instAndrew Turner
2023-10-20arm64: Add PAC instruction macrosAndrew Turner
2023-10-20arm64: Support creating a BTI & PAC noteAndrew Turner
2023-10-10arm64: Add BTI landing pads to assembly functionsAndrew Turner
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-25arm64 lib32: prepare arm64 headers to redirect to armMike Karels
2023-04-06Mark EENTRY as .textAndrew Turner
2021-03-03Handle functions that use a nop in the arm64 fbtAndrew Turner
2020-12-23Move the literal pool to the end of asm functionsAndrew Turner
2020-12-23Add LENTRY and LEND to arm64Andrew Turner
2020-12-05Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer
2019-12-19Stop speculation past an eret instructionAndrew Turner
2017-04-13In ARMv8.1 ARM has added a process state bit to disable access to userspaceAndrew Turner
2017-04-07Define 'lr' as x30 on aarch64Alexander Kabaev
2015-10-27Mark functions as such. This means we call them directly rather than haveAndrew Turner
2015-03-23Add the start of the arm64 machine headers. This is the subset needed toAndrew Turner