aboutsummaryrefslogtreecommitdiff
path: root/src/x86.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-24x86.h: Provide replacement functions for PA-RISCHelge Deller1-0/+6
2021-06-30Add implementations for sha256, sha384, and sha512Stefan Berger1-0/+7
2018-02-27x86: add readq()Marc-André Lureau1-0/+5
2017-05-16stacks: Don't update the A20 settings if they haven't changedKevin O'Connor1-3/+4
2016-10-25support booting with more than 255 CPUsIgor Mammedov1-0/+1
2015-10-15virtio: Move standard definitions from virtio-ring.h to standard headersKevin O'Connor1-0/+8
2015-10-09Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor1-3/+6
2015-05-21Support for BIOS interrupt handlerStefan Berger1-0/+7
2015-03-18vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor1-0/+5
2015-02-18x86: add barrier to read{b,w,l} and write{b,w,l} functionsAmeya Palande1-3/+12
2014-10-15Move a20 code from system.c and ps2port.h to x86.hKevin O'Connor1-1/+14
2013-12-05Minor - move sgdt/lgdt macros from stacks.c to x86.h.Kevin O'Connor1-0/+6
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-0/+51
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor1-0/+168