Home
last modified time | relevance | path

Searched refs:kvm_flush_dcache_to_poc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
Dkvm_mmu.h226 #define kvm_flush_dcache_to_poc(a,l) __flush_dcache_area((a), (l))
240 kvm_flush_dcache_to_poc(va, size);
254 kvm_flush_dcache_to_poc(page_address(page), PAGE_SIZE);
260 kvm_flush_dcache_to_poc(page_address(page), PMD_SIZE);
266 kvm_flush_dcache_to_poc(page_address(page), PUD_SIZE);
/linux-4.4.14/arch/arm/include/asm/
Dkvm_mmu.h178 #define kvm_flush_dcache_to_poc(a,l) __cpuc_flush_dcache_area((a), (l)) macro
218 kvm_flush_dcache_to_poc(va, PAGE_SIZE); in __coherent_cache_guest_page()
241 kvm_flush_dcache_to_poc(va, PAGE_SIZE); in __kvm_flush_dcache_pte()
254 kvm_flush_dcache_to_poc(va, PAGE_SIZE); in __kvm_flush_dcache_pmd()
/linux-4.4.14/arch/arm/kvm/
Dmmu.c463 kvm_flush_dcache_to_poc(pte, sizeof(*pte)); in create_hyp_pte_mappings()
490 kvm_flush_dcache_to_poc(pmd, sizeof(*pmd)); in create_hyp_pmd_mappings()
523 kvm_flush_dcache_to_poc(pud, sizeof(*pud)); in create_hyp_pud_mappings()
560 kvm_flush_dcache_to_poc(pgd, sizeof(*pgd)); in __create_hyp_mappings()