Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddom0_build.c167 page->u.inuse.type_info = PGT_l2_page_table | PGT_validated | 1; in setup_pv_physmap()
631 maddr_to_page(mpt_alloc)->u.inuse.type_info = PGT_l2_page_table; in dom0_construct_pv()
681 maddr_to_page(mpt_alloc)->u.inuse.type_info = PGT_l2_page_table; in dom0_construct_pv()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmm.h207 #define PGT_l2_page_table PG_mask(2, 3) /* using as an L2 page table? */ macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c1156 l3e_get_mfn(l3e), PGT_l2_page_table, d, partial, 1); in get_page_from_l3e()
1516 PGT_l2_page_table | PGT_pae_xen_l2, d, partial, 1); in alloc_l3_table()
2303 case PGT_l2_page_table: in alloc_page_type()
2395 case PGT_l2_page_table: in free_page_type()
2609 if ( ((x & PGT_type_mask) == PGT_l2_page_table) && in __get_page_type()
2613 (type == PGT_l2_page_table) ) in __get_page_type()
3080 type = PGT_l2_page_table; in do_mmuext_op()
3665 case PGT_l2_page_table: in do_mmu_update()
A Ddomctl.c495 case PGT_l2_page_table: in arch_do_domctl()
A Ddomain.c2000 ret = relinquish_memory(d, &d->page_list, PGT_l2_page_table); in domain_relinquish_resources()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m.c587 BUILD_BUG_ON(PGT_l1_page_table * 2 != PGT_l2_page_table); in p2m_alloc_ptp()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c3133 pg->u.inuse.type_info = PGT_l2_page_table | 1 | PGT_validated; in shadow_enable()

Completed in 27 milliseconds