| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_slab.c | 226 if (page->next != page) { in ngx_slab_alloc_locked() 283 page->next->prev = page->prev; in ngx_slab_alloc_locked() 682 for (page = pool->free.next; page != &pool->free; page = page->next) { in ngx_slab_alloc_pages() 687 page[page->slab - 1].prev = (uintptr_t) &page[pages]; in ngx_slab_alloc_pages() 690 page[pages].next = page->next; in ngx_slab_alloc_pages() 691 page[pages].prev = page->prev; in ngx_slab_alloc_pages() 700 page->next->prev = page->prev; in ngx_slab_alloc_pages() 750 page->next->prev = page->prev; in ngx_slab_free_pages() 753 join = page + page->slab; in ngx_slab_free_pages() 801 page[pages].prev = (uintptr_t) page; in ngx_slab_free_pages() [all …]
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 146 if (!page) { in mlx5_alloc_dbr_page() 151 page->umem = mlx5_glue->devx_umem_reg(ctx, page->dbrs, in mlx5_alloc_dbr_page() 153 if (!page->umem) { in mlx5_alloc_dbr_page() 155 mlx5_free(page); in mlx5_alloc_dbr_page() 158 return page; in mlx5_alloc_dbr_page() 199 page->dbr_count++; in mlx5_get_dbr() 200 *dbr_page = page; in mlx5_get_dbr() 228 if (!page) in mlx5_release_dbr() 230 page->dbr_count--; in mlx5_release_dbr() 234 if (page->umem) in mlx5_release_dbr() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 171 struct page; 220 abd_mark_zfs_page(struct page *page) in abd_mark_zfs_page() argument 222 get_page(page); in abd_mark_zfs_page() 228 abd_unmark_zfs_page(struct page *page) in abd_unmark_zfs_page() argument 232 put_page(page); in abd_unmark_zfs_page() 258 struct page *page, *tmp_page = NULL; in abd_alloc_chunks() local 377 struct page *page; in abd_alloc_chunks() local 427 struct page *page; in abd_free_chunks() local 507 struct page *page; member 540 sg->page = page; in sg_set_page() [all …]
|
| H A D | qat_compress.c | 261 struct page *page; in qat_compress_impl() local 262 struct page **in_pages = NULL; in qat_compress_impl() 263 struct page **out_pages = NULL; in qat_compress_impl() 264 struct page **add_pages = NULL; in qat_compress_impl() 281 num_src_buf * sizeof (struct page *)); in qat_compress_impl() 336 page = qat_mem_to_page(data); in qat_compress_impl() 337 in_pages[page_num] = page; in qat_compress_impl() 356 page = qat_mem_to_page(data); in qat_compress_impl() 358 out_pages[page_num] = page; in qat_compress_impl() 376 page = qat_mem_to_page(data); in qat_compress_impl() [all …]
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | mcdi_mon.c | 37 uint32_t page = 0; in mcdi_mon_decode_stats() local 71 page++; in mcdi_mon_decode_stats() 236 int page; in efx_mcdi_sensor_info_npages() local 241 page = 0; in efx_mcdi_sensor_info_npages() 261 *npagesp = page; in efx_mcdi_sensor_info_npages() 280 uint32_t page; in efx_mcdi_sensor_info() local 290 for (page = 0; page < npages; page++) { in efx_mcdi_sensor_info() 483 uint32_t page; in mcdi_mon_limits_update() local 489 page = 0; in mcdi_mon_limits_update() 490 page--; in mcdi_mon_limits_update() [all …]
|
| /f-stack/dpdk/kernel/linux/kni/ |
| H A D | kni_dev.h | 98 struct page *page = NULL; in iova_to_phys() local 106 FOLL_TOUCH, &page, NULL, NULL); in iova_to_phys() 109 FOLL_TOUCH, &page, NULL, NULL); in iova_to_phys() 114 phys_addr = page_to_phys(page) | offset; in iova_to_phys() 115 put_page(page); in iova_to_phys()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost.h | 571 struct guest_page *page; in gpa_to_first_hpa() local 579 if (page) { in gpa_to_first_hpa() 581 page->guest_phys_addr + page->size) { in gpa_to_first_hpa() 583 page->host_phys_addr; in gpa_to_first_hpa() 585 page->size) { in gpa_to_first_hpa() 587 page->size - gpa; in gpa_to_first_hpa() 589 page->host_phys_addr; in gpa_to_first_hpa() 598 page->guest_phys_addr + page->size) { in gpa_to_first_hpa() 600 page->host_phys_addr; in gpa_to_first_hpa() 602 page->size) { in gpa_to_first_hpa() [all …]
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | hugepages.rst | 31 Print the current huge page configuration 35 Clear existing huge page reservation 39 Mount the huge page filesystem 43 Unmount the huge page filesystem 52 If not specified the default system huge page size is used. 72 To display current huge page settings::
|
| /f-stack/freebsd/net/ |
| H A D | bpf_zerocopy.c | 244 u_int count, page, poffset; in bpf_zerocopy_append_bytes() local 263 page = offset / PAGE_SIZE; in bpf_zerocopy_append_bytes() 266 KASSERT(page < zb->zb_numpages, ("bpf_zerocopy_append_bytes:" in bpf_zerocopy_append_bytes() 267 " page overflow (%d p %d np)\n", page, zb->zb_numpages)); in bpf_zerocopy_append_bytes() 275 page++; in bpf_zerocopy_append_bytes() 296 u_int count, moffset, page, poffset; in bpf_zerocopy_append_mbuf() local 318 page = offset / PAGE_SIZE; in bpf_zerocopy_append_mbuf() 322 KASSERT(page < zb->zb_numpages, in bpf_zerocopy_append_mbuf() 324 "np)\n", page, zb->zb_numpages)); in bpf_zerocopy_append_mbuf() 331 ((u_char *)sf_buf_kva(zb->zb_pages[page])) + poffset, in bpf_zerocopy_append_mbuf() [all …]
|
| /f-stack/freebsd/vm/ |
| H A D | sg_pager.c | 149 vm_page_t m_paddr, page; in sg_pager_getpages() local 194 page = vm_page_getfake(paddr, memattr); in sg_pager_getpages() 196 TAILQ_INSERT_TAIL(&object->un_pager.sgp.sgp_pglist, page, plinks.q); in sg_pager_getpages() 197 vm_page_replace(page, object, offset, m[0]); in sg_pager_getpages() 199 m[0] = page; in sg_pager_getpages() 200 vm_page_valid(page); in sg_pager_getpages()
|
| H A D | device_pager.c | 337 vm_page_t m_paddr, page; in old_dev_pager_fault() local 388 page = *mres; in old_dev_pager_fault() 390 vm_page_updatefake(page, paddr, memattr); in old_dev_pager_fault() 396 page = vm_page_getfake(paddr, memattr); in old_dev_pager_fault() 398 vm_page_replace(page, object, (*mres)->pindex, *mres); in old_dev_pager_fault() 399 *mres = page; in old_dev_pager_fault() 401 vm_page_valid(page); in old_dev_pager_fault()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-kmap-atomic-args.m4 | 10 struct page page; 11 kmap_atomic(&page);
|
| /f-stack/dpdk/kernel/freebsd/contigmem/ |
| H A D | contigmem.c | 277 vm_page_t m_paddr, page; in contigmem_cdev_pager_fault() local 298 page = *mres; in contigmem_cdev_pager_fault() 300 vm_page_updatefake(page, paddr, memattr); in contigmem_cdev_pager_fault() 306 page = vm_page_getfake(paddr, memattr); in contigmem_cdev_pager_fault() 309 vm_page_replace(page, object, (*mres)->pindex, *mres); in contigmem_cdev_pager_fault() 311 vm_page_t mret = vm_page_replace(page, object, (*mres)->pindex); in contigmem_cdev_pager_fault() 318 *mres = page; in contigmem_cdev_pager_fault() 321 page->valid = VM_PAGE_BITS_ALL; in contigmem_cdev_pager_fault()
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_phy.c | 3082 if ((page >= 768) || (page == 0 && reg == 25) || (reg == 31)) in e1000_get_phy_addr_for_bm_page() 3109 if (page == BM_WUC_PAGE) { in e1000_write_phy_reg_bm() 3169 if (page == BM_WUC_PAGE) { in e1000_read_phy_reg_bm() 3228 if (page == BM_WUC_PAGE) { in e1000_read_phy_reg_bm2() 3239 page); in e1000_read_phy_reg_bm2() 3284 page); in e1000_write_phy_reg_bm2() 3428 page); in e1000_access_phy_wakeup_reg_bm() 3540 if (page > 0 && page < HV_INTC_FC_PAGE_START) { in __e1000_read_phy_reg_hv() 3548 page = 0; in __e1000_read_phy_reg_hv() 3650 if (page > 0 && page < HV_INTC_FC_PAGE_START) { in __e1000_write_phy_reg_hv() [all …]
|
| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_serdes_hssp.c | 85 enum al_serdes_reg_page page, 94 enum al_serdes_reg_page page, 104 enum al_serdes_reg_page page, 147 enum al_serdes_reg_page page, in al_serdes_reg_read() argument 158 page, in al_serdes_reg_read() 171 page, in al_serdes_reg_read() 187 enum al_serdes_reg_page page, in al_serdes_reg_write() argument 198 page, in al_serdes_reg_write() 211 page, in al_serdes_reg_write() 944 enum al_serdes_reg_page page, in al_serdes_grp_reg_read() argument [all …]
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_phy.c | 3125 if (page >= 768 || (page == 0 && reg == 25) || reg == 31) in igc_get_phy_addr_for_bm_page() 3152 if (page == BM_WUC_PAGE) { in igc_write_phy_reg_bm() 3212 if (page == BM_WUC_PAGE) { in igc_read_phy_reg_bm() 3271 if (page == BM_WUC_PAGE) { in igc_read_phy_reg_bm2() 3282 page); in igc_read_phy_reg_bm2() 3327 page); in igc_write_phy_reg_bm2() 3471 page); in igc_access_phy_wakeup_reg_bm() 3583 if (page > 0 && page < HV_INTC_FC_PAGE_START) { in __igc_read_phy_reg_hv() 3591 page = 0; in __igc_read_phy_reg_hv() 3693 if (page > 0 && page < HV_INTC_FC_PAGE_START) { in __igc_write_phy_reg_hv() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | kmap_compat.h | 33 #define zfs_kmap_atomic(page, km_type) kmap_atomic(page) argument
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | exynos-srom.yaml | 58 samsung,srom-page-mode: 60 If page mode is set, 4 data page mode will be configured, 61 else normal (1 data) page mode will be set. 122 samsung,srom-page-mode;
|
| H A D | arm,pl172.txt | 52 - mpmc,async-page-mode: Enable asynchronous page mode. 79 - mpmc,page-mode-read-delay: Delay for asynchronous page mode sequential 113 mpmc,page-mode-read-delay = <70>;
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | INSTALL.md | 193 large allocations are page-aligned as an implementation artifact, which can 195 comes at the cost of one extra page per large allocation, which in the 215 * `--with-lg-page=<lg-page>` 217 Specify the base 2 log of the allocator page size, which must in turn be at 218 least as large as the system page size. By default the configure script 219 determines the host's page size and sets the allocator page size equal to 220 the system page size, so this option need not be specified unless the 221 system page size may change between configuration and execution, e.g. when 224 * `--with-lg-page-sizes=<lg-page-sizes>` 419 The manual page is generated in both html and roff formats. Any web browser [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/eeprom/ |
| H A D | at25.txt | 13 - pagesize : size of the eeprom page 29 - at25,page-size : size of the eeprom page
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_memalloc.c | 45 PSAPI_WORKING_SET_EX_BLOCK *page; in alloc_seg() local 122 page = &info.VirtualAttributes; in alloc_seg() 123 if (!page->Valid || !page->LargePage) { in alloc_seg() 127 if (page->Node != numa_node) { in alloc_seg() 130 numa_node, socket_id, page->Node); in alloc_seg()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_hmc.c | 122 struct i40e_dma_mem *page = &mem; in i40e_add_pd_table_entry() local 145 page = rsrc_pg; in i40e_add_pd_table_entry() 148 ret_code = i40e_allocate_dma_mem(hw, page, i40e_mem_bp, in i40e_add_pd_table_entry() 156 i40e_memcpy(&pd_entry->bp.addr, page, in i40e_add_pd_table_entry() 161 page_desc = page->pa | 0x1; in i40e_add_pd_table_entry()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/cavium/ |
| H A D | bootbus.txt | 48 - cavium,t-page: A cell specifying the PAGE timing (in nS). 57 - cavium,page-mode: Optional. If present, page mode (PAGEM) is selected. 96 cavium,t-page = <35>; 116 cavium,t-page = <320>;
|
| /f-stack/freebsd/amd64/sgx/ |
| H A D | sgx.c | 202 vm_page_t page; in sgx_va_slot_init_by_index() local 221 page = PHYS_TO_VM_PAGE(epc->phys); in sgx_va_slot_init_by_index() 223 page->valid = VM_PAGE_BITS_ALL; in sgx_va_slot_init_by_index() 224 vm_page_insert(page, object, idx); in sgx_va_slot_init_by_index() 614 page->valid = VM_PAGE_BITS_ALL; in sgx_insert_epc_page_by_index() 615 vm_page_insert(page, object, pidx); in sgx_insert_epc_page_by_index() 623 vm_page_t page; in sgx_insert_epc_page() local 628 page = PHYS_TO_VM_PAGE(epc->phys); in sgx_insert_epc_page() 645 vm_page_t page; in sgx_ioctl_create() local 754 page = PHYS_TO_VM_PAGE(epc->phys); in sgx_ioctl_create() [all …]
|