Home
last modified time | relevance | path

Searched refs:PGT_locked (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmm.h217 #define PGT_locked PG_mask(1, 4) macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c1857 while ( (x = page->u.inuse.type_info) & PGT_locked ) in page_lock()
1859 nx = x + (1 | PGT_locked); in page_lock()
1875 ASSERT((x & PGT_count_mask) && (x & PGT_locked)); in page_unlock()
1877 nx = x - (1 | PGT_locked); in page_unlock()
2503 else if ( unlikely((nx & (PGT_locked | PGT_count_mask)) == in _put_page_type()
2504 (PGT_locked | 1)) ) in _put_page_type()
3868 BUG_ON(page->u.inuse.type_info & (PGT_count_mask | PGT_locked | in steal_page()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dmem_sharing.c244 if ( t & PGT_locked ) in rmap_count()
660 expected_type = (PGT_shared_page | PGT_validated | PGT_locked | 2); in page_make_private()

Completed in 14 milliseconds