Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm_mem.c72 obj = vm_pager_allocate(OBJT_SG, sg, len, VM_PROT_RW, 0, NULL); in vmm_mmio_alloc()
/f-stack/freebsd/vm/
H A Dvm.h92 OBJT_DEAD, OBJT_SG, OBJT_MGTDEVICE }; enumerator
H A Dsg_pager.c116 object = vm_object_allocate(OBJT_SG, npages); in sg_pager_alloc()
H A Dvm_object.c337 case OBJT_SG: in vm_object_set_memattr()
427 case OBJT_SG: in vm_object_allocate()
2509 case OBJT_SG: in vm_object_kvme_type()
H A Dvm_map.c2661 if (object->type == OBJT_DEVICE || object->type == OBJT_SG) { in vm_map_pmap_enter()
2663 if (object->type == OBJT_DEVICE || object->type == OBJT_SG) { in vm_map_pmap_enter()
/f-stack/freebsd/mips/mips/
H A Dpmap.c2526 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG, in pmap_object_init_pt()
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c4853 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG, in pmap_object_init_pt()
/f-stack/freebsd/i386/i386/
H A Dpmap.c4227 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG, in __CONCAT()
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c4573 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG, in pmap_object_init_pt()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c7388 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG, in pmap_object_init_pt()