#endif /* KERNEL_SERVER */
memory_object_control 2000;
-#ifdef MACH_KERNEL
-#include <advisory_pageout.h>
-#endif /* MACH_KERNEL */
-
#include <mach/std_types.defs>
#include <mach/mach_types.defs>
in size : upl_size_t;
out upl : upl_t;
out page_list : upl_page_info_array_t, CountInOut;
- in cntrl_flags : integer_t);
+ in cntrl_flags : integer_t;
+ in tag : integer_t);
routine memory_object_super_upl_request(
memory_control : memory_object_control_t;
in super_size : upl_size_t;
out upl : upl_t;
out page_list : upl_page_info_array_t, CountInOut;
- in cntrl_flags : integer_t);
+ in cntrl_flags : integer_t;
+ in tag : integer_t);
routine memory_object_cluster_size(