Home
last modified time | relevance | path

Searched refs:uao_create (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/uvm/
H A Duvm_init.c155 uao_create(VM_KERNEL_SPACE_SIZE, UAO_FLAG_KERNSWAP); in uvm_init()
H A Duvm_extern.h265 struct uvm_object *uao_create(vsize_t, int);
H A Duvm_km.c165 uvm.kernel_object = uao_create(VM_KERNEL_SPACE_SIZE, UAO_FLAG_KERNOBJ); in uvm_km_init()
H A Duvm_aobj.c673 uao_create(vsize_t size, int flags) in uao_create() function
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dshmem_utils.c180 uao = uao_create(PAGE_ALIGN(len), 0); in uao_create_from_data()
/openbsd/sys/kern/
H A Dkern_exec.c873 sigobject = uao_create(sz, 0); in exec_sigcode_map()
926 timekeep_object = uao_create(timekeep_sz, 0); in exec_timekeep_map()
H A Dsysv_shm.c444 shm_handle->shm_object = uao_create(size, 0); in shmget_allocate_segment()
/openbsd/sys/dev/pci/drm/ttm/
H A Dttm_tt.c318 swap_storage = uao_create(size, 0); in ttm_tt_swapout()
/openbsd/sys/dev/pci/drm/
H A Ddrm_gem.c313 obj->uao = uao_create(size, 0); in drm_gem_object_init()
/openbsd/sys/tmpfs/
H A Dtmpfs_subr.c188 uobj = uao_create(0, UAO_FLAG_CANFAIL); in tmpfs_alloc_node()