We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0c343 commit 72e1be1Copy full SHA for 72e1be1
arch/arm64/kvm/hyp/nvhe/mem_protect.c
@@ -25,12 +25,6 @@ struct host_kvm host_kvm;
25
26
static struct hyp_pool host_s2_pool;
27
28
-/*
29
- * Copies of the host's CPU features registers holding sanitized values.
30
- */
31
-u64 id_aa64mmfr0_el1_sys_val;
32
-u64 id_aa64mmfr1_el1_sys_val;
33
-
34
const u8 pkvm_hyp_id = 1;
35
36
static void *host_s2_zalloc_pages_exact(size_t size)
arch/arm64/kvm/hyp/nvhe/sys_regs.c
@@ -21,6 +21,8 @@ u64 id_aa64pfr0_el1_sys_val;
21
u64 id_aa64pfr1_el1_sys_val;
22
u64 id_aa64isar0_el1_sys_val;
23
u64 id_aa64isar1_el1_sys_val;
24
+u64 id_aa64mmfr0_el1_sys_val;
+u64 id_aa64mmfr1_el1_sys_val;
u64 id_aa64mmfr2_el1_sys_val;
/*
0 commit comments