Searched refs:pages (Results 126 - 150 of 162) sorted by relevance

1234567

/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h221 struct page **pages; member in struct:bzcopy_state
/freebsd-13-stable/sys/xen/interface/
H A Ddomctl.h220 * Log pages in a bitmap as they are dirtied.
221 * Used for live relocation to determine which pages must be re-sent.
236 * This is the final iteration: Requesting to include pages mapped
259 uint64_aligned_t pages; /* Size of buffer. Updated with actual size. */ member in struct:xen_domctl_shadow_op
447 uint64_aligned_t nr_mfns; /* number of pages in range (>0) */
599 uint64_aligned_t nr_mfns; /* number of pages in range (>0) */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc541 // does not have a constant unlike what the man pages would have you
H A DPath.inc811 // is mapped we can avoid crashing and return zeroes to any pages we try
/freebsd-13-stable/sys/i386/i386/
H A Dpmap.c499 * Initialize page table pages mapping physical address zero
501 * pages must be reserved, and we reserve them all and map
546 * page table pages are wasted.
631 * preallocated kernel page table pages so that vm_page structures
632 * representing these pages will be created. The vm_page structures
640 * However, using "firstaddr" may waste a few pages of the
670 * mapping of pages.
681 * CMAP1/CMAP2 are used for zeroing and copying pages.
698 * ptvmmap is used for reading arbitrary physical pages via /dev/mem.
711 * KPTmap can only support NKPT page table pages
746 vm_offset_t pages; local
[all...]
/freebsd-13-stable/sys/sys/
H A Dproc.h371 struct vm_page **td_ma; /* (k) uio pages held */
524 #define TDP_UIOHELD 0x10000000 /* Current uio has pages held in td_ma */
529 #define TDP2_SBPAGES 0x00000001 /* Owns sbusy on some pages */
1171 struct thread *thread_alloc(int pages);
1172 int thread_alloc_stack(struct thread *, int pages);
H A Dsyscallsubr.h321 int kern_thr_alloc(struct proc *, int pages, struct thread **);
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid.c85 int pages, int nseg, int nseg_new);
1454 int pages, int nseg, int nseg_new)
1466 for (j = 0; j < raw->sge[i].length / (pages*PAGE_SIZE); ++j) {
1467 addr_low = raw->sge[i].addrLow + j * pages * PAGE_SIZE;
1472 sge[pos].length = pages * PAGE_SIZE;
1484 raw->sgeNominalSize = pages * PAGE_SIZE;
1773 * The adapter assumes that pages are 4K in size, except on some
1453 aac_convert_sgraw2(struct aac_softc *sc, struct aac_raw_io2 *raw, int pages, int nseg, int nseg_new) argument
H A Daacraid_cam.c755 char pages; member in struct:ms6_data
789 pagep = &p->pages;
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_oea64.c727 /* Now enter the pages for this mapping */
925 /* Level 0 reservations consist of 4096 pages (16MB superpage). */
1743 /* Free any dead pages */
1762 * Try to promote pages.
1817 * Maps a sequence of resident pages belonging to the same object.
1979 printf("mmu_oea64: HW does not support large pages. "
2111 * optimal aging of shared pages.
2203 /* Free any dead pages */
2352 * unchanged. Other architectures should map the pages starting at '*virt' and
2639 * Map a list of wired pages int
3437 moea64_page_array_startup(long pages) argument
[all...]
/freebsd-13-stable/sys/amd64/amd64/
H A Dpmap.c390 "Number of kernel page table pages allocated on bootup");
430 static int ndmpdpphys; /* number of DMPDPphys pages */
679 * required TLB flushes for the pages marked by
1297 * pages indexes at the corresponding level.
1545 * pmap_growkernel() will need to allocate page table pages to map
1569 * This function operates on 2M pages, since we map the kernel space that
1598 * other pages with read-only data as read-only and not executable.
1619 /* Allocate page table pages for the direct map */
1638 * Calculate the number of 1G pages that will fully fit in
1644 * Allocate 2M pages fo
2205 int domain, i, j, pages; local
3569 pmap_invalidate_cache_pages(vm_page_t *pages, int count) argument
4715 pmap_page_array_startup(long pages) argument
7813 vm_page_t pages[2]; local
[all...]
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ndis.c2383 NdisGetBufferPhysicalArraySize(buf, pages)
2385 uint32_t *pages;
2390 *pages = NDIS_BUFFER_TO_SPAN_PAGES(buf);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1506 #define __sanitizer_syscall_pre_move_pages(pid, nr_pages, pages, nodes, \
1509 (long)(pages), (long)(nodes), \
1511 #define __sanitizer_syscall_post_move_pages(res, pid, nr_pages, pages, nodes, \
1514 (long)(pages), (long)(nodes), \
2869 long pages, long nodes,
2872 long pages, long nodes,
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_bufs.c373 (map->offset + map->size <= entry->bound + entry->pages * PAGE_SIZE)) {
645 * Frees any pages and buffers associated with the given entry.
733 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) {
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c1502 __be64 *pages; local
1512 pages = mailbox->buf;
1518 * We have to pass pages that are aligned to their
1534 pages[nent * 2] = cpu_to_be64(virt);
1538 pages[nent * 2 + 1] =
1707 * Round up number of system pages needed in case
2548 * Round up number of system pages needed in case
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h141 __be64 *pages; member in struct:mlx4_ib_mr
/freebsd-13-stable/sys/contrib/zstd/programs/
H A DMakefile478 @echo Installing man pages
/freebsd-13-stable/sys/cam/ctl/
H A Dctl.c95 * Template mode pages.
450 * Supported pages (0x00), Serial number (0x80), Device ID (0x83),
1010 /* Don't try to replicate pages not present on this device. */
4100 * FreeBSD don't pay attention to these mode pages
6028 * If both pages have subpages, then the subpage numbers
6383 * the pages that match the user's query. Then we allocate enough
9374 struct scsi_vpd_supported_pages *pages; local
9381 pages = (struct scsi_vpd_supported_pages *)ctsio->kern_data_ptr;
9393 pages->device = (SID_QUAL_LU_CONNECTED << 5) |
9396 pages
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1127 QL_DPRINT11(ha, "failed pages are outside of dpi;"
1331 QL_DPRINT11(ha, "prepare pbl table: too many pages %d\n",
1378 int shift, pg_cnt, pages, pbe_cnt, total_num_pbes = 0; local
1429 pages = sg_dma_len(sg) >> shift;
1430 for (pg_cnt = 0; pg_cnt < pages; pg_cnt++) {
1630 mr->hw_mr.page_size_log = ilog2(mr->umem->page_size); /* for the MR pages */
1688 kfree(mr->pages);
1752 * kernel pages we benefit from the possibly extra CQEs.
6104 int pg_cnt, pages, pbe_cnt, total_num_pbes = 0; local
6140 pages
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c502 * original pages.
569 * busied all the pages itself. If pidx is already
1842 vmap(struct page **pages, unsigned int count, unsigned long flags, int prot) argument
1852 pmap_qenter(off, pages, count);
/freebsd-13-stable/sys/powerpc/booke/
H A Dpmap.c192 * drops to 0, there are no more pages to remove, so we need not continue.
689 * vm_page_array will not handle any more pages than we have in the
1087 * Map a list of wired pages into kernel virtual address space. This is
1331 /* Handle modified pages, sense modify status. */
1432 * Maps a sequence of resident pages belonging to the same object.
1674 /* Handle modified pages. */
1714 /* Handle modified pages. */
1901 * dirty pages. Those dirty pages will only be detected by a future call
2176 * Map a set of physical memory pages int
2430 mmu_booke_page_array_startup(long pages) argument
[all...]
/freebsd-13-stable/sys/dev/oce/
H A Doce_queue.c672 num_pages = oce_page_list(mq->ring, &fwcmd->params.req.pages[0]);
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c2862 uint16_t pages,
2876 "fp[%02d].tpa[%02d] TPA fill len_on_bd=%d frag_size=%d pages=%d\n",
2877 fp->index, queue, tpa_info->len_on_bd, frag_size, pages);
2880 if (pages > 8 * PAGES_PER_SGE) {
2884 BLOGE(sc, "fp[%02d].sge[0x%04x] has too many pages (%d)! "
2886 fp->index, cqe_idx, pages, le16toh(cqe->pkt_len),
2900 for (i = 0, j = 0; i < pages; i += PAGES_PER_SGE, j++) {
2995 /* first mark all used pages */
3050 uint16_t pages,
3059 "fp[%02d].tpa[%02d] pad=%d pkt_len=%d pages
2858 bxe_fill_frag_mbuf(struct bxe_softc *sc, struct bxe_fastpath *fp, struct bxe_sw_tpa_info *tpa_info, uint16_t queue, uint16_t pages, struct mbuf *m, struct eth_end_agg_rx_cqe *cqe, uint16_t cqe_idx) argument
3046 bxe_tpa_stop(struct bxe_softc *sc, struct bxe_fastpath *fp, struct bxe_sw_tpa_info *tpa_info, uint16_t queue, uint16_t pages, struct eth_end_agg_rx_cqe *cqe, uint16_t cqe_idx) argument
3247 uint16_t frag_size, pages; local
[all...]
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h2639 uint64_t pages : 2; /**< Region X page size */ member in struct:cvmx_mio_boot_reg_timx::cvmx_mio_boot_reg_timx_s
2661 uint64_t pages : 2;
2672 uint64_t pages : 2; /**< Region X page size (NOT IN PASS 1) */ member in struct:cvmx_mio_boot_reg_timx::cvmx_mio_boot_reg_timx_cn38xx
2694 uint64_t pages : 2;
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_ch.c141 } pages; member in struct:scsi_mode_sense_data

Completed in 980 milliseconds

1234567