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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_protos.h438 boolean_t *tainted);
H A Dvm_fault.c2286 * 2. the page hasn't already been found to be "tainted"
2424 /* A page could be tainted, or pose a risk of being tainted later.
2428 * cause that page to be tainted as well:
2455 /* We will have a tainted page. Have to handle the special case
2472 /* reject the tainted page: abort the page fault */
2476 /* proceed with the tainted page */
2478 /* Page might have been tainted before or not; now it
2479 * definitively is. If the page wasn't tainted, we must
2497 * a good page, or a tainted pag
4960 boolean_t validated, tainted; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c2796 boolean_t *tainted)
2906 *tainted = FALSE;
2943 *tainted = TRUE;
2951 *tainted = FALSE;
2791 cs_validate_page( void *_blobs, memory_object_t pager, memory_object_offset_t page_offset, const void *data, boolean_t *tainted) argument

Completed in 86 milliseconds