summaryrefslogtreecommitdiff
path: root/sys/arm64/include/pcb.h
AgeCommit message (Expand)Author
2024-10-15arm64: Stop trashing x28 in savectxAndrew Turner
2024-09-30arm64: Initial SVE supportAndrew 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-25Add padding for future use on arm64Andrew Turner
2023-04-24Make arm64 pcb padding explicitAndrew Turner
2023-03-23Remove unused registes from the arm pcbAndrew Turner
2023-03-22Add macros for arm64 pcb register offsetsAndrew Turner
2022-09-08Move the non-exported PCB_FP_* flags to the upper bitsAndrew Turner
2021-01-08arm64: remove pcb_pcmhorne
2019-11-03Add support for setting hardware breakpoints from ptrace on arm64.Andrew Turner
2017-08-22Move the l0 pagetable address to struct mdproc. It is a property of theAndrew Turner
2017-07-18Add support for passing FPU_KERN_NOCTX to fpu_kern_enter on arm64. ThisAndrew Turner
2017-06-09Store the read-only thread pointer when scheduling a new thread. This isAndrew Turner
2016-10-20Add support for the fpu_kern(9) KPI on arm64. It hooks into the existingAndrew Turner
2016-10-18Add PCB_FP_USERMASK so we can mask off floating point flags that shouldAndrew Turner
2016-10-14Rework how we store the VFP registers in the pcb. This will be used whenAndrew Turner
2016-03-31Add support for 4 level pagetables. The userland address space has beenAndrew Turner
2016-02-02Implement single stepping on arm64. We need to set the single step bits inAndrew Turner
2015-07-09Clean up the types used in <machine/ucontext.h> on arm64. As some portsAndrew Turner
2015-03-23Add the start of the arm64 machine headers. This is the subset needed toAndrew Turner