Home
last modified time | relevance | path

Searched refs:flush_cache_range (Results 1 – 6 of 6) sorted by relevance

/hypervisor/include/arch/x86/asm/
A Dmmu.h186 void flush_cache_range(const volatile void *p, uint64_t size);
/hypervisor/arch/x86/
A Dtrampoline.c123 flush_cache_range(hpa2hva(trampoline_pa), trampline_size); in prepare_trampoline()
A Dmmu.c353 void flush_cache_range(const volatile void *p, uint64_t size) in flush_cache_range() function
A Dcpu.c506 flush_cache_range((void *)get_hv_image_base(), get_hv_image_size()); in cpu_dead()
A Dvtd.c269 flush_cache_range(p, size); in iommu_flush_cache()
/hypervisor/arch/x86/guest/
A Dept.c391 flush_cache_range(hpa2hva(base_hpa), min(end_hpa, sw_sram_bottom) - base_hpa); in ept_flush_leaf_page()
403 flush_cache_range(hpa2hva(max(base_hpa, sw_sram_top)), end_hpa - max(base_hpa, sw_sram_top)); in ept_flush_leaf_page()

Completed in 11 milliseconds