aboutsummaryrefslogtreecommitdiff
path: root/x86_64/spl.S
Commit message (Collapse)AuthorAgeFilesLines
* x86_64: fix NCPUS > 1 build of CX() macroSamuel Thibault2023-08-121-10/+10
| | | | | With the kernel gone to -2GB, the base+index addressing needs to use a 64bit register index.
* Xen 64bit: Also put kernel at end of addressing spaceSamuel Thibault2023-05-261-2/+4
|
* Make curr_ipl[] per cpuDamien Zammit2023-02-141-13/+21
|
* spl: Fix assembly filesEtienne Brateau2020-03-291-4/+4
| | | | * x86_64/spl.S: fix instruction length
* spl: Add 64bit variantSamuel Thibault2020-03-281-0/+255
* x86_64/spl.S: New file.