blob: b3d268a79f05771d47d148bddd122cfbb23e7f53 [file] [log] [blame]
Christoffer Dall749cf76c2013-01-20 18:28:06 -05001/*
2 * Copyright (C) 2012 - Virtual Open Systems and Columbia University
3 * Author: Christoffer Dall <c.dall@virtualopensystems.com>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License, version 2, as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 */
Christoffer Dall342cd0a2013-01-20 18:28:06 -050018
19#include <linux/mman.h>
20#include <linux/kvm_host.h>
21#include <linux/io.h>
Christoffer Dallad361f02012-11-01 17:14:45 +010022#include <linux/hugetlb.h>
Christoffer Dall45e96ea2013-01-20 18:43:58 -050023#include <trace/events/kvm.h>
Christoffer Dall342cd0a2013-01-20 18:28:06 -050024#include <asm/pgalloc.h>
Christoffer Dall94f8e642013-01-20 18:28:12 -050025#include <asm/cacheflush.h>
Christoffer Dall342cd0a2013-01-20 18:28:06 -050026#include <asm/kvm_arm.h>
27#include <asm/kvm_mmu.h>
Christoffer Dall45e96ea2013-01-20 18:43:58 -050028#include <asm/kvm_mmio.h>
Christoffer Dalld5d81842013-01-20 18:28:07 -050029#include <asm/kvm_asm.h>
Christoffer Dall94f8e642013-01-20 18:28:12 -050030#include <asm/kvm_emulate.h>
Marc Zyngier1e947ba2015-01-29 11:59:54 +000031#include <asm/virt.h>
Christoffer Dalld5d81842013-01-20 18:28:07 -050032
33#include "trace.h"
Christoffer Dall342cd0a2013-01-20 18:28:06 -050034
Marc Zyngier5a677ce2013-04-12 19:12:06 +010035static pgd_t *boot_hyp_pgd;
Marc Zyngier2fb41052013-04-12 19:12:03 +010036static pgd_t *hyp_pgd;
Ard Biesheuvele4c5a682015-03-19 16:42:28 +000037static pgd_t *merged_hyp_pgd;
Christoffer Dall342cd0a2013-01-20 18:28:06 -050038static DEFINE_MUTEX(kvm_hyp_pgd_mutex);
39
Marc Zyngier5a677ce2013-04-12 19:12:06 +010040static unsigned long hyp_idmap_start;
41static unsigned long hyp_idmap_end;
42static phys_addr_t hyp_idmap_vector;
43
Suzuki K Poulose9163ee232016-03-22 17:01:21 +000044#define S2_PGD_SIZE (PTRS_PER_S2_PGD * sizeof(pgd_t))
Christoffer Dall38f791a2014-10-10 12:14:28 +020045#define hyp_pgd_order get_order(PTRS_PER_PGD * sizeof(pgd_t))
Mark Salter5d4e08c2014-03-28 14:25:19 +000046
Mario Smarduch15a49a42015-01-15 15:58:58 -080047#define KVM_S2PTE_FLAG_IS_IOMAP (1UL << 0)
48#define KVM_S2_FLAG_LOGGING_ACTIVE (1UL << 1)
49
50static bool memslot_is_logging(struct kvm_memory_slot *memslot)
51{
Mario Smarduch15a49a42015-01-15 15:58:58 -080052 return memslot->dirty_bitmap && !(memslot->flags & KVM_MEM_READONLY);
Mario Smarduch72760302015-01-15 15:59:01 -080053}
54
55/**
56 * kvm_flush_remote_tlbs() - flush all VM TLB entries for v7/8
57 * @kvm: pointer to kvm structure.
58 *
59 * Interface to HYP function to flush all VM TLB entries
60 */
61void kvm_flush_remote_tlbs(struct kvm *kvm)
62{
63 kvm_call_hyp(__kvm_tlb_flush_vmid, kvm);
Mario Smarduch15a49a42015-01-15 15:58:58 -080064}
Christoffer Dallad361f02012-11-01 17:14:45 +010065
Marc Zyngier48762762013-01-28 15:27:00 +000066static void kvm_tlb_flush_vmid_ipa(struct kvm *kvm, phys_addr_t ipa)
Christoffer Dalld5d81842013-01-20 18:28:07 -050067{
Suzuki K Poulose8684e702016-03-22 17:14:25 +000068 kvm_call_hyp(__kvm_tlb_flush_vmid_ipa, kvm, ipa);
Christoffer Dalld5d81842013-01-20 18:28:07 -050069}
70
Marc Zyngier363ef892014-12-19 16:48:06 +000071/*
72 * D-Cache management functions. They take the page table entries by
73 * value, as they are flushing the cache using the kernel mapping (or
74 * kmap on 32bit).
75 */
76static void kvm_flush_dcache_pte(pte_t pte)
77{
78 __kvm_flush_dcache_pte(pte);
79}
80
81static void kvm_flush_dcache_pmd(pmd_t pmd)
82{
83 __kvm_flush_dcache_pmd(pmd);
84}
85
86static void kvm_flush_dcache_pud(pud_t pud)
87{
88 __kvm_flush_dcache_pud(pud);
89}
90
Ard Biesheuvele6fab542015-11-10 15:11:20 +010091static bool kvm_is_device_pfn(unsigned long pfn)
92{
93 return !pfn_valid(pfn);
94}
95
Mario Smarduch15a49a42015-01-15 15:58:58 -080096/**
97 * stage2_dissolve_pmd() - clear and flush huge PMD entry
98 * @kvm: pointer to kvm structure.
99 * @addr: IPA
100 * @pmd: pmd pointer for IPA
101 *
102 * Function clears a PMD entry, flushes addr 1st and 2nd stage TLBs. Marks all
103 * pages in the range dirty.
104 */
105static void stage2_dissolve_pmd(struct kvm *kvm, phys_addr_t addr, pmd_t *pmd)
106{
Suzuki K Poulosebbb3b6b2016-03-01 12:00:39 +0000107 if (!pmd_thp_or_huge(*pmd))
Mario Smarduch15a49a42015-01-15 15:58:58 -0800108 return;
109
110 pmd_clear(pmd);
111 kvm_tlb_flush_vmid_ipa(kvm, addr);
112 put_page(virt_to_page(pmd));
113}
114
Christoffer Dalld5d81842013-01-20 18:28:07 -0500115static int mmu_topup_memory_cache(struct kvm_mmu_memory_cache *cache,
116 int min, int max)
117{
118 void *page;
119
120 BUG_ON(max > KVM_NR_MEM_OBJS);
121 if (cache->nobjs >= min)
122 return 0;
123 while (cache->nobjs < max) {
124 page = (void *)__get_free_page(PGALLOC_GFP);
125 if (!page)
126 return -ENOMEM;
127 cache->objects[cache->nobjs++] = page;
128 }
129 return 0;
130}
131
132static void mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc)
133{
134 while (mc->nobjs)
135 free_page((unsigned long)mc->objects[--mc->nobjs]);
136}
137
138static void *mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc)
139{
140 void *p;
141
142 BUG_ON(!mc || !mc->nobjs);
143 p = mc->objects[--mc->nobjs];
144 return p;
145}
146
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000147static void clear_stage2_pgd_entry(struct kvm *kvm, pgd_t *pgd, phys_addr_t addr)
Marc Zyngier979acd52013-08-06 13:05:48 +0100148{
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000149 pud_t *pud_table __maybe_unused = stage2_pud_offset(pgd, 0UL);
150 stage2_pgd_clear(pgd);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200151 kvm_tlb_flush_vmid_ipa(kvm, addr);
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000152 stage2_pud_free(pud_table);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200153 put_page(virt_to_page(pgd));
Marc Zyngier979acd52013-08-06 13:05:48 +0100154}
155
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000156static void clear_stage2_pud_entry(struct kvm *kvm, pud_t *pud, phys_addr_t addr)
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500157{
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000158 pmd_t *pmd_table __maybe_unused = stage2_pmd_offset(pud, 0);
159 VM_BUG_ON(stage2_pud_huge(*pud));
160 stage2_pud_clear(pud);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200161 kvm_tlb_flush_vmid_ipa(kvm, addr);
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000162 stage2_pmd_free(pmd_table);
Marc Zyngier4f728272013-04-12 19:12:05 +0100163 put_page(virt_to_page(pud));
164}
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500165
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000166static void clear_stage2_pmd_entry(struct kvm *kvm, pmd_t *pmd, phys_addr_t addr)
Marc Zyngier4f728272013-04-12 19:12:05 +0100167{
Christoffer Dall4f853a72014-05-09 23:31:31 +0200168 pte_t *pte_table = pte_offset_kernel(pmd, 0);
Suzuki K Poulosebbb3b6b2016-03-01 12:00:39 +0000169 VM_BUG_ON(pmd_thp_or_huge(*pmd));
Christoffer Dall4f853a72014-05-09 23:31:31 +0200170 pmd_clear(pmd);
171 kvm_tlb_flush_vmid_ipa(kvm, addr);
172 pte_free_kernel(NULL, pte_table);
Marc Zyngier4f728272013-04-12 19:12:05 +0100173 put_page(virt_to_page(pmd));
174}
175
Marc Zyngier363ef892014-12-19 16:48:06 +0000176/*
177 * Unmapping vs dcache management:
178 *
179 * If a guest maps certain memory pages as uncached, all writes will
180 * bypass the data cache and go directly to RAM. However, the CPUs
181 * can still speculate reads (not writes) and fill cache lines with
182 * data.
183 *
184 * Those cache lines will be *clean* cache lines though, so a
185 * clean+invalidate operation is equivalent to an invalidate
186 * operation, because no cache lines are marked dirty.
187 *
188 * Those clean cache lines could be filled prior to an uncached write
189 * by the guest, and the cache coherent IO subsystem would therefore
190 * end up writing old data to disk.
191 *
192 * This is why right after unmapping a page/section and invalidating
193 * the corresponding TLBs, we call kvm_flush_dcache_p*() to make sure
194 * the IO subsystem will never hit in the cache.
195 */
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000196static void unmap_stage2_ptes(struct kvm *kvm, pmd_t *pmd,
Christoffer Dall4f853a72014-05-09 23:31:31 +0200197 phys_addr_t addr, phys_addr_t end)
Marc Zyngier4f728272013-04-12 19:12:05 +0100198{
Christoffer Dall4f853a72014-05-09 23:31:31 +0200199 phys_addr_t start_addr = addr;
200 pte_t *pte, *start_pte;
201
202 start_pte = pte = pte_offset_kernel(pmd, addr);
203 do {
204 if (!pte_none(*pte)) {
Marc Zyngier363ef892014-12-19 16:48:06 +0000205 pte_t old_pte = *pte;
206
Christoffer Dall4f853a72014-05-09 23:31:31 +0200207 kvm_set_pte(pte, __pte(0));
Christoffer Dall4f853a72014-05-09 23:31:31 +0200208 kvm_tlb_flush_vmid_ipa(kvm, addr);
Marc Zyngier363ef892014-12-19 16:48:06 +0000209
210 /* No need to invalidate the cache for device mappings */
Ard Biesheuvel0de58f82015-12-03 09:25:22 +0100211 if (!kvm_is_device_pfn(pte_pfn(old_pte)))
Marc Zyngier363ef892014-12-19 16:48:06 +0000212 kvm_flush_dcache_pte(old_pte);
213
214 put_page(virt_to_page(pte));
Christoffer Dall4f853a72014-05-09 23:31:31 +0200215 }
216 } while (pte++, addr += PAGE_SIZE, addr != end);
217
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000218 if (stage2_pte_table_empty(start_pte))
219 clear_stage2_pmd_entry(kvm, pmd, start_addr);
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500220}
221
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000222static void unmap_stage2_pmds(struct kvm *kvm, pud_t *pud,
Christoffer Dall4f853a72014-05-09 23:31:31 +0200223 phys_addr_t addr, phys_addr_t end)
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500224{
Christoffer Dall4f853a72014-05-09 23:31:31 +0200225 phys_addr_t next, start_addr = addr;
226 pmd_t *pmd, *start_pmd;
Marc Zyngier000d3992013-03-05 02:43:17 +0000227
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000228 start_pmd = pmd = stage2_pmd_offset(pud, addr);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200229 do {
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000230 next = stage2_pmd_addr_end(addr, end);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200231 if (!pmd_none(*pmd)) {
Suzuki K Poulosebbb3b6b2016-03-01 12:00:39 +0000232 if (pmd_thp_or_huge(*pmd)) {
Marc Zyngier363ef892014-12-19 16:48:06 +0000233 pmd_t old_pmd = *pmd;
234
Christoffer Dall4f853a72014-05-09 23:31:31 +0200235 pmd_clear(pmd);
236 kvm_tlb_flush_vmid_ipa(kvm, addr);
Marc Zyngier363ef892014-12-19 16:48:06 +0000237
238 kvm_flush_dcache_pmd(old_pmd);
239
Christoffer Dall4f853a72014-05-09 23:31:31 +0200240 put_page(virt_to_page(pmd));
241 } else {
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000242 unmap_stage2_ptes(kvm, pmd, addr, next);
Marc Zyngier4f728272013-04-12 19:12:05 +0100243 }
244 }
Christoffer Dall4f853a72014-05-09 23:31:31 +0200245 } while (pmd++, addr = next, addr != end);
Marc Zyngier4f728272013-04-12 19:12:05 +0100246
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000247 if (stage2_pmd_table_empty(start_pmd))
248 clear_stage2_pud_entry(kvm, pud, start_addr);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200249}
250
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000251static void unmap_stage2_puds(struct kvm *kvm, pgd_t *pgd,
Christoffer Dall4f853a72014-05-09 23:31:31 +0200252 phys_addr_t addr, phys_addr_t end)
253{
254 phys_addr_t next, start_addr = addr;
255 pud_t *pud, *start_pud;
256
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000257 start_pud = pud = stage2_pud_offset(pgd, addr);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200258 do {
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000259 next = stage2_pud_addr_end(addr, end);
260 if (!stage2_pud_none(*pud)) {
261 if (stage2_pud_huge(*pud)) {
Marc Zyngier363ef892014-12-19 16:48:06 +0000262 pud_t old_pud = *pud;
263
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000264 stage2_pud_clear(pud);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200265 kvm_tlb_flush_vmid_ipa(kvm, addr);
Marc Zyngier363ef892014-12-19 16:48:06 +0000266 kvm_flush_dcache_pud(old_pud);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200267 put_page(virt_to_page(pud));
268 } else {
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000269 unmap_stage2_pmds(kvm, pud, addr, next);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200270 }
271 }
272 } while (pud++, addr = next, addr != end);
273
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000274 if (stage2_pud_table_empty(start_pud))
275 clear_stage2_pgd_entry(kvm, pgd, start_addr);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200276}
277
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000278/**
279 * unmap_stage2_range -- Clear stage2 page table entries to unmap a range
280 * @kvm: The VM pointer
281 * @start: The intermediate physical base address of the range to unmap
282 * @size: The size of the area to unmap
283 *
284 * Clear a range of stage-2 mappings, lowering the various ref-counts. Must
285 * be called while holding mmu_lock (unless for freeing the stage2 pgd before
286 * destroying the VM), otherwise another faulting VCPU may come in and mess
287 * with things behind our backs.
288 */
289static void unmap_stage2_range(struct kvm *kvm, phys_addr_t start, u64 size)
Christoffer Dall4f853a72014-05-09 23:31:31 +0200290{
291 pgd_t *pgd;
292 phys_addr_t addr = start, end = start + size;
293 phys_addr_t next;
294
Suzuki K Pouloseac303c62017-04-03 15:12:43 +0100295 assert_spin_locked(&kvm->mmu_lock);
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000296 pgd = kvm->arch.pgd + stage2_pgd_index(addr);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200297 do {
Suzuki K Poulose7a1c8312016-03-23 12:08:02 +0000298 next = stage2_pgd_addr_end(addr, end);
299 if (!stage2_pgd_none(*pgd))
300 unmap_stage2_puds(kvm, pgd, addr, next);
Suzuki K Pouloseac303c62017-04-03 15:12:43 +0100301 /*
302 * If the range is too large, release the kvm->mmu_lock
303 * to prevent starvation and lockup detector warnings.
304 */
305 if (next != end)
306 cond_resched_lock(&kvm->mmu_lock);
Christoffer Dall4f853a72014-05-09 23:31:31 +0200307 } while (pgd++, addr = next, addr != end);
Marc Zyngier000d3992013-03-05 02:43:17 +0000308}
309
Marc Zyngier9d218a12014-01-15 12:50:23 +0000310static void stage2_flush_ptes(struct kvm *kvm, pmd_t *pmd,
311 phys_addr_t addr, phys_addr_t end)
312{
313 pte_t *pte;
314
315 pte = pte_offset_kernel(pmd, addr);
316 do {
Ard Biesheuvel0de58f82015-12-03 09:25:22 +0100317 if (!pte_none(*pte) && !kvm_is_device_pfn(pte_pfn(*pte)))
Marc Zyngier363ef892014-12-19 16:48:06 +0000318 kvm_flush_dcache_pte(*pte);
Marc Zyngier9d218a12014-01-15 12:50:23 +0000319 } while (pte++, addr += PAGE_SIZE, addr != end);
320}
321
322static void stage2_flush_pmds(struct kvm *kvm, pud_t *pud,
323 phys_addr_t addr, phys_addr_t end)
324{
325 pmd_t *pmd;
326 phys_addr_t next;
327
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000328 pmd = stage2_pmd_offset(pud, addr);
Marc Zyngier9d218a12014-01-15 12:50:23 +0000329 do {
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000330 next = stage2_pmd_addr_end(addr, end);
Marc Zyngier9d218a12014-01-15 12:50:23 +0000331 if (!pmd_none(*pmd)) {
Suzuki K Poulosebbb3b6b2016-03-01 12:00:39 +0000332 if (pmd_thp_or_huge(*pmd))
Marc Zyngier363ef892014-12-19 16:48:06 +0000333 kvm_flush_dcache_pmd(*pmd);
334 else
Marc Zyngier9d218a12014-01-15 12:50:23 +0000335 stage2_flush_ptes(kvm, pmd, addr, next);
Marc Zyngier9d218a12014-01-15 12:50:23 +0000336 }
337 } while (pmd++, addr = next, addr != end);
338}
339
340static void stage2_flush_puds(struct kvm *kvm, pgd_t *pgd,
341 phys_addr_t addr, phys_addr_t end)
342{
343 pud_t *pud;
344 phys_addr_t next;
345
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000346 pud = stage2_pud_offset(pgd, addr);
Marc Zyngier9d218a12014-01-15 12:50:23 +0000347 do {
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000348 next = stage2_pud_addr_end(addr, end);
349 if (!stage2_pud_none(*pud)) {
350 if (stage2_pud_huge(*pud))
Marc Zyngier363ef892014-12-19 16:48:06 +0000351 kvm_flush_dcache_pud(*pud);
352 else
Marc Zyngier9d218a12014-01-15 12:50:23 +0000353 stage2_flush_pmds(kvm, pud, addr, next);
Marc Zyngier9d218a12014-01-15 12:50:23 +0000354 }
355 } while (pud++, addr = next, addr != end);
356}
357
358static void stage2_flush_memslot(struct kvm *kvm,
359 struct kvm_memory_slot *memslot)
360{
361 phys_addr_t addr = memslot->base_gfn << PAGE_SHIFT;
362 phys_addr_t end = addr + PAGE_SIZE * memslot->npages;
363 phys_addr_t next;
364 pgd_t *pgd;
365
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000366 pgd = kvm->arch.pgd + stage2_pgd_index(addr);
Marc Zyngier9d218a12014-01-15 12:50:23 +0000367 do {
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000368 next = stage2_pgd_addr_end(addr, end);
Marc Zyngier9d218a12014-01-15 12:50:23 +0000369 stage2_flush_puds(kvm, pgd, addr, next);
370 } while (pgd++, addr = next, addr != end);
371}
372
373/**
374 * stage2_flush_vm - Invalidate cache for pages mapped in stage 2
375 * @kvm: The struct kvm pointer
376 *
377 * Go through the stage 2 page tables and invalidate any cache lines
378 * backing memory already mapped to the VM.
379 */
Marc Zyngier3c1e7162014-12-19 16:05:31 +0000380static void stage2_flush_vm(struct kvm *kvm)
Marc Zyngier9d218a12014-01-15 12:50:23 +0000381{
382 struct kvm_memslots *slots;
383 struct kvm_memory_slot *memslot;
384 int idx;
385
386 idx = srcu_read_lock(&kvm->srcu);
387 spin_lock(&kvm->mmu_lock);
388
389 slots = kvm_memslots(kvm);
390 kvm_for_each_memslot(memslot, slots)
391 stage2_flush_memslot(kvm, memslot);
392
393 spin_unlock(&kvm->mmu_lock);
394 srcu_read_unlock(&kvm->srcu, idx);
395}
396
Suzuki K Poulose64f32492016-03-22 18:56:21 +0000397static void clear_hyp_pgd_entry(pgd_t *pgd)
398{
399 pud_t *pud_table __maybe_unused = pud_offset(pgd, 0UL);
400 pgd_clear(pgd);
401 pud_free(NULL, pud_table);
402 put_page(virt_to_page(pgd));
403}
404
405static void clear_hyp_pud_entry(pud_t *pud)
406{
407 pmd_t *pmd_table __maybe_unused = pmd_offset(pud, 0);
408 VM_BUG_ON(pud_huge(*pud));
409 pud_clear(pud);
410 pmd_free(NULL, pmd_table);
411 put_page(virt_to_page(pud));
412}
413
414static void clear_hyp_pmd_entry(pmd_t *pmd)
415{
416 pte_t *pte_table = pte_offset_kernel(pmd, 0);
417 VM_BUG_ON(pmd_thp_or_huge(*pmd));
418 pmd_clear(pmd);
419 pte_free_kernel(NULL, pte_table);
420 put_page(virt_to_page(pmd));
421}
422
423static void unmap_hyp_ptes(pmd_t *pmd, phys_addr_t addr, phys_addr_t end)
424{
425 pte_t *pte, *start_pte;
426
427 start_pte = pte = pte_offset_kernel(pmd, addr);
428 do {
429 if (!pte_none(*pte)) {
430 kvm_set_pte(pte, __pte(0));
431 put_page(virt_to_page(pte));
432 }
433 } while (pte++, addr += PAGE_SIZE, addr != end);
434
435 if (hyp_pte_table_empty(start_pte))
436 clear_hyp_pmd_entry(pmd);
437}
438
439static void unmap_hyp_pmds(pud_t *pud, phys_addr_t addr, phys_addr_t end)
440{
441 phys_addr_t next;
442 pmd_t *pmd, *start_pmd;
443
444 start_pmd = pmd = pmd_offset(pud, addr);
445 do {
446 next = pmd_addr_end(addr, end);
447 /* Hyp doesn't use huge pmds */
448 if (!pmd_none(*pmd))
449 unmap_hyp_ptes(pmd, addr, next);
450 } while (pmd++, addr = next, addr != end);
451
452 if (hyp_pmd_table_empty(start_pmd))
453 clear_hyp_pud_entry(pud);
454}
455
456static void unmap_hyp_puds(pgd_t *pgd, phys_addr_t addr, phys_addr_t end)
457{
458 phys_addr_t next;
459 pud_t *pud, *start_pud;
460
461 start_pud = pud = pud_offset(pgd, addr);
462 do {
463 next = pud_addr_end(addr, end);
464 /* Hyp doesn't use huge puds */
465 if (!pud_none(*pud))
466 unmap_hyp_pmds(pud, addr, next);
467 } while (pud++, addr = next, addr != end);
468
469 if (hyp_pud_table_empty(start_pud))
470 clear_hyp_pgd_entry(pgd);
471}
472
473static void unmap_hyp_range(pgd_t *pgdp, phys_addr_t start, u64 size)
474{
475 pgd_t *pgd;
476 phys_addr_t addr = start, end = start + size;
477 phys_addr_t next;
478
479 /*
480 * We don't unmap anything from HYP, except at the hyp tear down.
481 * Hence, we don't have to invalidate the TLBs here.
482 */
483 pgd = pgdp + pgd_index(addr);
484 do {
485 next = pgd_addr_end(addr, end);
486 if (!pgd_none(*pgd))
487 unmap_hyp_puds(pgd, addr, next);
488 } while (pgd++, addr = next, addr != end);
489}
490
Marc Zyngier000d3992013-03-05 02:43:17 +0000491/**
Marc Zyngier4f728272013-04-12 19:12:05 +0100492 * free_hyp_pgds - free Hyp-mode page tables
Marc Zyngier000d3992013-03-05 02:43:17 +0000493 *
Marc Zyngier5a677ce2013-04-12 19:12:06 +0100494 * Assumes hyp_pgd is a page table used strictly in Hyp-mode and
495 * therefore contains either mappings in the kernel memory area (above
496 * PAGE_OFFSET), or device mappings in the vmalloc range (from
497 * VMALLOC_START to VMALLOC_END).
498 *
499 * boot_hyp_pgd should only map two pages for the init code.
Marc Zyngier000d3992013-03-05 02:43:17 +0000500 */
Marc Zyngier4f728272013-04-12 19:12:05 +0100501void free_hyp_pgds(void)
Marc Zyngier000d3992013-03-05 02:43:17 +0000502{
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500503 unsigned long addr;
504
Marc Zyngierd157f4a2013-04-12 19:12:07 +0100505 mutex_lock(&kvm_hyp_pgd_mutex);
Marc Zyngier5a677ce2013-04-12 19:12:06 +0100506
Marc Zyngier26781f9c2016-06-30 18:40:46 +0100507 if (boot_hyp_pgd) {
508 unmap_hyp_range(boot_hyp_pgd, hyp_idmap_start, PAGE_SIZE);
509 free_pages((unsigned long)boot_hyp_pgd, hyp_pgd_order);
510 boot_hyp_pgd = NULL;
511 }
512
Marc Zyngier4f728272013-04-12 19:12:05 +0100513 if (hyp_pgd) {
Marc Zyngier26781f9c2016-06-30 18:40:46 +0100514 unmap_hyp_range(hyp_pgd, hyp_idmap_start, PAGE_SIZE);
Marc Zyngier4f728272013-04-12 19:12:05 +0100515 for (addr = PAGE_OFFSET; virt_addr_valid(addr); addr += PGDIR_SIZE)
Marc Zyngier6c41a412016-06-30 18:40:51 +0100516 unmap_hyp_range(hyp_pgd, kern_hyp_va(addr), PGDIR_SIZE);
Marc Zyngier4f728272013-04-12 19:12:05 +0100517 for (addr = VMALLOC_START; is_vmalloc_addr((void*)addr); addr += PGDIR_SIZE)
Marc Zyngier6c41a412016-06-30 18:40:51 +0100518 unmap_hyp_range(hyp_pgd, kern_hyp_va(addr), PGDIR_SIZE);
Marc Zyngierd4cb9df52013-05-14 12:11:34 +0100519
Christoffer Dall38f791a2014-10-10 12:14:28 +0200520 free_pages((unsigned long)hyp_pgd, hyp_pgd_order);
Marc Zyngierd157f4a2013-04-12 19:12:07 +0100521 hyp_pgd = NULL;
Marc Zyngier4f728272013-04-12 19:12:05 +0100522 }
Ard Biesheuvele4c5a682015-03-19 16:42:28 +0000523 if (merged_hyp_pgd) {
524 clear_page(merged_hyp_pgd);
525 free_page((unsigned long)merged_hyp_pgd);
526 merged_hyp_pgd = NULL;
527 }
Marc Zyngier4f728272013-04-12 19:12:05 +0100528
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500529 mutex_unlock(&kvm_hyp_pgd_mutex);
530}
531
532static void create_hyp_pte_mappings(pmd_t *pmd, unsigned long start,
Marc Zyngier6060df82013-04-12 19:12:01 +0100533 unsigned long end, unsigned long pfn,
534 pgprot_t prot)
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500535{
536 pte_t *pte;
537 unsigned long addr;
538
Marc Zyngier3562c762013-04-12 19:12:02 +0100539 addr = start;
540 do {
Marc Zyngier6060df82013-04-12 19:12:01 +0100541 pte = pte_offset_kernel(pmd, addr);
542 kvm_set_pte(pte, pfn_pte(pfn, prot));
Marc Zyngier4f728272013-04-12 19:12:05 +0100543 get_page(virt_to_page(pte));
Marc Zyngier5a677ce2013-04-12 19:12:06 +0100544 kvm_flush_dcache_to_poc(pte, sizeof(*pte));
Marc Zyngier6060df82013-04-12 19:12:01 +0100545 pfn++;
Marc Zyngier3562c762013-04-12 19:12:02 +0100546 } while (addr += PAGE_SIZE, addr != end);
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500547}
548
549static int create_hyp_pmd_mappings(pud_t *pud, unsigned long start,
Marc Zyngier6060df82013-04-12 19:12:01 +0100550 unsigned long end, unsigned long pfn,
551 pgprot_t prot)
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500552{
553 pmd_t *pmd;
554 pte_t *pte;
555 unsigned long addr, next;
556
Marc Zyngier3562c762013-04-12 19:12:02 +0100557 addr = start;
558 do {
Marc Zyngier6060df82013-04-12 19:12:01 +0100559 pmd = pmd_offset(pud, addr);
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500560
561 BUG_ON(pmd_sect(*pmd));
562
563 if (pmd_none(*pmd)) {
Marc Zyngier6060df82013-04-12 19:12:01 +0100564 pte = pte_alloc_one_kernel(NULL, addr);
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500565 if (!pte) {
566 kvm_err("Cannot allocate Hyp pte\n");
567 return -ENOMEM;
568 }
569 pmd_populate_kernel(NULL, pmd, pte);
Marc Zyngier4f728272013-04-12 19:12:05 +0100570 get_page(virt_to_page(pmd));
Marc Zyngier5a677ce2013-04-12 19:12:06 +0100571 kvm_flush_dcache_to_poc(pmd, sizeof(*pmd));
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500572 }
573
574 next = pmd_addr_end(addr, end);
575
Marc Zyngier6060df82013-04-12 19:12:01 +0100576 create_hyp_pte_mappings(pmd, addr, next, pfn, prot);
577 pfn += (next - addr) >> PAGE_SHIFT;
Marc Zyngier3562c762013-04-12 19:12:02 +0100578 } while (addr = next, addr != end);
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500579
580 return 0;
581}
582
Christoffer Dall38f791a2014-10-10 12:14:28 +0200583static int create_hyp_pud_mappings(pgd_t *pgd, unsigned long start,
584 unsigned long end, unsigned long pfn,
585 pgprot_t prot)
586{
587 pud_t *pud;
588 pmd_t *pmd;
589 unsigned long addr, next;
590 int ret;
591
592 addr = start;
593 do {
594 pud = pud_offset(pgd, addr);
595
596 if (pud_none_or_clear_bad(pud)) {
597 pmd = pmd_alloc_one(NULL, addr);
598 if (!pmd) {
599 kvm_err("Cannot allocate Hyp pmd\n");
600 return -ENOMEM;
601 }
602 pud_populate(NULL, pud, pmd);
603 get_page(virt_to_page(pud));
604 kvm_flush_dcache_to_poc(pud, sizeof(*pud));
605 }
606
607 next = pud_addr_end(addr, end);
608 ret = create_hyp_pmd_mappings(pud, addr, next, pfn, prot);
609 if (ret)
610 return ret;
611 pfn += (next - addr) >> PAGE_SHIFT;
612 } while (addr = next, addr != end);
613
614 return 0;
615}
616
Marc Zyngier6060df82013-04-12 19:12:01 +0100617static int __create_hyp_mappings(pgd_t *pgdp,
618 unsigned long start, unsigned long end,
619 unsigned long pfn, pgprot_t prot)
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500620{
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500621 pgd_t *pgd;
622 pud_t *pud;
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500623 unsigned long addr, next;
624 int err = 0;
625
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500626 mutex_lock(&kvm_hyp_pgd_mutex);
Marc Zyngier3562c762013-04-12 19:12:02 +0100627 addr = start & PAGE_MASK;
628 end = PAGE_ALIGN(end);
629 do {
Marc Zyngier6060df82013-04-12 19:12:01 +0100630 pgd = pgdp + pgd_index(addr);
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500631
Christoffer Dall38f791a2014-10-10 12:14:28 +0200632 if (pgd_none(*pgd)) {
633 pud = pud_alloc_one(NULL, addr);
634 if (!pud) {
635 kvm_err("Cannot allocate Hyp pud\n");
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500636 err = -ENOMEM;
637 goto out;
638 }
Christoffer Dall38f791a2014-10-10 12:14:28 +0200639 pgd_populate(NULL, pgd, pud);
640 get_page(virt_to_page(pgd));
641 kvm_flush_dcache_to_poc(pgd, sizeof(*pgd));
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500642 }
643
644 next = pgd_addr_end(addr, end);
Christoffer Dall38f791a2014-10-10 12:14:28 +0200645 err = create_hyp_pud_mappings(pgd, addr, next, pfn, prot);
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500646 if (err)
647 goto out;
Marc Zyngier6060df82013-04-12 19:12:01 +0100648 pfn += (next - addr) >> PAGE_SHIFT;
Marc Zyngier3562c762013-04-12 19:12:02 +0100649 } while (addr = next, addr != end);
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500650out:
651 mutex_unlock(&kvm_hyp_pgd_mutex);
652 return err;
653}
654
Christoffer Dall40c27292013-11-15 13:14:12 -0800655static phys_addr_t kvm_kaddr_to_phys(void *kaddr)
656{
657 if (!is_vmalloc_addr(kaddr)) {
658 BUG_ON(!virt_addr_valid(kaddr));
659 return __pa(kaddr);
660 } else {
661 return page_to_phys(vmalloc_to_page(kaddr)) +
662 offset_in_page(kaddr);
663 }
664}
665
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500666/**
Marc Zyngier06e8c3b2012-10-28 01:09:14 +0100667 * create_hyp_mappings - duplicate a kernel virtual address range in Hyp mode
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500668 * @from: The virtual kernel start address of the range
669 * @to: The virtual kernel end address of the range (exclusive)
Marc Zyngierc8dddec2016-06-13 15:00:45 +0100670 * @prot: The protection to be applied to this range
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500671 *
Marc Zyngier06e8c3b2012-10-28 01:09:14 +0100672 * The same virtual address as the kernel virtual address is also used
673 * in Hyp-mode mapping (modulo HYP_PAGE_OFFSET) to the same underlying
674 * physical pages.
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500675 */
Marc Zyngierc8dddec2016-06-13 15:00:45 +0100676int create_hyp_mappings(void *from, void *to, pgprot_t prot)
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500677{
Christoffer Dall40c27292013-11-15 13:14:12 -0800678 phys_addr_t phys_addr;
679 unsigned long virt_addr;
Marc Zyngier6c41a412016-06-30 18:40:51 +0100680 unsigned long start = kern_hyp_va((unsigned long)from);
681 unsigned long end = kern_hyp_va((unsigned long)to);
Marc Zyngier6060df82013-04-12 19:12:01 +0100682
Marc Zyngier1e947ba2015-01-29 11:59:54 +0000683 if (is_kernel_in_hyp_mode())
684 return 0;
685
Christoffer Dall40c27292013-11-15 13:14:12 -0800686 start = start & PAGE_MASK;
687 end = PAGE_ALIGN(end);
Marc Zyngier6060df82013-04-12 19:12:01 +0100688
Christoffer Dall40c27292013-11-15 13:14:12 -0800689 for (virt_addr = start; virt_addr < end; virt_addr += PAGE_SIZE) {
690 int err;
691
692 phys_addr = kvm_kaddr_to_phys(from + virt_addr - start);
693 err = __create_hyp_mappings(hyp_pgd, virt_addr,
694 virt_addr + PAGE_SIZE,
695 __phys_to_pfn(phys_addr),
Marc Zyngierc8dddec2016-06-13 15:00:45 +0100696 prot);
Christoffer Dall40c27292013-11-15 13:14:12 -0800697 if (err)
698 return err;
699 }
700
701 return 0;
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500702}
703
704/**
Marc Zyngier06e8c3b2012-10-28 01:09:14 +0100705 * create_hyp_io_mappings - duplicate a kernel IO mapping into Hyp mode
706 * @from: The kernel start VA of the range
707 * @to: The kernel end VA of the range (exclusive)
Marc Zyngier6060df82013-04-12 19:12:01 +0100708 * @phys_addr: The physical start address which gets mapped
Marc Zyngier06e8c3b2012-10-28 01:09:14 +0100709 *
710 * The resulting HYP VA is the same as the kernel VA, modulo
711 * HYP_PAGE_OFFSET.
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500712 */
Marc Zyngier6060df82013-04-12 19:12:01 +0100713int create_hyp_io_mappings(void *from, void *to, phys_addr_t phys_addr)
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500714{
Marc Zyngier6c41a412016-06-30 18:40:51 +0100715 unsigned long start = kern_hyp_va((unsigned long)from);
716 unsigned long end = kern_hyp_va((unsigned long)to);
Marc Zyngier6060df82013-04-12 19:12:01 +0100717
Marc Zyngier1e947ba2015-01-29 11:59:54 +0000718 if (is_kernel_in_hyp_mode())
719 return 0;
720
Marc Zyngier6060df82013-04-12 19:12:01 +0100721 /* Check for a valid kernel IO mapping */
722 if (!is_vmalloc_addr(from) || !is_vmalloc_addr(to - 1))
723 return -EINVAL;
724
725 return __create_hyp_mappings(hyp_pgd, start, end,
726 __phys_to_pfn(phys_addr), PAGE_HYP_DEVICE);
Christoffer Dall342cd0a2013-01-20 18:28:06 -0500727}
728
Christoffer Dalld5d81842013-01-20 18:28:07 -0500729/**
730 * kvm_alloc_stage2_pgd - allocate level-1 table for stage-2 translation.
731 * @kvm: The KVM struct pointer for the VM.
732 *
Vladimir Murzin9d4dc6882015-11-16 11:28:16 +0000733 * Allocates only the stage-2 HW PGD level table(s) (can support either full
734 * 40-bit input addresses or limited to 32-bit input addresses). Clears the
735 * allocated pages.
Christoffer Dalld5d81842013-01-20 18:28:07 -0500736 *
737 * Note we don't need locking here as this is only called when the VM is
738 * created, which can only be done once.
739 */
740int kvm_alloc_stage2_pgd(struct kvm *kvm)
741{
742 pgd_t *pgd;
743
744 if (kvm->arch.pgd != NULL) {
745 kvm_err("kvm_arch already initialized?\n");
746 return -EINVAL;
747 }
748
Suzuki K Poulose9163ee232016-03-22 17:01:21 +0000749 /* Allocate the HW PGD, making sure that each page gets its own refcount */
750 pgd = alloc_pages_exact(S2_PGD_SIZE, GFP_KERNEL | __GFP_ZERO);
751 if (!pgd)
Marc Zyngiera9873702015-03-10 19:06:59 +0000752 return -ENOMEM;
753
Christoffer Dalld5d81842013-01-20 18:28:07 -0500754 kvm->arch.pgd = pgd;
Christoffer Dalld5d81842013-01-20 18:28:07 -0500755 return 0;
756}
757
Christoffer Dall957db102014-11-27 10:35:03 +0100758static void stage2_unmap_memslot(struct kvm *kvm,
759 struct kvm_memory_slot *memslot)
760{
761 hva_t hva = memslot->userspace_addr;
762 phys_addr_t addr = memslot->base_gfn << PAGE_SHIFT;
763 phys_addr_t size = PAGE_SIZE * memslot->npages;
764 hva_t reg_end = hva + size;
765
766 /*
767 * A memory region could potentially cover multiple VMAs, and any holes
768 * between them, so iterate over all of them to find out if we should
769 * unmap any of them.
770 *
771 * +--------------------------------------------+
772 * +---------------+----------------+ +----------------+
773 * | : VMA 1 | VMA 2 | | VMA 3 : |
774 * +---------------+----------------+ +----------------+
775 * | memory region |
776 * +--------------------------------------------+
777 */
778 do {
779 struct vm_area_struct *vma = find_vma(current->mm, hva);
780 hva_t vm_start, vm_end;
781
782 if (!vma || vma->vm_start >= reg_end)
783 break;
784
785 /*
786 * Take the intersection of this VMA with the memory region
787 */
788 vm_start = max(hva, vma->vm_start);
789 vm_end = min(reg_end, vma->vm_end);
790
791 if (!(vma->vm_flags & VM_PFNMAP)) {
792 gpa_t gpa = addr + (vm_start - memslot->userspace_addr);
793 unmap_stage2_range(kvm, gpa, vm_end - vm_start);
794 }
795 hva = vm_end;
796 } while (hva < reg_end);
797}
798
799/**
800 * stage2_unmap_vm - Unmap Stage-2 RAM mappings
801 * @kvm: The struct kvm pointer
802 *
803 * Go through the memregions and unmap any reguler RAM
804 * backing memory already mapped to the VM.
805 */
806void stage2_unmap_vm(struct kvm *kvm)
807{
808 struct kvm_memslots *slots;
809 struct kvm_memory_slot *memslot;
810 int idx;
811
812 idx = srcu_read_lock(&kvm->srcu);
Marc Zyngier48f28252017-03-16 18:20:49 +0000813 down_read(&current->mm->mmap_sem);
Christoffer Dall957db102014-11-27 10:35:03 +0100814 spin_lock(&kvm->mmu_lock);
815
816 slots = kvm_memslots(kvm);
817 kvm_for_each_memslot(memslot, slots)
818 stage2_unmap_memslot(kvm, memslot);
819
820 spin_unlock(&kvm->mmu_lock);
Marc Zyngier48f28252017-03-16 18:20:49 +0000821 up_read(&current->mm->mmap_sem);
Christoffer Dall957db102014-11-27 10:35:03 +0100822 srcu_read_unlock(&kvm->srcu, idx);
823}
824
Christoffer Dalld5d81842013-01-20 18:28:07 -0500825/**
826 * kvm_free_stage2_pgd - free all stage-2 tables
827 * @kvm: The KVM struct pointer for the VM.
828 *
829 * Walks the level-1 page table pointed to by kvm->arch.pgd and frees all
830 * underlying level-2 and level-3 tables before freeing the actual level-1 table
831 * and setting the struct pointer to NULL.
Christoffer Dalld5d81842013-01-20 18:28:07 -0500832 */
833void kvm_free_stage2_pgd(struct kvm *kvm)
834{
Suzuki K Poulose3e033632017-05-03 15:17:51 +0100835 void *pgd = NULL;
Christoffer Dalld5d81842013-01-20 18:28:07 -0500836
Suzuki K Pouloseac303c62017-04-03 15:12:43 +0100837 spin_lock(&kvm->mmu_lock);
Suzuki K Poulose3e033632017-05-03 15:17:51 +0100838 if (kvm->arch.pgd) {
839 unmap_stage2_range(kvm, 0, KVM_PHYS_SIZE);
Suzuki K Poulosedd2342a2017-05-16 10:34:54 +0100840 pgd = READ_ONCE(kvm->arch.pgd);
Suzuki K Poulose3e033632017-05-03 15:17:51 +0100841 kvm->arch.pgd = NULL;
842 }
Suzuki K Pouloseac303c62017-04-03 15:12:43 +0100843 spin_unlock(&kvm->mmu_lock);
844
Suzuki K Poulose9163ee232016-03-22 17:01:21 +0000845 /* Free the HW pgd, one page at a time */
Suzuki K Poulose3e033632017-05-03 15:17:51 +0100846 if (pgd)
847 free_pages_exact(pgd, S2_PGD_SIZE);
Christoffer Dalld5d81842013-01-20 18:28:07 -0500848}
849
Christoffer Dall38f791a2014-10-10 12:14:28 +0200850static pud_t *stage2_get_pud(struct kvm *kvm, struct kvm_mmu_memory_cache *cache,
851 phys_addr_t addr)
852{
853 pgd_t *pgd;
854 pud_t *pud;
855
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000856 pgd = kvm->arch.pgd + stage2_pgd_index(addr);
857 if (WARN_ON(stage2_pgd_none(*pgd))) {
Christoffer Dall38f791a2014-10-10 12:14:28 +0200858 if (!cache)
859 return NULL;
860 pud = mmu_memory_cache_alloc(cache);
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000861 stage2_pgd_populate(pgd, pud);
Christoffer Dall38f791a2014-10-10 12:14:28 +0200862 get_page(virt_to_page(pgd));
863 }
864
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000865 return stage2_pud_offset(pgd, addr);
Christoffer Dall38f791a2014-10-10 12:14:28 +0200866}
867
Christoffer Dallad361f02012-11-01 17:14:45 +0100868static pmd_t *stage2_get_pmd(struct kvm *kvm, struct kvm_mmu_memory_cache *cache,
869 phys_addr_t addr)
Christoffer Dalld5d81842013-01-20 18:28:07 -0500870{
Christoffer Dalld5d81842013-01-20 18:28:07 -0500871 pud_t *pud;
872 pmd_t *pmd;
Christoffer Dalld5d81842013-01-20 18:28:07 -0500873
Christoffer Dall38f791a2014-10-10 12:14:28 +0200874 pud = stage2_get_pud(kvm, cache, addr);
Marc Zyngierf75e09e2017-06-05 19:17:18 +0100875 if (!pud)
876 return NULL;
877
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000878 if (stage2_pud_none(*pud)) {
Christoffer Dalld5d81842013-01-20 18:28:07 -0500879 if (!cache)
Christoffer Dallad361f02012-11-01 17:14:45 +0100880 return NULL;
Christoffer Dalld5d81842013-01-20 18:28:07 -0500881 pmd = mmu_memory_cache_alloc(cache);
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000882 stage2_pud_populate(pud, pmd);
Christoffer Dalld5d81842013-01-20 18:28:07 -0500883 get_page(virt_to_page(pud));
Marc Zyngierc62ee2b2012-10-15 11:27:37 +0100884 }
885
Suzuki K Poulose70fd1902016-03-22 18:33:45 +0000886 return stage2_pmd_offset(pud, addr);
Christoffer Dallad361f02012-11-01 17:14:45 +0100887}
Christoffer Dalld5d81842013-01-20 18:28:07 -0500888
Christoffer Dallad361f02012-11-01 17:14:45 +0100889static int stage2_set_pmd_huge(struct kvm *kvm, struct kvm_mmu_memory_cache
890 *cache, phys_addr_t addr, const pmd_t *new_pmd)
891{
892 pmd_t *pmd, old_pmd;
893
894 pmd = stage2_get_pmd(kvm, cache, addr);
895 VM_BUG_ON(!pmd);
896
Christoffer Dallad361f02012-11-01 17:14:45 +0100897 old_pmd = *pmd;
Marc Zyngierd4b9e072016-04-28 16:16:31 +0100898 if (pmd_present(old_pmd)) {
Punit Agrawal7fb227e2018-08-13 11:43:50 +0100899 /*
900 * Multiple vcpus faulting on the same PMD entry, can
901 * lead to them sequentially updating the PMD with the
902 * same value. Following the break-before-make
903 * (pmd_clear() followed by tlb_flush()) process can
904 * hinder forward progress due to refaults generated
905 * on missing translations.
906 *
907 * Skip updating the page table if the entry is
908 * unchanged.
909 */
910 if (pmd_val(old_pmd) == pmd_val(*new_pmd))
911 return 0;
912
913 /*
914 * Mapping in huge pages should only happen through a
915 * fault. If a page is merged into a transparent huge
916 * page, the individual subpages of that huge page
917 * should be unmapped through MMU notifiers before we
918 * get here.
919 *
920 * Merging of CompoundPages is not supported; they
921 * should become splitting first, unmapped, merged,
922 * and mapped back in on-demand.
923 */
924 VM_BUG_ON(pmd_pfn(old_pmd) != pmd_pfn(*new_pmd));
925
Marc Zyngierd4b9e072016-04-28 16:16:31 +0100926 pmd_clear(pmd);
Christoffer Dallad361f02012-11-01 17:14:45 +0100927 kvm_tlb_flush_vmid_ipa(kvm, addr);
Marc Zyngierd4b9e072016-04-28 16:16:31 +0100928 } else {
Christoffer Dallad361f02012-11-01 17:14:45 +0100929 get_page(virt_to_page(pmd));
Marc Zyngierd4b9e072016-04-28 16:16:31 +0100930 }
931
932 kvm_set_pmd(pmd, *new_pmd);
Christoffer Dallad361f02012-11-01 17:14:45 +0100933 return 0;
934}
935
936static int stage2_set_pte(struct kvm *kvm, struct kvm_mmu_memory_cache *cache,
Mario Smarduch15a49a42015-01-15 15:58:58 -0800937 phys_addr_t addr, const pte_t *new_pte,
938 unsigned long flags)
Christoffer Dallad361f02012-11-01 17:14:45 +0100939{
940 pmd_t *pmd;
941 pte_t *pte, old_pte;
Mario Smarduch15a49a42015-01-15 15:58:58 -0800942 bool iomap = flags & KVM_S2PTE_FLAG_IS_IOMAP;
943 bool logging_active = flags & KVM_S2_FLAG_LOGGING_ACTIVE;
944
945 VM_BUG_ON(logging_active && !cache);
Christoffer Dallad361f02012-11-01 17:14:45 +0100946
Christoffer Dall38f791a2014-10-10 12:14:28 +0200947 /* Create stage-2 page table mapping - Levels 0 and 1 */
Christoffer Dallad361f02012-11-01 17:14:45 +0100948 pmd = stage2_get_pmd(kvm, cache, addr);
949 if (!pmd) {
950 /*
951 * Ignore calls from kvm_set_spte_hva for unallocated
952 * address ranges.
953 */
954 return 0;
955 }
956
Mario Smarduch15a49a42015-01-15 15:58:58 -0800957 /*
958 * While dirty page logging - dissolve huge PMD, then continue on to
959 * allocate page.
960 */
961 if (logging_active)
962 stage2_dissolve_pmd(kvm, addr, pmd);
963
Christoffer Dallad361f02012-11-01 17:14:45 +0100964 /* Create stage-2 page mappings - Level 2 */
Christoffer Dalld5d81842013-01-20 18:28:07 -0500965 if (pmd_none(*pmd)) {
966 if (!cache)
967 return 0; /* ignore calls from kvm_set_spte_hva */
968 pte = mmu_memory_cache_alloc(cache);
Christoffer Dalld5d81842013-01-20 18:28:07 -0500969 pmd_populate_kernel(NULL, pmd, pte);
Christoffer Dalld5d81842013-01-20 18:28:07 -0500970 get_page(virt_to_page(pmd));
Marc Zyngierc62ee2b2012-10-15 11:27:37 +0100971 }
972
973 pte = pte_offset_kernel(pmd, addr);
Christoffer Dalld5d81842013-01-20 18:28:07 -0500974
975 if (iomap && pte_present(*pte))
976 return -EFAULT;
977
978 /* Create 2nd stage page table mapping - Level 3 */
979 old_pte = *pte;
Marc Zyngierd4b9e072016-04-28 16:16:31 +0100980 if (pte_present(old_pte)) {
Punit Agrawala22bdef2018-08-13 11:43:51 +0100981 /* Skip page table update if there is no change */
982 if (pte_val(old_pte) == pte_val(*new_pte))
983 return 0;
984
Marc Zyngierd4b9e072016-04-28 16:16:31 +0100985 kvm_set_pte(pte, __pte(0));
Marc Zyngier48762762013-01-28 15:27:00 +0000986 kvm_tlb_flush_vmid_ipa(kvm, addr);
Marc Zyngierd4b9e072016-04-28 16:16:31 +0100987 } else {
Christoffer Dalld5d81842013-01-20 18:28:07 -0500988 get_page(virt_to_page(pte));
Marc Zyngierd4b9e072016-04-28 16:16:31 +0100989 }
Christoffer Dalld5d81842013-01-20 18:28:07 -0500990
Marc Zyngierd4b9e072016-04-28 16:16:31 +0100991 kvm_set_pte(pte, *new_pte);
Christoffer Dalld5d81842013-01-20 18:28:07 -0500992 return 0;
993}
994
Catalin Marinas06485052016-04-13 17:57:37 +0100995#ifndef __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG
996static int stage2_ptep_test_and_clear_young(pte_t *pte)
997{
998 if (pte_young(*pte)) {
999 *pte = pte_mkold(*pte);
1000 return 1;
1001 }
1002 return 0;
1003}
1004#else
1005static int stage2_ptep_test_and_clear_young(pte_t *pte)
1006{
1007 return __ptep_test_and_clear_young(pte);
1008}
1009#endif
1010
1011static int stage2_pmdp_test_and_clear_young(pmd_t *pmd)
1012{
1013 return stage2_ptep_test_and_clear_young((pte_t *)pmd);
1014}
1015
Christoffer Dalld5d81842013-01-20 18:28:07 -05001016/**
1017 * kvm_phys_addr_ioremap - map a device range to guest IPA
1018 *
1019 * @kvm: The KVM pointer
1020 * @guest_ipa: The IPA at which to insert the mapping
1021 * @pa: The physical address of the device
1022 * @size: The size of the mapping
1023 */
1024int kvm_phys_addr_ioremap(struct kvm *kvm, phys_addr_t guest_ipa,
Ard Biesheuvelc40f2f82014-09-17 14:56:18 -07001025 phys_addr_t pa, unsigned long size, bool writable)
Christoffer Dalld5d81842013-01-20 18:28:07 -05001026{
1027 phys_addr_t addr, end;
1028 int ret = 0;
1029 unsigned long pfn;
1030 struct kvm_mmu_memory_cache cache = { 0, };
1031
1032 end = (guest_ipa + size + PAGE_SIZE - 1) & PAGE_MASK;
1033 pfn = __phys_to_pfn(pa);
1034
1035 for (addr = guest_ipa; addr < end; addr += PAGE_SIZE) {
Marc Zyngierc62ee2b2012-10-15 11:27:37 +01001036 pte_t pte = pfn_pte(pfn, PAGE_S2_DEVICE);
Christoffer Dalld5d81842013-01-20 18:28:07 -05001037
Ard Biesheuvelc40f2f82014-09-17 14:56:18 -07001038 if (writable)
Catalin Marinas06485052016-04-13 17:57:37 +01001039 pte = kvm_s2pte_mkwrite(pte);
Ard Biesheuvelc40f2f82014-09-17 14:56:18 -07001040
Christoffer Dall38f791a2014-10-10 12:14:28 +02001041 ret = mmu_topup_memory_cache(&cache, KVM_MMU_CACHE_MIN_PAGES,
1042 KVM_NR_MEM_OBJS);
Christoffer Dalld5d81842013-01-20 18:28:07 -05001043 if (ret)
1044 goto out;
1045 spin_lock(&kvm->mmu_lock);
Mario Smarduch15a49a42015-01-15 15:58:58 -08001046 ret = stage2_set_pte(kvm, &cache, addr, &pte,
1047 KVM_S2PTE_FLAG_IS_IOMAP);
Christoffer Dalld5d81842013-01-20 18:28:07 -05001048 spin_unlock(&kvm->mmu_lock);
1049 if (ret)
1050 goto out;
1051
1052 pfn++;
1053 }
1054
1055out:
1056 mmu_free_memory_cache(&cache);
1057 return ret;
1058}
1059
Dan Williamsba049e92016-01-15 16:56:11 -08001060static bool transparent_hugepage_adjust(kvm_pfn_t *pfnp, phys_addr_t *ipap)
Christoffer Dall9b5fdb92013-10-02 15:32:01 -07001061{
Dan Williamsba049e92016-01-15 16:56:11 -08001062 kvm_pfn_t pfn = *pfnp;
Christoffer Dall9b5fdb92013-10-02 15:32:01 -07001063 gfn_t gfn = *ipap >> PAGE_SHIFT;
1064
Andrea Arcangeli127393f2016-05-05 16:22:20 -07001065 if (PageTransCompoundMap(pfn_to_page(pfn))) {
Christoffer Dall9b5fdb92013-10-02 15:32:01 -07001066 unsigned long mask;
1067 /*
1068 * The address we faulted on is backed by a transparent huge
1069 * page. However, because we map the compound huge page and
1070 * not the individual tail page, we need to transfer the
1071 * refcount to the head page. We have to be careful that the
1072 * THP doesn't start to split while we are adjusting the
1073 * refcounts.
1074 *
1075 * We are sure this doesn't happen, because mmu_notifier_retry
1076 * was successful and we are holding the mmu_lock, so if this
1077 * THP is trying to split, it will be blocked in the mmu
1078 * notifier before touching any of the pages, specifically
1079 * before being able to call __split_huge_page_refcount().
1080 *
1081 * We can therefore safely transfer the refcount from PG_tail
1082 * to PG_head and switch the pfn from a tail page to the head
1083 * page accordingly.
1084 */
1085 mask = PTRS_PER_PMD - 1;
1086 VM_BUG_ON((gfn & mask) != (pfn & mask));
1087 if (pfn & mask) {
1088 *ipap &= PMD_MASK;
1089 kvm_release_pfn_clean(pfn);
1090 pfn &= ~mask;
1091 kvm_get_pfn(pfn);
1092 *pfnp = pfn;
1093 }
1094
1095 return true;
1096 }
1097
1098 return false;
1099}
1100
Ard Biesheuvela7d079c2014-09-09 11:27:09 +01001101static bool kvm_is_write_fault(struct kvm_vcpu *vcpu)
1102{
1103 if (kvm_vcpu_trap_is_iabt(vcpu))
1104 return false;
1105
1106 return kvm_vcpu_dabt_iswrite(vcpu);
1107}
1108
Mario Smarduchc6473552015-01-15 15:58:56 -08001109/**
1110 * stage2_wp_ptes - write protect PMD range
1111 * @pmd: pointer to pmd entry
1112 * @addr: range start address
1113 * @end: range end address
1114 */
1115static void stage2_wp_ptes(pmd_t *pmd, phys_addr_t addr, phys_addr_t end)
1116{
1117 pte_t *pte;
1118
1119 pte = pte_offset_kernel(pmd, addr);
1120 do {
1121 if (!pte_none(*pte)) {
1122 if (!kvm_s2pte_readonly(pte))
1123 kvm_set_s2pte_readonly(pte);
1124 }
1125 } while (pte++, addr += PAGE_SIZE, addr != end);
1126}
1127
1128/**
1129 * stage2_wp_pmds - write protect PUD range
1130 * @pud: pointer to pud entry
1131 * @addr: range start address
1132 * @end: range end address
1133 */
1134static void stage2_wp_pmds(pud_t *pud, phys_addr_t addr, phys_addr_t end)
1135{
1136 pmd_t *pmd;
1137 phys_addr_t next;
1138
Suzuki K Poulose70fd1902016-03-22 18:33:45 +00001139 pmd = stage2_pmd_offset(pud, addr);
Mario Smarduchc6473552015-01-15 15:58:56 -08001140
1141 do {
Suzuki K Poulose70fd1902016-03-22 18:33:45 +00001142 next = stage2_pmd_addr_end(addr, end);
Mario Smarduchc6473552015-01-15 15:58:56 -08001143 if (!pmd_none(*pmd)) {
Suzuki K Poulosebbb3b6b2016-03-01 12:00:39 +00001144 if (pmd_thp_or_huge(*pmd)) {
Mario Smarduchc6473552015-01-15 15:58:56 -08001145 if (!kvm_s2pmd_readonly(pmd))
1146 kvm_set_s2pmd_readonly(pmd);
1147 } else {
1148 stage2_wp_ptes(pmd, addr, next);
1149 }
1150 }
1151 } while (pmd++, addr = next, addr != end);
1152}
1153
1154/**
1155 * stage2_wp_puds - write protect PGD range
1156 * @pgd: pointer to pgd entry
1157 * @addr: range start address
1158 * @end: range end address
1159 *
1160 * Process PUD entries, for a huge PUD we cause a panic.
1161 */
1162static void stage2_wp_puds(pgd_t *pgd, phys_addr_t addr, phys_addr_t end)
1163{
1164 pud_t *pud;
1165 phys_addr_t next;
1166
Suzuki K Poulose70fd1902016-03-22 18:33:45 +00001167 pud = stage2_pud_offset(pgd, addr);
Mario Smarduchc6473552015-01-15 15:58:56 -08001168 do {
Suzuki K Poulose70fd1902016-03-22 18:33:45 +00001169 next = stage2_pud_addr_end(addr, end);
1170 if (!stage2_pud_none(*pud)) {
Mario Smarduchc6473552015-01-15 15:58:56 -08001171 /* TODO:PUD not supported, revisit later if supported */
Suzuki K Poulose70fd1902016-03-22 18:33:45 +00001172 BUG_ON(stage2_pud_huge(*pud));
Mario Smarduchc6473552015-01-15 15:58:56 -08001173 stage2_wp_pmds(pud, addr, next);
1174 }
1175 } while (pud++, addr = next, addr != end);
1176}
1177
1178/**
1179 * stage2_wp_range() - write protect stage2 memory region range
1180 * @kvm: The KVM pointer
1181 * @addr: Start address of range
1182 * @end: End address of range
1183 */
1184static void stage2_wp_range(struct kvm *kvm, phys_addr_t addr, phys_addr_t end)
1185{
1186 pgd_t *pgd;
1187 phys_addr_t next;
1188
Suzuki K Poulose70fd1902016-03-22 18:33:45 +00001189 pgd = kvm->arch.pgd + stage2_pgd_index(addr);
Mario Smarduchc6473552015-01-15 15:58:56 -08001190 do {
1191 /*
1192 * Release kvm_mmu_lock periodically if the memory region is
1193 * large. Otherwise, we may see kernel panics with
Christoffer Dall227ea812015-01-23 10:49:31 +01001194 * CONFIG_DETECT_HUNG_TASK, CONFIG_LOCKUP_DETECTOR,
1195 * CONFIG_LOCKDEP. Additionally, holding the lock too long
Mario Smarduchc6473552015-01-15 15:58:56 -08001196 * will also starve other vCPUs.
1197 */
1198 if (need_resched() || spin_needbreak(&kvm->mmu_lock))
1199 cond_resched_lock(&kvm->mmu_lock);
1200
Suzuki K Poulose70fd1902016-03-22 18:33:45 +00001201 next = stage2_pgd_addr_end(addr, end);
1202 if (stage2_pgd_present(*pgd))
Mario Smarduchc6473552015-01-15 15:58:56 -08001203 stage2_wp_puds(pgd, addr, next);
1204 } while (pgd++, addr = next, addr != end);
1205}
1206
1207/**
1208 * kvm_mmu_wp_memory_region() - write protect stage 2 entries for memory slot
1209 * @kvm: The KVM pointer
1210 * @slot: The memory slot to write protect
1211 *
1212 * Called to start logging dirty pages after memory region
1213 * KVM_MEM_LOG_DIRTY_PAGES operation is called. After this function returns
1214 * all present PMD and PTEs are write protected in the memory region.
1215 * Afterwards read of dirty page log can be called.
1216 *
1217 * Acquires kvm_mmu_lock. Called with kvm->slots_lock mutex acquired,
1218 * serializing operations for VM memory regions.
1219 */
1220void kvm_mmu_wp_memory_region(struct kvm *kvm, int slot)
1221{
Paolo Bonzini9f6b8022015-05-17 16:20:07 +02001222 struct kvm_memslots *slots = kvm_memslots(kvm);
1223 struct kvm_memory_slot *memslot = id_to_memslot(slots, slot);
Mario Smarduchc6473552015-01-15 15:58:56 -08001224 phys_addr_t start = memslot->base_gfn << PAGE_SHIFT;
1225 phys_addr_t end = (memslot->base_gfn + memslot->npages) << PAGE_SHIFT;
1226
1227 spin_lock(&kvm->mmu_lock);
1228 stage2_wp_range(kvm, start, end);
1229 spin_unlock(&kvm->mmu_lock);
1230 kvm_flush_remote_tlbs(kvm);
1231}
Mario Smarduch53c810c2015-01-15 15:58:57 -08001232
1233/**
Kai Huang3b0f1d02015-01-28 10:54:23 +08001234 * kvm_mmu_write_protect_pt_masked() - write protect dirty pages
Mario Smarduch53c810c2015-01-15 15:58:57 -08001235 * @kvm: The KVM pointer
1236 * @slot: The memory slot associated with mask
1237 * @gfn_offset: The gfn offset in memory slot
1238 * @mask: The mask of dirty pages at offset 'gfn_offset' in this memory
1239 * slot to be write protected
1240 *
1241 * Walks bits set in mask write protects the associated pte's. Caller must
1242 * acquire kvm_mmu_lock.
1243 */
Kai Huang3b0f1d02015-01-28 10:54:23 +08001244static void kvm_mmu_write_protect_pt_masked(struct kvm *kvm,
Mario Smarduch53c810c2015-01-15 15:58:57 -08001245 struct kvm_memory_slot *slot,
1246 gfn_t gfn_offset, unsigned long mask)
1247{
1248 phys_addr_t base_gfn = slot->base_gfn + gfn_offset;
1249 phys_addr_t start = (base_gfn + __ffs(mask)) << PAGE_SHIFT;
1250 phys_addr_t end = (base_gfn + __fls(mask) + 1) << PAGE_SHIFT;
1251
1252 stage2_wp_range(kvm, start, end);
1253}
Mario Smarduchc6473552015-01-15 15:58:56 -08001254
Kai Huang3b0f1d02015-01-28 10:54:23 +08001255/*
1256 * kvm_arch_mmu_enable_log_dirty_pt_masked - enable dirty logging for selected
1257 * dirty pages.
1258 *
1259 * It calls kvm_mmu_write_protect_pt_masked to write protect selected pages to
1260 * enable dirty logging for them.
1261 */
1262void kvm_arch_mmu_enable_log_dirty_pt_masked(struct kvm *kvm,
1263 struct kvm_memory_slot *slot,
1264 gfn_t gfn_offset, unsigned long mask)
1265{
1266 kvm_mmu_write_protect_pt_masked(kvm, slot, gfn_offset, mask);
1267}
1268
Dan Williamsba049e92016-01-15 16:56:11 -08001269static void coherent_cache_guest_page(struct kvm_vcpu *vcpu, kvm_pfn_t pfn,
Marc Zyngier0d3e4d42015-01-05 21:13:24 +00001270 unsigned long size, bool uncached)
1271{
1272 __coherent_cache_guest_page(vcpu, pfn, size, uncached);
1273}
1274
Christoffer Dall94f8e642013-01-20 18:28:12 -05001275static int user_mem_abort(struct kvm_vcpu *vcpu, phys_addr_t fault_ipa,
Christoffer Dall98047882014-08-19 12:18:04 +02001276 struct kvm_memory_slot *memslot, unsigned long hva,
Christoffer Dall94f8e642013-01-20 18:28:12 -05001277 unsigned long fault_status)
1278{
Christoffer Dall94f8e642013-01-20 18:28:12 -05001279 int ret;
Christoffer Dall9b5fdb92013-10-02 15:32:01 -07001280 bool write_fault, writable, hugetlb = false, force_pte = false;
Christoffer Dall94f8e642013-01-20 18:28:12 -05001281 unsigned long mmu_seq;
Christoffer Dallad361f02012-11-01 17:14:45 +01001282 gfn_t gfn = fault_ipa >> PAGE_SHIFT;
Christoffer Dallad361f02012-11-01 17:14:45 +01001283 struct kvm *kvm = vcpu->kvm;
Christoffer Dall94f8e642013-01-20 18:28:12 -05001284 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache;
Christoffer Dallad361f02012-11-01 17:14:45 +01001285 struct vm_area_struct *vma;
Dan Williamsba049e92016-01-15 16:56:11 -08001286 kvm_pfn_t pfn;
Kim Phillipsb8865762014-06-26 01:45:51 +01001287 pgprot_t mem_type = PAGE_S2;
Laszlo Ersek840f4bf2014-11-17 14:58:52 +00001288 bool fault_ipa_uncached;
Mario Smarduch15a49a42015-01-15 15:58:58 -08001289 bool logging_active = memslot_is_logging(memslot);
1290 unsigned long flags = 0;
Christoffer Dall94f8e642013-01-20 18:28:12 -05001291
Ard Biesheuvela7d079c2014-09-09 11:27:09 +01001292 write_fault = kvm_is_write_fault(vcpu);
Christoffer Dall94f8e642013-01-20 18:28:12 -05001293 if (fault_status == FSC_PERM && !write_fault) {
1294 kvm_err("Unexpected L2 read permission error\n");
1295 return -EFAULT;
1296 }
1297
Christoffer Dallad361f02012-11-01 17:14:45 +01001298 /* Let's check if we will get back a huge page backed by hugetlbfs */
1299 down_read(&current->mm->mmap_sem);
1300 vma = find_vma_intersection(current->mm, hva, hva + 1);
Ard Biesheuvel37b54402014-09-17 14:56:17 -07001301 if (unlikely(!vma)) {
1302 kvm_err("Failed to find VMA for hva 0x%lx\n", hva);
1303 up_read(&current->mm->mmap_sem);
1304 return -EFAULT;
1305 }
1306
Punit Agrawal25039c12018-02-28 16:40:09 +00001307 if (vma_kernel_pagesize(vma) == PMD_SIZE && !logging_active) {
Christoffer Dallad361f02012-11-01 17:14:45 +01001308 hugetlb = true;
1309 gfn = (fault_ipa & PMD_MASK) >> PAGE_SHIFT;
Christoffer Dall9b5fdb92013-10-02 15:32:01 -07001310 } else {
1311 /*
Marc Zyngier136d7372013-12-13 16:56:06 +00001312 * Pages belonging to memslots that don't have the same
1313 * alignment for userspace and IPA cannot be mapped using
1314 * block descriptors even if the pages belong to a THP for
1315 * the process, because the stage-2 block descriptor will
1316 * cover more than a single THP and we loose atomicity for
1317 * unmapping, updates, and splits of the THP or other pages
1318 * in the stage-2 block range.
Christoffer Dall9b5fdb92013-10-02 15:32:01 -07001319 */
Marc Zyngier136d7372013-12-13 16:56:06 +00001320 if ((memslot->userspace_addr & ~PMD_MASK) !=
1321 ((memslot->base_gfn << PAGE_SHIFT) & ~PMD_MASK))
Christoffer Dall9b5fdb92013-10-02 15:32:01 -07001322 force_pte = true;
Christoffer Dallad361f02012-11-01 17:14:45 +01001323 }
1324 up_read(&current->mm->mmap_sem);
1325
Christoffer Dall94f8e642013-01-20 18:28:12 -05001326 /* We need minimum second+third level pages */
Christoffer Dall38f791a2014-10-10 12:14:28 +02001327 ret = mmu_topup_memory_cache(memcache, KVM_MMU_CACHE_MIN_PAGES,
1328 KVM_NR_MEM_OBJS);
Christoffer Dall94f8e642013-01-20 18:28:12 -05001329 if (ret)
1330 return ret;
1331
1332 mmu_seq = vcpu->kvm->mmu_notifier_seq;
1333 /*
1334 * Ensure the read of mmu_notifier_seq happens before we call
1335 * gfn_to_pfn_prot (which calls get_user_pages), so that we don't risk
1336 * the page we just got a reference to gets unmapped before we have a
1337 * chance to grab the mmu_lock, which ensure that if the page gets
1338 * unmapped afterwards, the call to kvm_unmap_hva will take it away
1339 * from us again properly. This smp_rmb() interacts with the smp_wmb()
1340 * in kvm_mmu_notifier_invalidate_<page|range_end>.
1341 */
1342 smp_rmb();
1343
Christoffer Dallad361f02012-11-01 17:14:45 +01001344 pfn = gfn_to_pfn_prot(kvm, gfn, write_fault, &writable);
Christoffer Dall9ac71592016-08-17 10:46:10 +02001345 if (is_error_noslot_pfn(pfn))
Christoffer Dall94f8e642013-01-20 18:28:12 -05001346 return -EFAULT;
1347
Mario Smarduch15a49a42015-01-15 15:58:58 -08001348 if (kvm_is_device_pfn(pfn)) {
Kim Phillipsb8865762014-06-26 01:45:51 +01001349 mem_type = PAGE_S2_DEVICE;
Mario Smarduch15a49a42015-01-15 15:58:58 -08001350 flags |= KVM_S2PTE_FLAG_IS_IOMAP;
1351 } else if (logging_active) {
1352 /*
1353 * Faults on pages in a memslot with logging enabled
1354 * should not be mapped with huge pages (it introduces churn
1355 * and performance degradation), so force a pte mapping.
1356 */
1357 force_pte = true;
1358 flags |= KVM_S2_FLAG_LOGGING_ACTIVE;
1359
1360 /*
1361 * Only actually map the page as writable if this was a write
1362 * fault.
1363 */
1364 if (!write_fault)
1365 writable = false;
1366 }
Kim Phillipsb8865762014-06-26 01:45:51 +01001367
Christoffer Dallad361f02012-11-01 17:14:45 +01001368 spin_lock(&kvm->mmu_lock);
1369 if (mmu_notifier_retry(kvm, mmu_seq))
Christoffer Dall94f8e642013-01-20 18:28:12 -05001370 goto out_unlock;
Mario Smarduch15a49a42015-01-15 15:58:58 -08001371
Christoffer Dall9b5fdb92013-10-02 15:32:01 -07001372 if (!hugetlb && !force_pte)
1373 hugetlb = transparent_hugepage_adjust(&pfn, &fault_ipa);
Christoffer Dallad361f02012-11-01 17:14:45 +01001374
Ard Biesheuvel849260c2014-11-17 14:58:53 +00001375 fault_ipa_uncached = memslot->flags & KVM_MEMSLOT_INCOHERENT;
Laszlo Ersek840f4bf2014-11-17 14:58:52 +00001376
Christoffer Dallad361f02012-11-01 17:14:45 +01001377 if (hugetlb) {
Kim Phillipsb8865762014-06-26 01:45:51 +01001378 pmd_t new_pmd = pfn_pmd(pfn, mem_type);
Christoffer Dallad361f02012-11-01 17:14:45 +01001379 new_pmd = pmd_mkhuge(new_pmd);
1380 if (writable) {
Catalin Marinas06485052016-04-13 17:57:37 +01001381 new_pmd = kvm_s2pmd_mkwrite(new_pmd);
Christoffer Dallad361f02012-11-01 17:14:45 +01001382 kvm_set_pfn_dirty(pfn);
1383 }
Marc Zyngier0d3e4d42015-01-05 21:13:24 +00001384 coherent_cache_guest_page(vcpu, pfn, PMD_SIZE, fault_ipa_uncached);
Christoffer Dallad361f02012-11-01 17:14:45 +01001385 ret = stage2_set_pmd_huge(kvm, memcache, fault_ipa, &new_pmd);
1386 } else {
Kim Phillipsb8865762014-06-26 01:45:51 +01001387 pte_t new_pte = pfn_pte(pfn, mem_type);
Mario Smarduch15a49a42015-01-15 15:58:58 -08001388
Christoffer Dallad361f02012-11-01 17:14:45 +01001389 if (writable) {
Catalin Marinas06485052016-04-13 17:57:37 +01001390 new_pte = kvm_s2pte_mkwrite(new_pte);
Christoffer Dallad361f02012-11-01 17:14:45 +01001391 kvm_set_pfn_dirty(pfn);
Mario Smarduch15a49a42015-01-15 15:58:58 -08001392 mark_page_dirty(kvm, gfn);
Christoffer Dallad361f02012-11-01 17:14:45 +01001393 }
Marc Zyngier0d3e4d42015-01-05 21:13:24 +00001394 coherent_cache_guest_page(vcpu, pfn, PAGE_SIZE, fault_ipa_uncached);
Mario Smarduch15a49a42015-01-15 15:58:58 -08001395 ret = stage2_set_pte(kvm, memcache, fault_ipa, &new_pte, flags);
Christoffer Dall94f8e642013-01-20 18:28:12 -05001396 }
Christoffer Dallad361f02012-11-01 17:14:45 +01001397
Christoffer Dall94f8e642013-01-20 18:28:12 -05001398out_unlock:
Christoffer Dallad361f02012-11-01 17:14:45 +01001399 spin_unlock(&kvm->mmu_lock);
Marc Zyngier35307b92015-03-12 18:16:51 +00001400 kvm_set_pfn_accessed(pfn);
Christoffer Dall94f8e642013-01-20 18:28:12 -05001401 kvm_release_pfn_clean(pfn);
Christoffer Dallad361f02012-11-01 17:14:45 +01001402 return ret;
Christoffer Dall94f8e642013-01-20 18:28:12 -05001403}
1404
Marc Zyngieraeda9132015-03-12 18:16:52 +00001405/*
1406 * Resolve the access fault by making the page young again.
1407 * Note that because the faulting entry is guaranteed not to be
1408 * cached in the TLB, we don't need to invalidate anything.
Catalin Marinas06485052016-04-13 17:57:37 +01001409 * Only the HW Access Flag updates are supported for Stage 2 (no DBM),
1410 * so there is no need for atomic (pte|pmd)_mkyoung operations.
Marc Zyngieraeda9132015-03-12 18:16:52 +00001411 */
1412static void handle_access_fault(struct kvm_vcpu *vcpu, phys_addr_t fault_ipa)
1413{
1414 pmd_t *pmd;
1415 pte_t *pte;
Dan Williamsba049e92016-01-15 16:56:11 -08001416 kvm_pfn_t pfn;
Marc Zyngieraeda9132015-03-12 18:16:52 +00001417 bool pfn_valid = false;
1418
1419 trace_kvm_access_fault(fault_ipa);
1420
1421 spin_lock(&vcpu->kvm->mmu_lock);
1422
1423 pmd = stage2_get_pmd(vcpu->kvm, NULL, fault_ipa);
1424 if (!pmd || pmd_none(*pmd)) /* Nothing there */
1425 goto out;
1426
Suzuki K Poulosebbb3b6b2016-03-01 12:00:39 +00001427 if (pmd_thp_or_huge(*pmd)) { /* THP, HugeTLB */
Marc Zyngieraeda9132015-03-12 18:16:52 +00001428 *pmd = pmd_mkyoung(*pmd);
1429 pfn = pmd_pfn(*pmd);
1430 pfn_valid = true;
1431 goto out;
1432 }
1433
1434 pte = pte_offset_kernel(pmd, fault_ipa);
1435 if (pte_none(*pte)) /* Nothing there either */
1436 goto out;
1437
1438 *pte = pte_mkyoung(*pte); /* Just a page... */
1439 pfn = pte_pfn(*pte);
1440 pfn_valid = true;
1441out:
1442 spin_unlock(&vcpu->kvm->mmu_lock);
1443 if (pfn_valid)
1444 kvm_set_pfn_accessed(pfn);
1445}
1446
Christoffer Dall94f8e642013-01-20 18:28:12 -05001447/**
1448 * kvm_handle_guest_abort - handles all 2nd stage aborts
1449 * @vcpu: the VCPU pointer
1450 * @run: the kvm_run structure
1451 *
1452 * Any abort that gets to the host is almost guaranteed to be caused by a
1453 * missing second stage translation table entry, which can mean that either the
1454 * guest simply needs more memory and we must allocate an appropriate page or it
1455 * can mean that the guest tried to access I/O memory, which is emulated by user
1456 * space. The distinction is based on the IPA causing the fault and whether this
1457 * memory region has been registered as standard RAM by user space.
1458 */
Christoffer Dall342cd0a2013-01-20 18:28:06 -05001459int kvm_handle_guest_abort(struct kvm_vcpu *vcpu, struct kvm_run *run)
1460{
Christoffer Dall94f8e642013-01-20 18:28:12 -05001461 unsigned long fault_status;
1462 phys_addr_t fault_ipa;
1463 struct kvm_memory_slot *memslot;
Christoffer Dall98047882014-08-19 12:18:04 +02001464 unsigned long hva;
1465 bool is_iabt, write_fault, writable;
Christoffer Dall94f8e642013-01-20 18:28:12 -05001466 gfn_t gfn;
1467 int ret, idx;
1468
Marc Zyngier52d1dba2012-10-15 10:33:38 +01001469 is_iabt = kvm_vcpu_trap_is_iabt(vcpu);
Marc Zyngier40557102016-09-06 14:02:15 +01001470 if (unlikely(!is_iabt && kvm_vcpu_dabt_isextabt(vcpu))) {
1471 kvm_inject_vabt(vcpu);
1472 return 1;
1473 }
1474
Marc Zyngier7393b592012-09-17 19:27:09 +01001475 fault_ipa = kvm_vcpu_get_fault_ipa(vcpu);
Christoffer Dall94f8e642013-01-20 18:28:12 -05001476
Marc Zyngier7393b592012-09-17 19:27:09 +01001477 trace_kvm_guest_fault(*vcpu_pc(vcpu), kvm_vcpu_get_hsr(vcpu),
1478 kvm_vcpu_get_hfar(vcpu), fault_ipa);
Christoffer Dall94f8e642013-01-20 18:28:12 -05001479
1480 /* Check the stage-2 fault is trans. fault or write fault */
Christoffer Dall0496daa52014-09-26 12:29:34 +02001481 fault_status = kvm_vcpu_trap_get_fault_type(vcpu);
Marc Zyngier35307b92015-03-12 18:16:51 +00001482 if (fault_status != FSC_FAULT && fault_status != FSC_PERM &&
1483 fault_status != FSC_ACCESS) {
Christoffer Dall0496daa52014-09-26 12:29:34 +02001484 kvm_err("Unsupported FSC: EC=%#x xFSC=%#lx ESR_EL2=%#lx\n",
1485 kvm_vcpu_trap_get_class(vcpu),
1486 (unsigned long)kvm_vcpu_trap_get_fault(vcpu),
1487 (unsigned long)kvm_vcpu_get_hsr(vcpu));
Christoffer Dall94f8e642013-01-20 18:28:12 -05001488 return -EFAULT;
1489 }
1490
1491 idx = srcu_read_lock(&vcpu->kvm->srcu);
1492
1493 gfn = fault_ipa >> PAGE_SHIFT;
Christoffer Dall98047882014-08-19 12:18:04 +02001494 memslot = gfn_to_memslot(vcpu->kvm, gfn);
1495 hva = gfn_to_hva_memslot_prot(memslot, gfn, &writable);
Ard Biesheuvela7d079c2014-09-09 11:27:09 +01001496 write_fault = kvm_is_write_fault(vcpu);
Christoffer Dall98047882014-08-19 12:18:04 +02001497 if (kvm_is_error_hva(hva) || (write_fault && !writable)) {
Christoffer Dall94f8e642013-01-20 18:28:12 -05001498 if (is_iabt) {
1499 /* Prefetch Abort on I/O address */
Marc Zyngier7393b592012-09-17 19:27:09 +01001500 kvm_inject_pabt(vcpu, kvm_vcpu_get_hfar(vcpu));
Christoffer Dall94f8e642013-01-20 18:28:12 -05001501 ret = 1;
1502 goto out_unlock;
1503 }
1504
Marc Zyngiercfe39502012-12-12 14:42:09 +00001505 /*
Marc Zyngier57c841f2016-01-29 15:01:28 +00001506 * Check for a cache maintenance operation. Since we
1507 * ended-up here, we know it is outside of any memory
1508 * slot. But we can't find out if that is for a device,
1509 * or if the guest is just being stupid. The only thing
1510 * we know for sure is that this range cannot be cached.
1511 *
1512 * So let's assume that the guest is just being
1513 * cautious, and skip the instruction.
1514 */
1515 if (kvm_vcpu_dabt_is_cm(vcpu)) {
1516 kvm_skip_instr(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
1517 ret = 1;
1518 goto out_unlock;
1519 }
1520
1521 /*
Marc Zyngiercfe39502012-12-12 14:42:09 +00001522 * The IPA is reported as [MAX:12], so we need to
1523 * complement it with the bottom 12 bits from the
1524 * faulting VA. This is always 12 bits, irrespective
1525 * of the page size.
1526 */
1527 fault_ipa |= kvm_vcpu_get_hfar(vcpu) & ((1 << 12) - 1);
Christoffer Dall45e96ea2013-01-20 18:43:58 -05001528 ret = io_mem_abort(vcpu, run, fault_ipa);
Christoffer Dall94f8e642013-01-20 18:28:12 -05001529 goto out_unlock;
1530 }
1531
Christoffer Dallc3058d52014-10-10 12:14:29 +02001532 /* Userspace should not be able to register out-of-bounds IPAs */
1533 VM_BUG_ON(fault_ipa >= KVM_PHYS_SIZE);
1534
Marc Zyngieraeda9132015-03-12 18:16:52 +00001535 if (fault_status == FSC_ACCESS) {
1536 handle_access_fault(vcpu, fault_ipa);
1537 ret = 1;
1538 goto out_unlock;
1539 }
1540
Christoffer Dall98047882014-08-19 12:18:04 +02001541 ret = user_mem_abort(vcpu, fault_ipa, memslot, hva, fault_status);
Christoffer Dall94f8e642013-01-20 18:28:12 -05001542 if (ret == 0)
1543 ret = 1;
1544out_unlock:
1545 srcu_read_unlock(&vcpu->kvm->srcu, idx);
1546 return ret;
Christoffer Dall342cd0a2013-01-20 18:28:06 -05001547}
1548
Marc Zyngier1d2ebac2015-03-12 18:16:50 +00001549static int handle_hva_to_gpa(struct kvm *kvm,
1550 unsigned long start,
1551 unsigned long end,
1552 int (*handler)(struct kvm *kvm,
1553 gpa_t gpa, void *data),
1554 void *data)
Christoffer Dalld5d81842013-01-20 18:28:07 -05001555{
1556 struct kvm_memslots *slots;
1557 struct kvm_memory_slot *memslot;
Marc Zyngier1d2ebac2015-03-12 18:16:50 +00001558 int ret = 0;
Christoffer Dalld5d81842013-01-20 18:28:07 -05001559
1560 slots = kvm_memslots(kvm);
1561
1562 /* we only care about the pages that the guest sees */
1563 kvm_for_each_memslot(memslot, slots) {
1564 unsigned long hva_start, hva_end;
1565 gfn_t gfn, gfn_end;
1566
1567 hva_start = max(start, memslot->userspace_addr);
1568 hva_end = min(end, memslot->userspace_addr +
1569 (memslot->npages << PAGE_SHIFT));
1570 if (hva_start >= hva_end)
1571 continue;
1572
1573 /*
1574 * {gfn(page) | page intersects with [hva_start, hva_end)} =
1575 * {gfn_start, gfn_start+1, ..., gfn_end-1}.
1576 */
1577 gfn = hva_to_gfn_memslot(hva_start, memslot);
1578 gfn_end = hva_to_gfn_memslot(hva_end + PAGE_SIZE - 1, memslot);
1579
1580 for (; gfn < gfn_end; ++gfn) {
1581 gpa_t gpa = gfn << PAGE_SHIFT;
Marc Zyngier1d2ebac2015-03-12 18:16:50 +00001582 ret |= handler(kvm, gpa, data);
Christoffer Dalld5d81842013-01-20 18:28:07 -05001583 }
1584 }
Marc Zyngier1d2ebac2015-03-12 18:16:50 +00001585
1586 return ret;
Christoffer Dalld5d81842013-01-20 18:28:07 -05001587}
1588
Marc Zyngier1d2ebac2015-03-12 18:16:50 +00001589static int kvm_unmap_hva_handler(struct kvm *kvm, gpa_t gpa, void *data)
Christoffer Dalld5d81842013-01-20 18:28:07 -05001590{
1591 unmap_stage2_range(kvm, gpa, PAGE_SIZE);
Marc Zyngier1d2ebac2015-03-12 18:16:50 +00001592 return 0;
Christoffer Dalld5d81842013-01-20 18:28:07 -05001593}
1594
1595int kvm_unmap_hva(struct kvm *kvm, unsigned long hva)
1596{
1597 unsigned long end = hva + PAGE_SIZE;
1598
1599 if (!kvm->arch.pgd)
1600 return 0;
1601
1602 trace_kvm_unmap_hva(hva);
1603 handle_hva_to_gpa(kvm, hva, end, &kvm_unmap_hva_handler, NULL);
1604 return 0;
1605}
1606
1607int kvm_unmap_hva_range(struct kvm *kvm,
1608 unsigned long start, unsigned long end)
1609{
1610 if (!kvm->arch.pgd)
1611 return 0;
1612
1613 trace_kvm_unmap_hva_range(start, end);
1614 handle_hva_to_gpa(kvm, start, end, &kvm_unmap_hva_handler, NULL);
1615 return 0;
1616}
1617
Marc Zyngier1d2ebac2015-03-12 18:16:50 +00001618static int kvm_set_spte_handler(struct kvm *kvm, gpa_t gpa, void *data)
Christoffer Dalld5d81842013-01-20 18:28:07 -05001619{
1620 pte_t *pte = (pte_t *)data;
1621
Mario Smarduch15a49a42015-01-15 15:58:58 -08001622 /*
1623 * We can always call stage2_set_pte with KVM_S2PTE_FLAG_LOGGING_ACTIVE
1624 * flag clear because MMU notifiers will have unmapped a huge PMD before
1625 * calling ->change_pte() (which in turn calls kvm_set_spte_hva()) and
1626 * therefore stage2_set_pte() never needs to clear out a huge PMD
1627 * through this calling path.
1628 */
1629 stage2_set_pte(kvm, NULL, gpa, pte, 0);
Marc Zyngier1d2ebac2015-03-12 18:16:50 +00001630 return 0;
Christoffer Dalld5d81842013-01-20 18:28:07 -05001631}
1632
1633
1634void kvm_set_spte_hva(struct kvm *kvm, unsigned long hva, pte_t pte)
1635{
1636 unsigned long end = hva + PAGE_SIZE;
1637 pte_t stage2_pte;
1638
1639 if (!kvm->arch.pgd)
1640 return;
1641
1642 trace_kvm_set_spte_hva(hva);
1643 stage2_pte = pfn_pte(pte_pfn(pte), PAGE_S2);
1644 handle_hva_to_gpa(kvm, hva, end, &kvm_set_spte_handler, &stage2_pte);
1645}
1646
Marc Zyngier35307b92015-03-12 18:16:51 +00001647static int kvm_age_hva_handler(struct kvm *kvm, gpa_t gpa, void *data)
1648{
1649 pmd_t *pmd;
1650 pte_t *pte;
1651
1652 pmd = stage2_get_pmd(kvm, NULL, gpa);
1653 if (!pmd || pmd_none(*pmd)) /* Nothing there */
1654 return 0;
1655
Catalin Marinas06485052016-04-13 17:57:37 +01001656 if (pmd_thp_or_huge(*pmd)) /* THP, HugeTLB */
1657 return stage2_pmdp_test_and_clear_young(pmd);
Marc Zyngier35307b92015-03-12 18:16:51 +00001658
1659 pte = pte_offset_kernel(pmd, gpa);
1660 if (pte_none(*pte))
1661 return 0;
1662
Catalin Marinas06485052016-04-13 17:57:37 +01001663 return stage2_ptep_test_and_clear_young(pte);
Marc Zyngier35307b92015-03-12 18:16:51 +00001664}
1665
1666static int kvm_test_age_hva_handler(struct kvm *kvm, gpa_t gpa, void *data)
1667{
1668 pmd_t *pmd;
1669 pte_t *pte;
1670
1671 pmd = stage2_get_pmd(kvm, NULL, gpa);
1672 if (!pmd || pmd_none(*pmd)) /* Nothing there */
1673 return 0;
1674
Suzuki K Poulosebbb3b6b2016-03-01 12:00:39 +00001675 if (pmd_thp_or_huge(*pmd)) /* THP, HugeTLB */
Marc Zyngier35307b92015-03-12 18:16:51 +00001676 return pmd_young(*pmd);
1677
1678 pte = pte_offset_kernel(pmd, gpa);
1679 if (!pte_none(*pte)) /* Just a page... */
1680 return pte_young(*pte);
1681
1682 return 0;
1683}
1684
1685int kvm_age_hva(struct kvm *kvm, unsigned long start, unsigned long end)
1686{
Suzuki K Poulose3f0075c2017-07-05 09:57:00 +01001687 if (!kvm->arch.pgd)
1688 return 0;
Marc Zyngier35307b92015-03-12 18:16:51 +00001689 trace_kvm_age_hva(start, end);
1690 return handle_hva_to_gpa(kvm, start, end, kvm_age_hva_handler, NULL);
1691}
1692
1693int kvm_test_age_hva(struct kvm *kvm, unsigned long hva)
1694{
Suzuki K Poulose3f0075c2017-07-05 09:57:00 +01001695 if (!kvm->arch.pgd)
1696 return 0;
Marc Zyngier35307b92015-03-12 18:16:51 +00001697 trace_kvm_test_age_hva(hva);
1698 return handle_hva_to_gpa(kvm, hva, hva, kvm_test_age_hva_handler, NULL);
1699}
1700
Christoffer Dalld5d81842013-01-20 18:28:07 -05001701void kvm_mmu_free_memory_caches(struct kvm_vcpu *vcpu)
1702{
1703 mmu_free_memory_cache(&vcpu->arch.mmu_page_cache);
1704}
1705
Christoffer Dall342cd0a2013-01-20 18:28:06 -05001706phys_addr_t kvm_mmu_get_httbr(void)
1707{
Ard Biesheuvele4c5a682015-03-19 16:42:28 +00001708 if (__kvm_cpu_uses_extended_idmap())
1709 return virt_to_phys(merged_hyp_pgd);
1710 else
1711 return virt_to_phys(hyp_pgd);
Christoffer Dall342cd0a2013-01-20 18:28:06 -05001712}
1713
Marc Zyngier5a677ce2013-04-12 19:12:06 +01001714phys_addr_t kvm_get_idmap_vector(void)
1715{
1716 return hyp_idmap_vector;
1717}
1718
AKASHI Takahiro67f69192016-04-27 17:47:05 +01001719phys_addr_t kvm_get_idmap_start(void)
1720{
1721 return hyp_idmap_start;
1722}
1723
Marc Zyngier0535a3e2016-06-30 18:40:43 +01001724static int kvm_map_idmap_text(pgd_t *pgd)
1725{
1726 int err;
1727
1728 /* Create the idmap in the boot page tables */
1729 err = __create_hyp_mappings(pgd,
1730 hyp_idmap_start, hyp_idmap_end,
1731 __phys_to_pfn(hyp_idmap_start),
1732 PAGE_HYP_EXEC);
1733 if (err)
1734 kvm_err("Failed to idmap %lx-%lx\n",
1735 hyp_idmap_start, hyp_idmap_end);
1736
1737 return err;
1738}
1739
Christoffer Dall342cd0a2013-01-20 18:28:06 -05001740int kvm_mmu_init(void)
1741{
Marc Zyngier2fb41052013-04-12 19:12:03 +01001742 int err;
1743
Santosh Shilimkar4fda3422013-11-19 14:59:12 -05001744 hyp_idmap_start = kvm_virt_to_phys(__hyp_idmap_text_start);
1745 hyp_idmap_end = kvm_virt_to_phys(__hyp_idmap_text_end);
1746 hyp_idmap_vector = kvm_virt_to_phys(__kvm_hyp_init);
Marc Zyngier5a677ce2013-04-12 19:12:06 +01001747
Ard Biesheuvel06f75a12015-03-19 16:42:26 +00001748 /*
1749 * We rely on the linker script to ensure at build time that the HYP
1750 * init code does not cross a page boundary.
1751 */
1752 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK);
Marc Zyngier5a677ce2013-04-12 19:12:06 +01001753
Marc Zyngiereac378a2016-06-30 18:40:50 +01001754 kvm_info("IDMAP page: %lx\n", hyp_idmap_start);
1755 kvm_info("HYP VA range: %lx:%lx\n",
Marc Zyngier6c41a412016-06-30 18:40:51 +01001756 kern_hyp_va(PAGE_OFFSET), kern_hyp_va(~0UL));
Marc Zyngiereac378a2016-06-30 18:40:50 +01001757
Marc Zyngier6c41a412016-06-30 18:40:51 +01001758 if (hyp_idmap_start >= kern_hyp_va(PAGE_OFFSET) &&
Marc Zyngierd2896d42016-08-22 09:01:17 +01001759 hyp_idmap_start < kern_hyp_va(~0UL) &&
1760 hyp_idmap_start != (unsigned long)__hyp_idmap_text_start) {
Marc Zyngiereac378a2016-06-30 18:40:50 +01001761 /*
1762 * The idmap page is intersecting with the VA space,
1763 * it is not safe to continue further.
1764 */
1765 kvm_err("IDMAP intersecting with HYP VA, unable to continue\n");
1766 err = -EINVAL;
1767 goto out;
1768 }
1769
Christoffer Dall38f791a2014-10-10 12:14:28 +02001770 hyp_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, hyp_pgd_order);
Marc Zyngier0535a3e2016-06-30 18:40:43 +01001771 if (!hyp_pgd) {
Christoffer Dalld5d81842013-01-20 18:28:07 -05001772 kvm_err("Hyp mode PGD not allocated\n");
Marc Zyngier2fb41052013-04-12 19:12:03 +01001773 err = -ENOMEM;
1774 goto out;
1775 }
1776
Ard Biesheuvele4c5a682015-03-19 16:42:28 +00001777 if (__kvm_cpu_uses_extended_idmap()) {
Marc Zyngier0535a3e2016-06-30 18:40:43 +01001778 boot_hyp_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
1779 hyp_pgd_order);
1780 if (!boot_hyp_pgd) {
1781 kvm_err("Hyp boot PGD not allocated\n");
1782 err = -ENOMEM;
1783 goto out;
1784 }
1785
1786 err = kvm_map_idmap_text(boot_hyp_pgd);
1787 if (err)
1788 goto out;
1789
Ard Biesheuvele4c5a682015-03-19 16:42:28 +00001790 merged_hyp_pgd = (pgd_t *)__get_free_page(GFP_KERNEL | __GFP_ZERO);
1791 if (!merged_hyp_pgd) {
1792 kvm_err("Failed to allocate extra HYP pgd\n");
1793 goto out;
1794 }
1795 __kvm_extend_hypmap(boot_hyp_pgd, hyp_pgd, merged_hyp_pgd,
1796 hyp_idmap_start);
Marc Zyngier0535a3e2016-06-30 18:40:43 +01001797 } else {
1798 err = kvm_map_idmap_text(hyp_pgd);
1799 if (err)
1800 goto out;
Marc Zyngier5a677ce2013-04-12 19:12:06 +01001801 }
1802
Christoffer Dalld5d81842013-01-20 18:28:07 -05001803 return 0;
Marc Zyngier2fb41052013-04-12 19:12:03 +01001804out:
Marc Zyngier4f728272013-04-12 19:12:05 +01001805 free_hyp_pgds();
Marc Zyngier2fb41052013-04-12 19:12:03 +01001806 return err;
Christoffer Dall342cd0a2013-01-20 18:28:06 -05001807}
Eric Augerdf6ce242014-06-06 11:10:23 +02001808
1809void kvm_arch_commit_memory_region(struct kvm *kvm,
Paolo Bonzini09170a42015-05-18 13:59:39 +02001810 const struct kvm_userspace_memory_region *mem,
Eric Augerdf6ce242014-06-06 11:10:23 +02001811 const struct kvm_memory_slot *old,
Paolo Bonzinif36f3f22015-05-18 13:20:23 +02001812 const struct kvm_memory_slot *new,
Eric Augerdf6ce242014-06-06 11:10:23 +02001813 enum kvm_mr_change change)
1814{
Mario Smarduchc6473552015-01-15 15:58:56 -08001815 /*
1816 * At this point memslot has been committed and there is an
1817 * allocated dirty_bitmap[], dirty pages will be be tracked while the
1818 * memory slot is write protected.
1819 */
1820 if (change != KVM_MR_DELETE && mem->flags & KVM_MEM_LOG_DIRTY_PAGES)
1821 kvm_mmu_wp_memory_region(kvm, mem->slot);
Eric Augerdf6ce242014-06-06 11:10:23 +02001822}
1823
1824int kvm_arch_prepare_memory_region(struct kvm *kvm,
1825 struct kvm_memory_slot *memslot,
Paolo Bonzini09170a42015-05-18 13:59:39 +02001826 const struct kvm_userspace_memory_region *mem,
Eric Augerdf6ce242014-06-06 11:10:23 +02001827 enum kvm_mr_change change)
1828{
Ard Biesheuvel8eef9122014-10-10 17:00:32 +02001829 hva_t hva = mem->userspace_addr;
1830 hva_t reg_end = hva + mem->memory_size;
1831 bool writable = !(mem->flags & KVM_MEM_READONLY);
1832 int ret = 0;
1833
Mario Smarduch15a49a42015-01-15 15:58:58 -08001834 if (change != KVM_MR_CREATE && change != KVM_MR_MOVE &&
1835 change != KVM_MR_FLAGS_ONLY)
Ard Biesheuvel8eef9122014-10-10 17:00:32 +02001836 return 0;
1837
1838 /*
Christoffer Dallc3058d52014-10-10 12:14:29 +02001839 * Prevent userspace from creating a memory region outside of the IPA
1840 * space addressable by the KVM guest IPA space.
1841 */
1842 if (memslot->base_gfn + memslot->npages >=
1843 (KVM_PHYS_SIZE >> PAGE_SHIFT))
1844 return -EFAULT;
1845
Marc Zyngiera1ea3182017-03-16 18:20:50 +00001846 down_read(&current->mm->mmap_sem);
Christoffer Dallc3058d52014-10-10 12:14:29 +02001847 /*
Ard Biesheuvel8eef9122014-10-10 17:00:32 +02001848 * A memory region could potentially cover multiple VMAs, and any holes
1849 * between them, so iterate over all of them to find out if we can map
1850 * any of them right now.
1851 *
1852 * +--------------------------------------------+
1853 * +---------------+----------------+ +----------------+
1854 * | : VMA 1 | VMA 2 | | VMA 3 : |
1855 * +---------------+----------------+ +----------------+
1856 * | memory region |
1857 * +--------------------------------------------+
1858 */
1859 do {
1860 struct vm_area_struct *vma = find_vma(current->mm, hva);
1861 hva_t vm_start, vm_end;
1862
1863 if (!vma || vma->vm_start >= reg_end)
1864 break;
1865
1866 /*
1867 * Mapping a read-only VMA is only allowed if the
1868 * memory region is configured as read-only.
1869 */
1870 if (writable && !(vma->vm_flags & VM_WRITE)) {
1871 ret = -EPERM;
1872 break;
1873 }
1874
1875 /*
1876 * Take the intersection of this VMA with the memory region
1877 */
1878 vm_start = max(hva, vma->vm_start);
1879 vm_end = min(reg_end, vma->vm_end);
1880
1881 if (vma->vm_flags & VM_PFNMAP) {
1882 gpa_t gpa = mem->guest_phys_addr +
1883 (vm_start - mem->userspace_addr);
Marek Majtykaca09f022015-09-16 12:04:55 +02001884 phys_addr_t pa;
1885
1886 pa = (phys_addr_t)vma->vm_pgoff << PAGE_SHIFT;
1887 pa += vm_start - vma->vm_start;
Ard Biesheuvel8eef9122014-10-10 17:00:32 +02001888
Mario Smarduch15a49a42015-01-15 15:58:58 -08001889 /* IO region dirty page logging not allowed */
Marc Zyngiera1ea3182017-03-16 18:20:50 +00001890 if (memslot->flags & KVM_MEM_LOG_DIRTY_PAGES) {
1891 ret = -EINVAL;
1892 goto out;
1893 }
Mario Smarduch15a49a42015-01-15 15:58:58 -08001894
Ard Biesheuvel8eef9122014-10-10 17:00:32 +02001895 ret = kvm_phys_addr_ioremap(kvm, gpa, pa,
1896 vm_end - vm_start,
1897 writable);
1898 if (ret)
1899 break;
1900 }
1901 hva = vm_end;
1902 } while (hva < reg_end);
1903
Mario Smarduch15a49a42015-01-15 15:58:58 -08001904 if (change == KVM_MR_FLAGS_ONLY)
Marc Zyngiera1ea3182017-03-16 18:20:50 +00001905 goto out;
Mario Smarduch15a49a42015-01-15 15:58:58 -08001906
Ard Biesheuvel849260c2014-11-17 14:58:53 +00001907 spin_lock(&kvm->mmu_lock);
1908 if (ret)
Ard Biesheuvel8eef9122014-10-10 17:00:32 +02001909 unmap_stage2_range(kvm, mem->guest_phys_addr, mem->memory_size);
Ard Biesheuvel849260c2014-11-17 14:58:53 +00001910 else
1911 stage2_flush_memslot(kvm, memslot);
1912 spin_unlock(&kvm->mmu_lock);
Marc Zyngiera1ea3182017-03-16 18:20:50 +00001913out:
1914 up_read(&current->mm->mmap_sem);
Ard Biesheuvel8eef9122014-10-10 17:00:32 +02001915 return ret;
Eric Augerdf6ce242014-06-06 11:10:23 +02001916}
1917
1918void kvm_arch_free_memslot(struct kvm *kvm, struct kvm_memory_slot *free,
1919 struct kvm_memory_slot *dont)
1920{
1921}
1922
1923int kvm_arch_create_memslot(struct kvm *kvm, struct kvm_memory_slot *slot,
1924 unsigned long npages)
1925{
Ard Biesheuvel849260c2014-11-17 14:58:53 +00001926 /*
1927 * Readonly memslots are not incoherent with the caches by definition,
1928 * but in practice, they are used mostly to emulate ROMs or NOR flashes
1929 * that the guest may consider devices and hence map as uncached.
1930 * To prevent incoherency issues in these cases, tag all readonly
1931 * regions as incoherent.
1932 */
1933 if (slot->flags & KVM_MEM_READONLY)
1934 slot->flags |= KVM_MEMSLOT_INCOHERENT;
Eric Augerdf6ce242014-06-06 11:10:23 +02001935 return 0;
1936}
1937
Paolo Bonzini15f46012015-05-17 21:26:08 +02001938void kvm_arch_memslots_updated(struct kvm *kvm, struct kvm_memslots *slots)
Eric Augerdf6ce242014-06-06 11:10:23 +02001939{
1940}
1941
1942void kvm_arch_flush_shadow_all(struct kvm *kvm)
1943{
Suzuki K Poulose293f2932016-09-08 16:25:49 +01001944 kvm_free_stage2_pgd(kvm);
Eric Augerdf6ce242014-06-06 11:10:23 +02001945}
1946
1947void kvm_arch_flush_shadow_memslot(struct kvm *kvm,
1948 struct kvm_memory_slot *slot)
1949{
Ard Biesheuvel8eef9122014-10-10 17:00:32 +02001950 gpa_t gpa = slot->base_gfn << PAGE_SHIFT;
1951 phys_addr_t size = slot->npages << PAGE_SHIFT;
1952
1953 spin_lock(&kvm->mmu_lock);
1954 unmap_stage2_range(kvm, gpa, size);
1955 spin_unlock(&kvm->mmu_lock);
Eric Augerdf6ce242014-06-06 11:10:23 +02001956}
Marc Zyngier3c1e7162014-12-19 16:05:31 +00001957
1958/*
1959 * See note at ARMv7 ARM B1.14.4 (TL;DR: S/W ops are not easily virtualized).
1960 *
1961 * Main problems:
1962 * - S/W ops are local to a CPU (not broadcast)
1963 * - We have line migration behind our back (speculation)
1964 * - System caches don't support S/W at all (damn!)
1965 *
1966 * In the face of the above, the best we can do is to try and convert
1967 * S/W ops to VA ops. Because the guest is not allowed to infer the
1968 * S/W to PA mapping, it can only use S/W to nuke the whole cache,
1969 * which is a rather good thing for us.
1970 *
1971 * Also, it is only used when turning caches on/off ("The expected
1972 * usage of the cache maintenance instructions that operate by set/way
1973 * is associated with the cache maintenance instructions associated
1974 * with the powerdown and powerup of caches, if this is required by
1975 * the implementation.").
1976 *
1977 * We use the following policy:
1978 *
1979 * - If we trap a S/W operation, we enable VM trapping to detect
1980 * caches being turned on/off, and do a full clean.
1981 *
1982 * - We flush the caches on both caches being turned on and off.
1983 *
1984 * - Once the caches are enabled, we stop trapping VM ops.
1985 */
1986void kvm_set_way_flush(struct kvm_vcpu *vcpu)
1987{
1988 unsigned long hcr = vcpu_get_hcr(vcpu);
1989
1990 /*
1991 * If this is the first time we do a S/W operation
1992 * (i.e. HCR_TVM not set) flush the whole memory, and set the
1993 * VM trapping.
1994 *
1995 * Otherwise, rely on the VM trapping to wait for the MMU +
1996 * Caches to be turned off. At that point, we'll be able to
1997 * clean the caches again.
1998 */
1999 if (!(hcr & HCR_TVM)) {
2000 trace_kvm_set_way_flush(*vcpu_pc(vcpu),
2001 vcpu_has_cache_enabled(vcpu));
2002 stage2_flush_vm(vcpu->kvm);
2003 vcpu_set_hcr(vcpu, hcr | HCR_TVM);
2004 }
2005}
2006
2007void kvm_toggle_cache(struct kvm_vcpu *vcpu, bool was_enabled)
2008{
2009 bool now_enabled = vcpu_has_cache_enabled(vcpu);
2010
2011 /*
2012 * If switching the MMU+caches on, need to invalidate the caches.
2013 * If switching it off, need to clean the caches.
2014 * Clean + invalidate does the trick always.
2015 */
2016 if (now_enabled != was_enabled)
2017 stage2_flush_vm(vcpu->kvm);
2018
2019 /* Caches are now on, stop trapping VM ops (until a S/W op) */
2020 if (now_enabled)
2021 vcpu_set_hcr(vcpu, vcpu_get_hcr(vcpu) & ~HCR_TVM);
2022
2023 trace_kvm_toggle_cache(*vcpu_pc(vcpu), was_enabled, now_enabled);
2024}