summaryrefslogtreecommitdiff
path: root/sys/inc/arch/amd64/msr.h
AgeCommit message (Collapse)Author
45 min.project: Correct malformed copyright headersHEADmasterdevIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
13 hourskern/amd64: Do low-level processor configurationIan Moffett
This commit seperates low-level processor configuration into the cpu_loinit() function. This is to be called for the BSP and per AP. Signed-off-by: Ian Moffett <ian@osmora.org>
13 hourskern/amd64: msr: Make md/msr.h includable in asmIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
15 hourskern/amd64: mp: Sync MTRRs between APs and BSPIan Moffett
Section 11.11.8 of the Intel SDM states that all MTRRs in a multiprocessing system must be synced to prevent undefined behavior. Signed-off-by: Ian Moffett <ian@osmora.org>
37 hourskern/amd64: cpu: Add initial Local APIC driverIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
42 hourskern/amd64: Add model specific register helpersIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>