• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/vm/

Lines Matching defs:cntrl_flags

2597 	int			cntrl_flags)
2616 if (cntrl_flags & ~UPL_VALID_FLAGS) {
2632 if ( (cntrl_flags & UPL_SET_INTERNAL) && page_list_count != NULL)
2635 if (cntrl_flags & UPL_SET_INTERNAL) {
2636 if (cntrl_flags & UPL_SET_LITE) {
2650 if (cntrl_flags & UPL_SET_LITE) {
2664 if (cntrl_flags & UPL_SET_LITE) {
2690 if (cntrl_flags & UPL_ENCRYPT)
2693 if (cntrl_flags & UPL_FOR_PAGEOUT)
2709 if ((cntrl_flags & UPL_WILL_MODIFY) && object->copy != VM_OBJECT_NULL) {
2741 if ((alias_page == NULL) && !(cntrl_flags & UPL_SET_LITE)) {
2776 if (cntrl_flags & UPL_COPYOUT_FROM) {
2812 if (cntrl_flags & UPL_RET_ONLY_DIRTY) {
2816 if (dst_page->list_req_pending || !(cntrl_flags & UPL_FOR_PAGEOUT)) {
2853 if (cntrl_flags & UPL_NOBLOCK) {
2886 if (! (cntrl_flags & UPL_ENCRYPT) && dst_page->encrypted) {
2949 if (cntrl_flags & UPL_SET_LITE) {
2992 if ( (cntrl_flags & UPL_ENCRYPT) ) {
3010 if ( !(cntrl_flags & UPL_CLEAN_IN_PLACE) ) {
3022 if ((cntrl_flags & UPL_WILL_MODIFY) && object->copy != last_copy_object) {
3073 if ((cntrl_flags & UPL_RET_ONLY_ABSENT) && !dst_page->absent) {
3136 if ( (cntrl_flags & (UPL_RET_ONLY_ABSENT | UPL_NOBLOCK)) == (UPL_RET_ONLY_ABSENT | UPL_NOBLOCK)) {
3188 if (cntrl_flags & UPL_RET_ONLY_ABSENT) {
3203 if (cntrl_flags & UPL_ENCRYPT) {
3234 if ( !(cntrl_flags & UPL_FILE_IO))
3248 if (cntrl_flags & UPL_SET_LITE) {
3277 if (cntrl_flags & UPL_CLEAN_IN_PLACE) {
3317 dst_page->precious = (cntrl_flags & UPL_PRECIOUS) ? TRUE : FALSE;
3342 if ( !(cntrl_flags & UPL_RET_ONLY_ABSENT)) {
3412 int cntrl_flags);
3421 int cntrl_flags)
3440 cntrl_flags);
3445 if ((user_page_list_ptr != NULL) && (cntrl_flags & UPL_INTERNAL)) {
3474 int cntrl_flags)
3508 return vm_object_upl_request(object, offset, size, upl, user_page_list, page_list_count, cntrl_flags);
4720 int cntrl_flags)
4736 if (cntrl_flags & ~UPL_VALID_FLAGS) {
4744 cntrl_flags &= ~UPL_NEED_32BIT_ADDR;
4746 if (cntrl_flags & UPL_NEED_32BIT_ADDR) {
4747 if ( (cntrl_flags & (UPL_SET_IO_WIRE | UPL_SET_LITE)) != (UPL_SET_IO_WIRE | UPL_SET_LITE))
4759 if (cntrl_flags & UPL_ENCRYPT) {
4766 assert(! (cntrl_flags & UPL_ENCRYPT));
4768 if (cntrl_flags & UPL_NOZEROFILL)
4771 if (cntrl_flags & UPL_COPYOUT_FROM)
4779 if (cntrl_flags & UPL_SET_INTERNAL) {
4783 if (((cntrl_flags & UPL_SET_INTERNAL) && !(object->phys_contiguous)) &&
4796 if (cntrl_flags & UPL_SET_INTERNAL) {
4860 if (cntrl_flags & UPL_BLOCK_ACCESS) {
4905 if (cntrl_flags & UPL_SET_INTERRUPTIBLE)
4978 if ( (cntrl_flags & UPL_NEED_32BIT_ADDR) &&
5047 if (cntrl_flags & UPL_BLOCK_ACCESS) {
5065 if (!(cntrl_flags & UPL_COPYOUT_FROM))
5111 if (cntrl_flags & UPL_BLOCK_ACCESS) {