ANDROID: KVM: arm64: Handle block mappings for pKVM guest cache clean
clean_dcache_guest_page() and invalidate_icache_guest_page() accept a
size as an argument. But they also rely on fixmap, which can only map a
single PAGE_SIZE page. With the introduction of block mappings for
guests, that size might now be > PAGE_SIZE.
Bug: 278749606
Bug: 278011447
Change-Id: I7b45adc1f3ee7ae97242ea102f52085f9ea2079a
Signed-off-by:
Vincent Donnefort <vdonnefort@google.com>
Loading
Please sign in to comment