Searched refs:OBJT_SG (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/sys/amd64/vmm/
H A Dvmm_mem.c67 obj = vm_pager_allocate(OBJT_SG, sg, len, VM_PROT_RW, 0, NULL);
/freebsd-current/sys/vm/
H A Dvm.h94 OBJT_SG, enumerator in enum:obj_type
H A Dsg_pager.c32 * This pager manages OBJT_SG objects. These objects are backed by
116 object = vm_object_allocate(OBJT_SG, npages);
H A Dvm_pager.c170 [OBJT_SG] = &sgpagerops,
H A Dvm_object.c416 case OBJT_SG:
H A Dvm_map.c2655 if (object->type == OBJT_DEVICE || object->type == OBJT_SG) {
2657 if (object->type == OBJT_DEVICE || object->type == OBJT_SG) {
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_freebsd_uio.c177 OBJT_SG, sg, ring_bundle_size, VM_PROT_RW, 0, NULL);
/freebsd-current/sys/dev/nvdimm/
H A Dnvdimm_spa.c495 dev->spa_obj = vm_pager_allocate(OBJT_SG, spa_sg, dev->spa_len,
/freebsd-current/sys/dev/pci/
H A Dpci_user.c895 obj = vm_pager_allocate(OBJT_SG, sg, plen, prot, 0, td->td_ucred);
/freebsd-current/sys/powerpc/booke/
H A Dpmap.c2351 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG,
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1339 *object = vm_pager_allocate(OBJT_SG, sg, vmap->vm_len,
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c3584 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG,
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c4831 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG,
/freebsd-current/sys/i386/i386/
H A Dpmap.c4303 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG,
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c4039 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG,
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c7876 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG,
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c6100 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG,

Completed in 302 milliseconds