Searched refs:p2m_is_readonly (Results 1 – 6 of 6) sorted by relevance
171 if ( access_w && p2m_is_readonly(*p2mt) ) in nestedhap_walk_L0_p2m()
62 if ( p2m_is_readonly(gfntype) && toaddr ) in dbg_hvm_va2mfn()
158 #define p2m_is_readonly(_t) (p2m_to_mask(_t) & P2M_RO_TYPES) macro
697 if ( p2m_is_readonly(p2mt) ) in _sh_propagate()3263 if ( p2m_is_readonly(p2mt) && (ft == ft_demand_write) ) in sh_page_fault()
2226 if ( !p2m_is_ram(p2mt) || p2m_is_readonly(p2mt) ) in nsvm_get_nvmcb_page()
4674 else if ( p2m_is_readonly(t) ) in hvmop_get_mem_type()
Completed in 25 milliseconds