Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dept.c372 uint64_t sw_sram_bottom, sw_sram_top; in ept_flush_leaf_page() local
378 sw_sram_bottom = get_software_sram_base(); in ept_flush_leaf_page()
379 sw_sram_top = sw_sram_bottom + get_software_sram_size(); in ept_flush_leaf_page()
383 if (base_hpa < sw_sram_bottom) { in ept_flush_leaf_page()
391 flush_cache_range(hpa2hva(base_hpa), min(end_hpa, sw_sram_bottom) - base_hpa); in ept_flush_leaf_page()

Completed in 2 milliseconds