Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dmm.h56 #define PGT_type_equal(x, y) (!(((x) ^ (y)) & PGT_type_mask)) macro
/xen/xen/arch/x86/
A Dmm.c2748 if ( ptpg && PGT_type_equal(type, ptpg->u.inuse.type_info) && in _put_final_page_type()
2845 if ( !ptpg || !PGT_type_equal(x, ptpg->u.inuse.type_info) ) in _put_page_type()
2864 if ( ptpg && PGT_type_equal(x, ptpg->u.inuse.type_info) ) in _put_page_type()

Completed in 13 milliseconds