Searched refs:recalc (Results 1 – 5 of 5) sorted by relevance
/xen/xen/arch/x86/mm/ |
A D | p2m-ept.c | 395 (e.emt == MTRR_NUM_TYPES && (e.recalc || !recalc)) ) in ept_invalidate_emt_subtree() 399 if ( recalc ) in ept_invalidate_emt_subtree() 400 e.recalc = 1; in ept_invalidate_emt_subtree() 474 e.recalc = 1; in ept_invalidate_emt_range() 548 e.recalc = 0; in resolve_misconfig() 558 bool_t recalc = e.recalc; in resolve_misconfig() local 597 e.recalc = 0; in resolve_misconfig() 614 e.recalc = 0; in resolve_misconfig() 888 bool_t recalc = 0; in ept_get_entry() local 915 recalc = 1; in ept_get_entry() [all …]
|
A D | p2m-pt.c | 711 bool_t recalc; in p2m_pt_get_entry() local 753 recalc = needs_recalc(l4, *l4e); in p2m_pt_get_entry() 785 *t = p2m_recalc_type(recalc || _needs_recalc(flags), in p2m_pt_get_entry() 795 recalc = 1; in p2m_pt_get_entry() 824 *t = p2m_recalc_type(recalc || _needs_recalc(flags), in p2m_pt_get_entry() 834 recalc = 1; in p2m_pt_get_entry() 861 *t = p2m_recalc_type(recalc || _needs_recalc(flags), l1t, p2m, gfn); in p2m_pt_get_entry() 1107 p2m->recalc = do_recalc; in p2m_pt_init()
|
A D | p2m.c | 1197 rc = p2m->recalc(p2m, gfn); in finish_type_change()
|
/xen/xen/include/asm-x86/ |
A D | p2m.h | 254 int (*recalc)(struct p2m_domain *p2m, member 804 static inline p2m_type_t p2m_recalc_type_range(bool recalc, p2m_type_t t, in p2m_recalc_type_range() argument 809 if ( !recalc || !p2m_is_changeable(t) ) in p2m_recalc_type_range() 819 static inline p2m_type_t p2m_recalc_type(bool recalc, p2m_type_t t, in p2m_recalc_type() argument 823 return p2m_recalc_type_range(recalc, t, p2m, gfn, gfn); in p2m_recalc_type()
|
/xen/xen/include/asm-x86/hvm/vmx/ |
A D | vmx.h | 43 recalc : 1, /* bit 10 - Software available 1 */ member
|
Completed in 16 milliseconds