summaryrefslogtreecommitdiff
path: root/sys/arm64/include/pcpu.h
AgeCommit message (Expand)Author
2025-10-27kexec: Introduce basic arm64 supportJustin Hibbits
2024-03-27arm64: Delete stale commentJessica Clarke
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-07-27pcpu: Remove unused definitions of ALT_STACK_SIZEMark Johnston
2023-07-25arm64 lib32: prepare arm64 headers to redirect to armMike Karels
2023-04-24Use a uint64_t to store the arm64 mpidrAndrew Turner
2022-08-31Store mpidr as a 64-bit value on arm64Andrew Turner
2022-03-08Make the arm64 get_pcpu a function againAndrew Turner
2021-03-20Remove PCPU_INCJason A. Harmening
2021-01-13Switch the arm64 pcpu to a global register variableAndrew Turner
2020-12-05Simplify startup of secondary cores and store MPIDR register to pcpu.Michal Meloun
2020-05-27Support creating and using arm64 pmap at stage 2Andrew Turner
2019-11-03Utilize ASIDs to reduce both the direct and indirect costs of contextAlan Cox
2019-10-30Update the debug monitor handling to work after userspace has startedAndrew Turner
2018-07-31Use int for the pcpu_ssbd argument. This is included from userland and mayAndrew Turner
2018-07-31Implement the SSBD (CVE-2018-3639) workaround on arm64Andrew Turner
2018-01-12Workaround Spectre Variant 2 on arm64.Andrew Turner
2017-04-17- Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff
2016-09-02Add a pc_clock pcpu field and use it to implement cpu_est_clockrate. ThisAndrew Turner
2015-07-09Rework CPU identification on ARM64Zbigniew Bodek
2015-06-11Add basic support for ACPI. It splits out the nexus driver to two newAndrew Turner
2015-03-23Add the start of the arm64 machine headers. This is the subset needed toAndrew Turner