Searched refs:x86Mask (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c504 unsigned int x86Mask; local
506 x86Mask = ( ((mask & VM_MEM_MODIFIED)? PHYS_MODIFIED : 0)
509 phys_attribute_clear(pn, x86Mask, options, arg);
520 unsigned int x86Mask; local
522 x86Mask = ( ((mask & VM_MEM_MODIFIED)? PHYS_MODIFIED : 0)
525 phys_attribute_clear(pn, x86Mask, 0, NULL);

Completed in 23 milliseconds