Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Ddomain.c826 mfn_t cr3_mfn; in arch_set_info_guest() local
1099 cr3_mfn = _mfn(xen_cr3_to_pfn(c.nat->ctrlreg[3])); in arch_set_info_guest()
1101 cr3_mfn = _mfn(compat_cr3_to_pfn(c.cmp->ctrlreg[3])); in arch_set_info_guest()
1102 cr3_page = get_page_from_mfn(cr3_mfn, d); in arch_set_info_guest()
1130 fill_ro_mpt(cr3_mfn); in arch_set_info_guest()
1145 cr3_mfn = _mfn(xen_cr3_to_pfn(c.nat->ctrlreg[1])); in arch_set_info_guest()
1146 cr3_page = get_page_from_mfn(cr3_mfn, d); in arch_set_info_guest()
1176 zap_ro_mpt(cr3_mfn); in arch_set_info_guest()
A Dmm.c554 mfn_t cr3_mfn; in update_cr3() local
563 cr3_mfn = pagetable_get_mfn(v->arch.guest_table_user); in update_cr3()
565 cr3_mfn = pagetable_get_mfn(v->arch.guest_table); in update_cr3()
567 make_cr3(v, cr3_mfn); in update_cr3()

Completed in 13 milliseconds