Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/
A Dnested_hap.c101 unsigned int page_order, p2m_type_t p2mt, p2m_access_t p2ma) in nestedhap_fix_p2m() argument
119 rc = p2m_set_entry(p2m, _gfn(gfn), mfn, page_order, p2mt, p2ma); in nestedhap_fix_p2m()
152 p2m_type_t *p2mt, p2m_access_t *p2ma, in nestedhap_walk_L0_p2m() argument
160 mfn = get_gfn_type_access(p2m, L1_gpa >> PAGE_SHIFT, p2mt, p2ma, in nestedhap_walk_L0_p2m()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dmem_access.c150 p2m_access_t p2ma; in p2m_mem_access_check() local
163 mfn = p2m->get_entry(p2m, gfn, &p2mt, &p2ma, 0, NULL, NULL); in p2m_mem_access_check()
165 if ( npfec.write_access && p2ma == p2m_access_rx2rw ) in p2m_mem_access_check()
172 else if ( p2ma == p2m_access_n2rwx ) in p2m_mem_access_check()
196 mfn = p2m->get_entry(p2m, gfn, &p2mt, &p2ma, 0, NULL, NULL); in p2m_mem_access_check()
197 if ( p2ma != p2m_access_n2rwx ) in p2m_mem_access_check()
236 return (p2ma != p2m_access_n2rwx); in p2m_mem_access_check()
A Dp2m.c562 set_rc = p2m->set_entry(p2m, gfn, mfn, order, p2mt, p2ma, -1); in p2m_set_entry()
1154 p2m_access_t p2ma, unsigned int flag) in set_identity_p2m_entry() argument
1176 p2m_mmio_direct, p2ma); in set_identity_p2m_entry()
2203 p2m_access_t p2ma; in p2m_altp2m_lazy_copy() local
2212 mfn = get_gfn_type_access(*ap2m, gfn_x(gfn), &p2mt, &p2ma, in p2m_altp2m_lazy_copy()
2219 mfn = get_gfn_type_access(hp2m, gfn_x(gfn), &p2mt, &p2ma, in p2m_altp2m_lazy_copy()
2236 rv = p2m_set_entry(*ap2m, gfn, mfn, page_order, p2mt, p2ma); in p2m_altp2m_lazy_copy()
2468 p2m_type_t p2mt, p2m_access_t p2ma) in p2m_altp2m_propagate_change() argument
2522 p2m_set_entry(p2m, gfn, mfn, page_order, p2mt, p2ma); in p2m_altp2m_propagate_change()
2544 p2m_access_t p2ma; in audit_p2m() local
[all …]
A Dp2m-ept.c678 unsigned int order, p2m_type_t p2mt, p2m_access_t p2ma, in ept_set_entry() argument
810 new_entry.access = p2ma; in ept_set_entry()
822 ept_p2m_type_to_flags(p2m, &new_entry, p2mt, p2ma); in ept_set_entry()
907 p2m_altp2m_propagate_change(d, _gfn(gfn), mfn, order, p2mt, p2ma); in ept_set_entry()
A Dmem_sharing.c776 p2m_access_t p2ma; in nominate_page() local
783 mfn = get_gfn_type_access(hp2m, gfn_x(gfn), &p2mt, &p2ma, 0, NULL); in nominate_page()
828 if ( mfn_valid(amfn) && (!mfn_eq(amfn, mfn) || ap2ma != p2ma) ) in nominate_page()
A Dp2m-pt.c483 unsigned int page_order, p2m_type_t p2mt, p2m_access_t p2ma, in p2m_pt_set_entry() argument
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h241 p2m_access_t p2ma,
246 p2m_access_t *p2ma,
631 p2m_access_t p2ma, unsigned int flag);
693 unsigned int page_order, p2m_type_t p2mt, p2m_access_t p2ma);
835 p2m_type_t p2mt, p2m_access_t p2ma);
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c1693 p2m_access_t p2ma; in svm_do_nested_pgfault() local
1728 mfn = __get_gfn_type_access(p2m, gfn, &_d.p2mt, &p2ma, 0, NULL, 0); in svm_do_nested_pgfault()
1749 mfn = __get_gfn_type_access(p2m, gfn, &p2mt, &p2ma, 0, NULL, 0); in svm_do_nested_pgfault()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c1699 p2m_access_t p2ma; in hvm_hap_nested_page_fault() local
1772 mfn = get_gfn_type_access(hostp2m, gfn, &p2mt, &p2ma, in hvm_hap_nested_page_fault()
1786 mfn = get_gfn_type_access(p2m, gfn, &p2mt, &p2ma, 0, NULL); in hvm_hap_nested_page_fault()
1797 switch (p2ma) in hvm_hap_nested_page_fault()
1835 p2m->get_entry(p2m, _gfn(gfn), &p2mt, &p2ma, 0, NULL, &sve); in hvm_hap_nested_page_fault()

Completed in 30 milliseconds