/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
mock_dmabuf.h | 16 struct page *pages[]; member in struct:mock_dmabuf
|
mock_dmabuf.h | 16 struct page *pages[]; member in struct:mock_dmabuf
|
/src/share/man/man0/ |
Makefile | 30 MAN0SRCS+= ${SECTIONS:@S@man${S}pages.files@} 31 MAN0SRCS+= ${SECTIONS:@S@man${S}pages.ps @} 32 MAN0SRCS+= ${SECTIONS:@S@man${S}pages.pdf@} 59 man${_S}pages.files: all.files 70 man${_S}pages.ps: man${_S}pages.files 93 man${_S}pages.pdf: man${_S}pages.ps 105 tar plzvcf manpages-ps.tgz man?pages.ps 106 tar plzvcf manpages-pdf.tgz man?pages.pd [all...] |
Makefile | 30 MAN0SRCS+= ${SECTIONS:@S@man${S}pages.files@} 31 MAN0SRCS+= ${SECTIONS:@S@man${S}pages.ps @} 32 MAN0SRCS+= ${SECTIONS:@S@man${S}pages.pdf@} 59 man${_S}pages.files: all.files 70 man${_S}pages.ps: man${_S}pages.files 93 man${_S}pages.pdf: man${_S}pages.ps 105 tar plzvcf manpages-ps.tgz man?pages.ps 106 tar plzvcf manpages-pdf.tgz man?pages.pd [all...] |
/src/sys/arch/cats/include/ |
bootconfig.h | 47 u_int pages; member in struct:_PhysMem
|
bootconfig.h | 47 u_int pages; member in struct:_PhysMem
|
/src/sys/arch/epoc32/include/ |
bootconfig.h | 43 u_int pages; member in struct:_PhysMem
|
bootconfig.h | 43 u_int pages; member in struct:_PhysMem
|
/src/sys/arch/hpcarm/include/ |
bootconfig.h | 47 u_int pages; member in struct:_PhysMem
|
bootconfig.h | 47 u_int pages; member in struct:_PhysMem
|
/src/sys/arch/netwinder/include/ |
bootconfig.h | 49 u_int pages; member in struct:_PhysMem
|
bootconfig.h | 49 u_int pages; member in struct:_PhysMem
|
/src/sys/arch/shark/include/ |
bootconfig.h | 47 u_int pages; member in struct:_PhysMem
|
bootconfig.h | 47 u_int pages; member in struct:_PhysMem
|
/src/sys/arch/evbarm/include/ |
bootconfig.h | 51 u_int pages; member in struct:_PhysMem
|
bootconfig.h | 51 u_int pages; member in struct:_PhysMem
|
/src/sys/arch/ia64/stand/efi/libefi/ |
exec.c | 139 UINTN mapkey, pages, size; local in function:elf64_exec 147 * Allocate enough pages to hold the bootinfo block and the memory 159 pages = EFI_SIZE_TO_PAGES(size); 160 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages, 169 bi_load(bi, fp, &mapkey, pages);
|
exec.c | 139 UINTN mapkey, pages, size; local in function:elf64_exec 147 * Allocate enough pages to hold the bootinfo block and the memory 159 pages = EFI_SIZE_TO_PAGES(size); 160 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages, 169 bi_load(bi, fp, &mapkey, pages);
|
/src/sys/arch/zaurus/include/ |
bootconfig.h | 51 u_int pages; member in struct:_PhysMem
|
bootconfig.h | 51 u_int pages; member in struct:_PhysMem
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_scatter.c | 49 unsigned long pages; local in function:drm_sg_alloc 62 pages = round_page(request->size) / PAGE_SIZE; 63 DRM_DEBUG("sg size=%ld pages=%ld\n", request->size, pages); 65 entry->pages = pages; 67 entry->busaddr = malloc(pages * sizeof(*entry->busaddr), DRM_MEM_PAGES, 86 request->size, pages, /* maxsize, nsegs */ 120 (pages - 1) * sizeof(bus_dma_segment_t), 131 dmah->segs, pages, &nsegs [all...] |
drm_scatter.c | 49 unsigned long pages; local in function:drm_sg_alloc 62 pages = round_page(request->size) / PAGE_SIZE; 63 DRM_DEBUG("sg size=%ld pages=%ld\n", request->size, pages); 65 entry->pages = pages; 67 entry->busaddr = malloc(pages * sizeof(*entry->busaddr), DRM_MEM_PAGES, 86 request->size, pages, /* maxsize, nsegs */ 120 (pages - 1) * sizeof(bus_dma_segment_t), 131 dmah->segs, pages, &nsegs [all...] |
/src/sys/external/bsd/drm2/dist/drm/ |
drm_scatter.c | 65 for (i = 0; i < entry->pages; i++) { 97 unsigned long pages, i, j; local in function:drm_legacy_sg_alloc 114 pages = (request->size + PAGE_SIZE - 1) / PAGE_SIZE; 115 DRM_DEBUG("size=%ld pages=%ld\n", request->size, pages); 117 entry->pages = pages; 118 entry->pagelist = kcalloc(pages, sizeof(*entry->pagelist), GFP_KERNEL); 124 entry->busaddr = kcalloc(pages, sizeof(*entry->busaddr), GFP_KERNEL); 131 entry->virtual = drm_vmalloc_dma(pages << PAGE_SHIFT) [all...] |
/src/sys/external/bsd/drm2/dist/drm/vgem/ |
vgem_drv.h | 48 struct page **pages; member in struct:drm_vgem_gem_object
|
/src/sys/ufs/chfs/ |
chfs_pool.c | 89 unsigned int pages; local in function:chfs_pool_page_alloc 96 pages = atomic_inc_uint_nv(&chmp->chm_pages_used); 97 if (pages >= CHFS_PAGES_MAX(chmp)) {
|