Searched refs:page (Results 301 - 311 of 311) sorted by relevance

<<111213

/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_cmd.c43 #include <linux/page.h>
188 MODULE_PARM_DESC(fw_cmd_doorbell, "post FW commands through doorbell page if nonzero "
757 "length 0x%x crosses a page boundary\n",
769 mthca_dbg(dev, "Mapped doorbell page for posting FW commands\n");
1556 mthca_dbg(dev, "Mapped page at %llx to %llx for ICM.\n",
/freebsd-13-stable/crypto/openssl/
H A DConfigure1079 INSTALL instructions and the RAND_DRBG(7) manual page for more details.
2787 Print the manual page and exit.
/freebsd-13-stable/sys/arm/arm/
H A Dpmap-v6.c169 * Level 2 page tables map definion ('max' is excluded).
180 * Promotion to a 1MB (PTE1) page mapping requires that the corresponding
181 * 4KB (PTE2) page mappings have identical settings for the following fields:
235 * The boot_pt1 is used temporary in very early boot stage as L1 page table.
265 vm_offset_t virtual_avail; /* VA of first avail page (after kernel bss) */
266 vm_offset_t virtual_end; /* VA of last avail page (end of kernel AS) */
553 * KERNBASE is mapped by first L2 page table in L2 page table page. It
571 * Check L1 and L2 page tabl
1629 pagezero(void *page) argument
[all...]
/freebsd-13-stable/contrib/file/
H A Dconfigure14271 VM page cache was not coherent with the file system buffer cache
14344 /* Next, check that the tail of a page is zero-filled. File must have
14345 non-zero length, otherwise we risk SIGBUS for entire page. */
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c59 #include <linux/page.h>
1113 * the original vma size is exactly a single page that there will be no
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_hw.c5244 * @param page The page of SFP data to retrieve (0xa0 or 0xa2).
5251 ocs_hw_get_sfp(ocs_hw_t *hw, uint16_t page, ocs_hw_sfp_cb_t cb, void *arg) argument
5285 if (sli_cmd_common_read_transceiver_data(&hw->sli, mbxdata, SLI4_BMBX_SIZE, page,
12067 * @page fc_hw_api_overview HW APIs
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c2892 bxe_panic(sc, ("sge page count error\n"));
2963 * Clear the two last indices in the page to 1. These are the indices that
3031 /* clear page-end entries */
6034 * 2. Since CDU page-size is not a single 4KB page (which is the case
6036 * allocation of sub-page-size in the last entry.
8487 * when we get to the next-page we need to adjust so the loop
14831 /* index into the tx bd chain array to last entry per page */
14834 /* point to the next page and wrap from last page */
[all...]
/freebsd-13-stable/contrib/openpam/
H A Dconfigure1503 OpenPAM home page: <http://www.openpam.org/>.
13708 OpenPAM home page: <http://www.openpam.org/>."
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c2347 ** file will be doing page-aligned sector reads and writes in a random
2848 ** that SQLite can use for the database page cache with the default page
2850 ** This configuration option is a no-op if an application-defined page
2853 ** 8-byte aligned memory (pMem), the size of each page cache line (sz),
2855 ** The sz argument should be the size of the largest database page
2857 ** page header. ^The number of extra bytes needed by the page header
2865 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
2866 ** a page cach
50309 sqlite3_pcache_page page; /* Base class. Must be first. pBuf & pExtra */ member in struct:PgHdr1
[all...]
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure1647 sntp home page: <http://www.ntp.org./>.
27211 sntp home page: <http://www.ntp.org./>."
/freebsd-13-stable/contrib/ntp/
H A Dconfigure1870 ntp home page: <http://www.ntp.org./>.
34238 ntp home page: <http://www.ntp.org./>."

Completed in 620 milliseconds

<<111213