Home
last modified time | relevance | path

Searched refs:vm_wire (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/sys/mach/
HDhost_priv_server.h147 kern_return_t vm_wire in vm_wire() function
155 { return vm_wire(host_priv, task, address, size, desired_access); }
651 kern_return_t vm_wire in vm_wire() function
659 { return vm_wire(host_priv, task, address, size, desired_access); }
HDmach_types.h361 #define vm_wire(host_priv, task, address, size, desired_access) mach_vm_wire_32(host_priv, task, ad… macro
/NextBSD/include/mach/
HDhost_priv.h147 kern_return_t vm_wire in vm_wire() function
155 { return vm_wire(host_priv, task, address, size, desired_access); }
/NextBSD/sys/compat/mach/defs/
HDhost_priv.defs126 routine vm_wire(
/NextBSD/sys/compat/mach/
HDhost_priv_server.c1399 kern_return_t vm_wire in vm_wire() function
1407 { return vm_wire(host_priv, task, address, size, desired_access); }
1475 …OutP->RetCode = vm_wire(convert_port_to_host_priv(In0P->Head.msgh_request_port), task, In0P->addre… in _Xvm_wire()