Home
last modified time | relevance | path

Searched defs:page (Results 1 – 25 of 224) sorted by relevance

123456789

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDhighmem.h58 kmap(struct page *page) in kmap()
76 kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot()
90 kmap_atomic(struct page *page) in kmap_atomic()
97 kmap_local_page_prot(struct page *page, pgprot_t prot) in kmap_local_page_prot()
104 kunmap(struct page *page) in kunmap()
HDgfp.h95 #define page_address(page) linux_page_address(page) argument
128 __free_pages(struct page *page, unsigned int order) in __free_pages()
135 __free_page(struct page *page) in __free_page()
207 __page_frag_cache_drain(struct page *page, size_t count) in __page_frag_cache_drain()
219 #define SetPageReserved(page) do { } while (0) /* NOP */ argument
220 #define ClearPageReserved(page) do { } while (0) /* NOP */ argument
HDpage.h51 #define page vm_page macro
78 #define nth_page(page,n) pfn_to_page(page_to_pfn(page) + (n)) argument
79 #define page_to_phys(page) VM_PAGE_TO_PHYS(page) argument
81 #define clear_page(page) memset(page, 0, PAGE_SIZE) argument
HDmm.h134 struct page *page; member
179 lowmem_page_address(struct page *page) in lowmem_page_address()
249 set_page_dirty(struct page *page) in set_page_dirty()
255 mark_page_accessed(struct page *page) in mark_page_accessed()
261 get_page(struct page *page) in get_page()
308 put_page(struct page *page) in put_page()
313 #define unpin_user_page(page) put_page(page) argument
334 trylock_page(struct page *page) in trylock_page()
340 unlock_page(struct page *page) in unlock_page()
/freebsd-13-stable/sys/dev/mpr/
HDmpr_config.c76 MPI2_CONFIG_PAGE_IOC_8 *page = NULL; in mpr_config_get_ioc_pg8() local
208 MPI2_CONFIG_PAGE_IO_UNIT_8 *page = NULL; in mpr_config_get_iounit_pg8() local
341 MPI2_CONFIG_PAGE_MAN_11 *page = NULL; in mpr_config_get_man_pg11() local
529 Mpi2DriverMappingPage0_t *page = NULL; in mpr_config_get_dpm_pg0() local
667 MPI2_CONFIG_PAGE_DRIVER_MAPPING_0 *page = NULL; in mpr_config_set_dpm_pg0() local
807 Mpi2SasDevicePage0_t *page = NULL; in mpr_config_get_sas_device_pg0() local
944 Mpi26PCIeDevicePage0_t *page = NULL; in mpr_config_get_pcie_device_pg0() local
1081 Mpi26PCIeDevicePage2_t *page = NULL; in mpr_config_get_pcie_device_pg2() local
1216 Mpi2BiosPage3_t *page = NULL; in mpr_config_get_bios_pg3() local
1348 Mpi2RaidVolPage0_t *page = NULL; in mpr_config_get_raid_volume_pg0() local
[all …]
/freebsd-13-stable/sys/dev/mps/
HDmps_config.c76 MPI2_CONFIG_PAGE_IOC_8 *page = NULL; in mps_config_get_ioc_pg8() local
207 pMpi2ManufacturingPagePS_t page = NULL; in mps_config_get_man_pg10() local
568 Mpi2DriverMappingPage0_t *page = NULL; in mps_config_get_dpm_pg0() local
706 MPI2_CONFIG_PAGE_DRIVER_MAPPING_0 *page = NULL; in mps_config_set_dpm_pg0() local
846 Mpi2SasDevicePage0_t *page = NULL; in mps_config_get_sas_device_pg0() local
981 Mpi2BiosPage3_t *page = NULL; in mps_config_get_bios_pg3() local
1113 Mpi2RaidVolPage0_t *page = NULL; in mps_config_get_raid_volume_pg0() local
1244 Mpi2RaidVolPage1_t *page = NULL; in mps_config_get_raid_volume_pg1() local
1403 Mpi2RaidPhysDiskPage0_t *page = NULL; in mps_config_get_raid_pd_pg0() local
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_page.c87 linux_page_address(struct page *page) in linux_page_address()
102 struct page *page; in linux_alloc_pages() local
157 linux_free_pages(struct page *page, unsigned int order) in linux_free_pages()
202 vm_page_t page; in linux_free_kmem() local
301 vm_page_t page; in lkpi_vmf_insert_pfn_prot_locked() local
423 vm_page_t page; in lkpi_unmap_mapping_range() local
541 vm_page_t page; in linuxkpi_page_frag_free() local
548 linuxkpi__page_frag_cache_drain(struct page *page, size_t count __unused) in linuxkpi__page_frag_cache_drain()
/freebsd-13-stable/contrib/mandoc/
HDdbm.c49 struct page { struct
68 static struct page *pages; argument
HDdba.c85 struct dba_array *page; in dba_free() local
161 struct dba_array *page, *entry; in dba_page_new() local
188 dba_page_add(struct dba_array *page, int32_t ie, const char *str) in dba_page_add()
218 dba_page_alias(struct dba_array *page, const char *name, uint64_t mask) in dba_page_alias()
273 struct dba_array *page, *entry; in dba_pages_write() local
387 struct dba_array *page) in dba_macro_add()
435 struct dba_array *page; in dba_macro_write() local
/freebsd-13-stable/sys/compat/linuxkpi/common/include/asm/
HDset_memory.h57 set_pages_uc(struct page *page, int numpages) in set_pages_uc()
66 set_pages_wc(struct page *page, int numpages) in set_pages_wc()
79 set_pages_wb(struct page *page, int numpages) in set_pages_wb()
/freebsd-13-stable/contrib/ofed/libmlx5/
HDdbrec.c51 struct mlx5_db_page *page; in __add_page() local
85 struct mlx5_db_page *page; in mlx5_alloc_dbrec() local
118 struct mlx5_db_page *page; in mlx5_free_db() local
/freebsd-13-stable/contrib/ofed/libmlx4/
HDdbrec.c57 struct mlx4_db_page *page; in __add_page() local
89 struct mlx4_db_page *page; in mlx4_alloc_db() local
121 struct mlx4_db_page *page; in mlx4_free_db() local
/freebsd-13-stable/sbin/camcontrol/
HDmodeedit.c81 int page; member
368 nameentry_create(int page, int subpage, char *name) { in nameentry_create()
388 nameentry_lookup(int page, int subpage) { in nameentry_lookup()
407 int page; in load_format() local
594 int page, int subpage, int task_attr, int retries, int timeout) in editlist_populate()
638 int page, int subpage, int task_attr, int retries, int timeout) in editlist_populate_desc()
699 int page, int subpage, int task_attr, int retries, int timeout) in editlist_save()
787 int page, int subpage, int task_attr, int retries, int timeout) in editlist_save_desc()
1002 int page, int subpage, int task_attr, int retries, int timeout) in modepage_dump()
1041 int page, int subpage, int task_attr, int retries, int timeout) in modepage_dump_desc()
[all …]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDcache-inprocess.c121 struct cache_page *page; member
131 remove_page_from_list(struct cache_page *page) in remove_page_from_list()
140 struct cache_page *page) in insert_page()
154 struct cache_page *page) in move_page_to_front()
286 struct cache_page *page) in erase_page()
328 struct cache_page *page = existing_entry->page; in inprocess_cache_set_internal() local
343 struct cache_page *page = existing_entry->page; in inprocess_cache_set_internal() local
393 struct cache_page *page = cache->partial_page; in inprocess_cache_set_internal() local
/freebsd-13-stable/sys/dev/rtwn/
HDif_rtwn_fw.c56 rtwn_fw_loadpage(struct rtwn_softc *sc, int page, const uint8_t *buf, in rtwn_fw_loadpage()
163 int page; in rtwn_load_firmware() local
/freebsd-13-stable/sys/xen/interface/io/
HDfbif.h118 #define XENFB_IN_RING(page) \ argument
120 #define XENFB_IN_RING_REF(page, idx) \ argument
126 #define XENFB_OUT_RING(page) \ argument
128 #define XENFB_OUT_RING_REF(page, idx) \ argument
HDkbdif.h547 #define XENKBD_IN_RING(page) \ argument
549 #define XENKBD_IN_RING_REF(page, idx) \ argument
555 #define XENKBD_OUT_RING(page) \ argument
557 #define XENKBD_OUT_RING_REF(page, idx) \ argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDabd_os.c241 abd_mark_zfs_page(struct page *page) in abd_mark_zfs_page()
249 abd_unmark_zfs_page(struct page *page) in abd_unmark_zfs_page()
256 #define abd_mark_zfs_page(page) argument
257 #define abd_unmark_zfs_page(page) argument
279 struct page *page, *tmp_page = NULL; in abd_alloc_chunks() local
398 struct page *page; in abd_alloc_chunks() local
448 struct page *page; in abd_free_chunks() local
530 struct page *page; member
558 sg_set_page(struct scatterlist *sg, struct page *page, unsigned int len, in sg_set_page()
1046 struct page *page; in bio_map() local
/freebsd-13-stable/sys/dev/mthca/
HDmthca_memfree.c60 } page[0]; member
108 struct page *page; in mthca_alloc_icm_pages() local
282 struct page *page = NULL; in mthca_table_find() local
438 static u64 mthca_uarc_virt(struct mthca_dev *dev, struct mthca_uar *uar, int page) in mthca_uarc_virt()
570 struct mthca_db_page *page; in mthca_alloc_db() local
665 struct mthca_db_page *page; in mthca_free_db() local
/freebsd-13-stable/sys/dev/sfxge/common/
HDmcdi_mon.c62 uint32_t page = 0; in mcdi_mon_decode_stats() local
259 int page; in efx_mcdi_sensor_info_npages() local
303 uint32_t page; in efx_mcdi_sensor_info() local
505 uint32_t page; in mcdi_mon_limits_update() local
/freebsd-13-stable/sys/compat/linuxkpi/common/include/net/
HDpage_pool.h80 page_pool_get_dma_addr(struct page *page) in page_pool_get_dma_addr()
96 page_pool_put_full_page(struct page_pool *ppool, struct page *page, in page_pool_put_full_page()
/freebsd-13-stable/contrib/ncurses/form/
HDfrm_post.c56 int page; in NCURSES_EXPORT() local
/freebsd-13-stable/tools/regression/mlock/
HDmlock.c50 char *page; in main() local
/freebsd-13-stable/sys/cam/scsi/
HDscsi_cd.c191 int page; member
1703 union cd_pages *page; in cdgetpage() local
1805 union cd_pages *page; in cdioctl() local
1897 union cd_pages *page; in cdioctl() local
1938 union cd_pages *page; in cdioctl() local
2261 union cd_pages *page; in cdioctl() local
2294 union cd_pages *page; in cdioctl() local
2326 union cd_pages *page; in cdioctl() local
2360 union cd_pages *page; in cdioctl() local
2392 union cd_pages *page; in cdioctl() local
[all …]
/freebsd-13-stable/sys/dev/drm2/ttm/
HDttm_bo_util.c231 static int ttm_copy_io_page(void *dst, void *src, unsigned long page) in ttm_copy_io_page()
246 unsigned long page, in ttm_copy_io_ttm_page()
270 unsigned long page, in ttm_copy_ttm_io_page()
304 unsigned long page; in ttm_bo_move_memcpy() local

123456789