Lines Matching defs:cntrl_flags

4157 	int			cntrl_flags)
4179 if (cntrl_flags & ~UPL_VALID_FLAGS) {
4195 if ( (cntrl_flags & UPL_SET_INTERNAL) && page_list_count != NULL)
4198 if (cntrl_flags & UPL_SET_INTERNAL) {
4199 if (cntrl_flags & UPL_SET_LITE) {
4220 if (cntrl_flags & UPL_SET_LITE) {
4237 if (cntrl_flags & UPL_SET_LITE) {
4263 if (cntrl_flags & UPL_ENCRYPT)
4266 if (cntrl_flags & UPL_FOR_PAGEOUT)
4283 if ((cntrl_flags & UPL_WILL_MODIFY) && object->copy != VM_OBJECT_NULL) {
4328 if ((alias_page == NULL) && !(cntrl_flags & UPL_SET_LITE)) {
4333 if (cntrl_flags & UPL_COPYOUT_FROM) {
4369 if (cntrl_flags & UPL_RET_ONLY_DIRTY) {
4373 if (dst_page->laundry || !(cntrl_flags & UPL_FOR_PAGEOUT)) {
4422 if (cntrl_flags & UPL_NOBLOCK) {
4443 if (! (cntrl_flags & UPL_ENCRYPT) && dst_page->encrypted) {
4500 if (cntrl_flags & UPL_SET_LITE) {
4545 if ( (cntrl_flags & UPL_ENCRYPT) ) {
4563 if ( !(cntrl_flags & UPL_CLEAN_IN_PLACE) ) {
4568 if ((cntrl_flags & UPL_WILL_MODIFY) && object->copy != last_copy_object) {
4615 if ((cntrl_flags & UPL_RET_ONLY_ABSENT)) {
4684 if ( (cntrl_flags & (UPL_RET_ONLY_ABSENT | UPL_NOBLOCK)) == (UPL_RET_ONLY_ABSENT | UPL_NOBLOCK)) {
4720 if (cntrl_flags & UPL_RET_ONLY_ABSENT) {
4735 if (cntrl_flags & UPL_ENCRYPT) {
4751 if ( !(cntrl_flags & UPL_FILE_IO))
4765 if (cntrl_flags & UPL_SET_LITE) {
4795 if (cntrl_flags & UPL_REQUEST_SET_DIRTY) {
4800 } else if (cntrl_flags & UPL_CLEAN_IN_PLACE) {
4830 if (!dst_page->absent && !(cntrl_flags & UPL_WILL_MODIFY)) {
4836 if (cntrl_flags & UPL_PRECIOUS) {
4874 if ( !(cntrl_flags & UPL_RET_ONLY_ABSENT)) {
4930 int cntrl_flags);
4939 int cntrl_flags)
4945 if((cntrl_flags & UPL_VECTOR)==UPL_VECTOR)
4961 cntrl_flags);
4966 if ((user_page_list_ptr != NULL) && (cntrl_flags & UPL_INTERNAL)) {
4995 int cntrl_flags)
4997 if (object->paging_offset > offset || ((cntrl_flags & UPL_VECTOR)==UPL_VECTOR))
5035 return vm_object_upl_request(object, offset, size, upl, user_page_list, page_list_count, cntrl_flags);
6650 int cntrl_flags)
6671 if (cntrl_flags & ~UPL_VALID_FLAGS) {
6679 cntrl_flags &= ~UPL_NEED_32BIT_ADDR;
6681 if (cntrl_flags & UPL_NEED_32BIT_ADDR) {
6682 if ( (cntrl_flags & (UPL_SET_IO_WIRE | UPL_SET_LITE)) != (UPL_SET_IO_WIRE | UPL_SET_LITE))
6694 if (cntrl_flags & UPL_ENCRYPT) {
6701 assert(! (cntrl_flags & UPL_ENCRYPT));
6703 if (cntrl_flags & (UPL_NOZEROFILL | UPL_NOZEROFILLIO))
6706 if (cntrl_flags & UPL_COPYOUT_FROM)
6714 if (cntrl_flags & UPL_SET_INTERNAL) {
6718 if (((cntrl_flags & UPL_SET_INTERNAL) && !(object->phys_contiguous)) &&
6731 if (cntrl_flags & UPL_SET_INTERNAL) {
6759 !(cntrl_flags & (UPL_NEED_32BIT_ADDR | UPL_BLOCK_ACCESS))) {
6775 if (cntrl_flags & UPL_BLOCK_ACCESS) {
6831 if (!(cntrl_flags & UPL_COPYOUT_FROM) &&
6878 fault_info.mark_zf_absent = (0 == (cntrl_flags & UPL_NOZEROFILLIO));
6910 if (cntrl_flags & UPL_REQUEST_NO_FAULT) {
6928 if (cntrl_flags & UPL_SET_INTERRUPTIBLE)
7065 if ( (cntrl_flags & UPL_NEED_32BIT_ADDR) &&
7127 if (cntrl_flags & UPL_BLOCK_ACCESS) {
7143 if (!(cntrl_flags & UPL_COPYOUT_FROM)) {
7146 if ((cntrl_flags & UPL_REQUEST_FORCE_COHERENCY) && dst_page->written_by_kernel == TRUE) {
7213 if (cntrl_flags & UPL_BLOCK_ACCESS) {