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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_protos.h365 boolean_t *tainted);
H A Dvm_fault.c1979 * 2. the page hasn't already been found to be "tainted"
2083 if (m->cs_tainted /* always invalidate a tainted page */
2094 * This page has been tainted and can not be trusted.
2096 * necessary precautions before we enter the tainted page
2104 /* reject the tainted page: abort the page fault */
2108 /* proceed with the tainted page */
4208 boolean_t validated, tainted; local
4221 * Consider it tainted.
4222 * [ If the page was already found to be "tainted", no
4273 &tainted);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c2510 boolean_t *tainted)
2623 *tainted = FALSE;
2654 *tainted = TRUE;
2661 *tainted = FALSE;
2506 cs_validate_page( void *_blobs, memory_object_offset_t page_offset, const void *data, boolean_t *tainted) argument

Completed in 42 milliseconds