/src/sys/uvm/ |
uvm_mmap.c | 624 syscallarg(int) inherit; 629 vm_inherit_t inherit; local in function:sys_minherit 634 inherit = SCARG(uap, inherit); 640 inherit);
|
uvm_mmap.c | 624 syscallarg(int) inherit; 629 vm_inherit_t inherit; local in function:sys_minherit 634 inherit = SCARG(uap, inherit); 640 inherit);
|
uvm_map.c | 1283 const vm_inherit_t inherit = UVM_INHERIT(flags); local in function:uvm_map_enter 1354 prot, maxprot, inherit, advice, 0)) { 1411 prot, maxprot, inherit, advice, 0)) { 1573 new_entry->inheritance = inherit; 3317 * => note that the inherit code is used during a "fork". see fork
|
uvm_map.c | 1283 const vm_inherit_t inherit = UVM_INHERIT(flags); local in function:uvm_map_enter 1354 prot, maxprot, inherit, advice, 0)) { 1411 prot, maxprot, inherit, advice, 0)) { 1573 new_entry->inheritance = inherit; 3317 * => note that the inherit code is used during a "fork". see fork
|