Searched refs:OBJT_SG (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_mem.c | 72 obj = vm_pager_allocate(OBJT_SG, sg, len, VM_PROT_RW, 0, NULL); in vmm_mmio_alloc()
|
| /f-stack/freebsd/vm/ |
| H A D | vm.h | 92 OBJT_DEAD, OBJT_SG, OBJT_MGTDEVICE }; enumerator
|
| H A D | sg_pager.c | 116 object = vm_object_allocate(OBJT_SG, npages); in sg_pager_alloc()
|
| H A D | vm_object.c | 337 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 D | vm_map.c | 2661 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 D | pmap.c | 2526 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG, in pmap_object_init_pt()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 4853 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG, in pmap_object_init_pt()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 4227 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG, in __CONCAT()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 4573 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG, in pmap_object_init_pt()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 7388 KASSERT(object->type == OBJT_DEVICE || object->type == OBJT_SG, in pmap_object_init_pt()
|