Searched refs:uao_create (Results 1 – 10 of 10) sorted by relevance
/openbsd/sys/uvm/ |
H A D | uvm_init.c | 155 uao_create(VM_KERNEL_SPACE_SIZE, UAO_FLAG_KERNSWAP); in uvm_init()
|
H A D | uvm_extern.h | 265 struct uvm_object *uao_create(vsize_t, int);
|
H A D | uvm_km.c | 165 uvm.kernel_object = uao_create(VM_KERNEL_SPACE_SIZE, UAO_FLAG_KERNOBJ); in uvm_km_init()
|
H A D | uvm_aobj.c | 673 uao_create(vsize_t size, int flags) in uao_create() function
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | shmem_utils.c | 180 uao = uao_create(PAGE_ALIGN(len), 0); in uao_create_from_data()
|
/openbsd/sys/kern/ |
H A D | kern_exec.c | 873 sigobject = uao_create(sz, 0); in exec_sigcode_map() 926 timekeep_object = uao_create(timekeep_sz, 0); in exec_timekeep_map()
|
H A D | sysv_shm.c | 444 shm_handle->shm_object = uao_create(size, 0); in shmget_allocate_segment()
|
/openbsd/sys/dev/pci/drm/ttm/ |
H A D | ttm_tt.c | 318 swap_storage = uao_create(size, 0); in ttm_tt_swapout()
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_gem.c | 313 obj->uao = uao_create(size, 0); in drm_gem_object_init()
|
/openbsd/sys/tmpfs/ |
H A D | tmpfs_subr.c | 188 uobj = uao_create(0, UAO_FLAG_CANFAIL); in tmpfs_alloc_node()
|