mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-07-16 01:50:40 +00:00
Major cleanup and prepare for new hv exploit.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
#define MSR_EFER 0xc0000080
|
||||
#define EFER_SVM (1ULL << 12) // Bit 12: Secure Virtual Machine Enable
|
||||
|
||||
// // Virtual Machine Control Register (VM_CR)
|
||||
// Virtual Machine Control Register (VM_CR)
|
||||
#define MSR_VM_CR 0xc0010114
|
||||
#define VM_CR_R_INIT (1ULL << 1) // Bit 1: Intercept INIT
|
||||
|
||||
// // MTRRs (Memory Type Range Registers)
|
||||
// MTRRs (Memory Type Range Registers)
|
||||
#define MSR_MTRR4kBase 0x00000268
|
||||
#define MSR_MTRRVarBase 0x00000200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user