Searched refs:page (Results 101 - 125 of 649) sorted by relevance

1234567891011>>

/drivers/target/
H A Dtarget_core_alua.c1612 ssize_t core_alua_show_tg_pt_gp_info(struct se_port *port, char *page) argument
1632 len += sprintf(page, "TG Port Alias: %s\nTG Port Group ID:"
1652 const char *page,
1679 memcpy(buf, page, count);
1754 char *page)
1758 return sprintf(page, "Implict and Explict\n");
1760 return sprintf(page, "Implict\n");
1762 return sprintf(page, "Explict\n");
1764 return sprintf(page, "None\n");
1769 const char *page,
1650 core_alua_store_tg_pt_gp_info( struct se_port *port, const char *page, size_t count) argument
1752 core_alua_show_access_type( struct t10_alua_tg_pt_gp *tg_pt_gp, char *page) argument
1767 core_alua_store_access_type( struct t10_alua_tg_pt_gp *tg_pt_gp, const char *page, size_t count) argument
1798 core_alua_show_nonop_delay_msecs( struct t10_alua_tg_pt_gp *tg_pt_gp, char *page) argument
1805 core_alua_store_nonop_delay_msecs( struct t10_alua_tg_pt_gp *tg_pt_gp, const char *page, size_t count) argument
1829 core_alua_show_trans_delay_msecs( struct t10_alua_tg_pt_gp *tg_pt_gp, char *page) argument
1836 core_alua_store_trans_delay_msecs( struct t10_alua_tg_pt_gp *tg_pt_gp, const char *page, size_t count) argument
1860 core_alua_show_preferred_bit( struct t10_alua_tg_pt_gp *tg_pt_gp, char *page) argument
1867 core_alua_store_preferred_bit( struct t10_alua_tg_pt_gp *tg_pt_gp, const char *page, size_t count) argument
1889 core_alua_show_offline_bit(struct se_lun *lun, char *page) argument
1898 core_alua_store_offline_bit( struct se_lun *lun, const char *page, size_t count) argument
1934 core_alua_show_secondary_status( struct se_lun *lun, char *page) argument
1941 core_alua_store_secondary_status( struct se_lun *lun, const char *page, size_t count) argument
1966 core_alua_show_secondary_write_metadata( struct se_lun *lun, char *page) argument
1974 core_alua_store_secondary_write_metadata( struct se_lun *lun, const char *page, size_t count) argument
[all...]
/drivers/char/agp/
H A Dintel-gtt.c78 struct page *scratch_page;
87 int intel_gtt_map_memory(struct page **pages, unsigned int num_entries,
141 static struct page *i8xx_alloc_pages(void)
143 struct page *page; local
145 page = alloc_pages(GFP_KERNEL | GFP_DMA32, 2);
146 if (page == NULL)
149 if (set_pages_uc(page, 4) < 0) {
150 set_pages_wb(page, 4);
151 __free_pages(page,
159 i8xx_destroy_pages(struct page *page) argument
240 struct page *page; local
293 struct page *page; local
[all...]
H A Di460-agp.c69 /* i460 supports multiple GART page sizes, so GART pageshift is dynamic: */
78 int refcount; /* number of kernel pages using the large page */
79 u64 paddr; /* physical address of large page */
80 struct page *page; /* page pointer */ member in struct:__anon354::lp_desc
87 * The 32GB aperture is only available with a 4M GART page size. Due to the
88 * dynamic GART page size, we can't figure out page_order or num_entries until
110 /* Determine the GART page size */
117 "I/O (GART) page
528 void *page; local
539 i460_destroy_page(struct page *page, int flags) argument
[all...]
H A Dagp.h118 struct page *(*agp_alloc_page)(struct agp_bridge_data *);
120 void (*agp_destroy_page)(struct page *, int flags);
136 struct page *scratch_page_page;
201 struct page *agp_generic_alloc_page(struct agp_bridge_data *bridge);
204 void agp_generic_destroy_page(struct page *page, int flags);
H A Dalpha-agp.c20 struct page *page; local
30 * Get the page, inc the use count, and return it
32 page = virt_to_page(__va(pa));
33 get_page(page);
34 vmf->page = page;
H A Duninorth-agp.c25 * PAGE size are hardcoded but this may change, see asm/page.h.
373 struct page *page; local
374 struct page **pages;
403 pages = kmalloc((1 << page_order) * sizeof(struct page*), GFP_KERNEL);
409 for (page = virt_to_page(table), i = 0; page <= virt_to_page(table_end);
410 page++, i++) {
411 SetPageReserved(page);
412 pages[i] = page;
448 struct page *page; local
[all...]
/drivers/gpu/drm/gma500/
H A Dgtt.h50 struct page **pages; /* Backing pages if present */
/drivers/infiniband/hw/mthca/
H A Dmthca_uar.c33 #include <asm/page.h> /* PAGE_SHIFT */
/drivers/infiniband/hw/qib/
H A Dqib_dma.c66 static u64 qib_dma_map_page(struct ib_device *dev, struct page *page, argument
79 addr = (u64) page_address(page);
151 struct page *p;
/drivers/media/dvb/frontends/
H A Drtl2830_priv.h48 u8 page; /* active register page */ member in struct:rtl2830_priv
/drivers/mtd/maps/
H A Dsbc_gxx.c83 static volatile int page_in_window = -1; // Current page in window.
105 unsigned long page = ofs >> WINDOW_SHIFT; local
107 if( page!=page_in_window ) {
108 outw( page | DEVICE_ENABLE, PAGE_IO );
109 page_in_window = page;
/drivers/s390/char/
H A Dsclp_ocf.c90 struct kobj_attribute *attr, char *page)
95 rc = snprintf(page, PAGE_SIZE, "%s\n", cpc_name);
104 struct kobj_attribute *attr, char *page)
109 rc = snprintf(page, PAGE_SIZE, "%s\n", hmc_network);
89 cpc_name_show(struct kobject *kobj, struct kobj_attribute *attr, char *page) argument
103 hmc_network_show(struct kobject *kobj, struct kobj_attribute *attr, char *page) argument
H A Dsclp_tty.c112 void *page; local
115 page = sclp_unmake_buffer(buffer);
120 list_add_tail((struct list_head *) page, &sclp_tty_pages);
178 void *page; local
198 page = sclp_tty_pages.next;
199 list_del((struct list_head *) page);
200 sclp_ttybuf = sclp_make_buffer(page, sclp_tty_columns,
506 void *page; local
524 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
525 if (page
[all...]
H A Dsclp_cpi_sys.c223 struct kobj_attribute *attr, char *page)
228 rc = snprintf(page, PAGE_SIZE, "%s\n", system_name);
255 struct kobj_attribute *attr, char *page)
260 rc = snprintf(page, PAGE_SIZE, "%s\n", sysplex_name);
287 struct kobj_attribute *attr, char *page)
292 rc = snprintf(page, PAGE_SIZE, "%s\n", system_type);
319 struct kobj_attribute *attr, char *page)
326 return snprintf(page, PAGE_SIZE, "%#018llx\n", level);
222 system_name_show(struct kobject *kobj, struct kobj_attribute *attr, char *page) argument
254 sysplex_name_show(struct kobject *kobj, struct kobj_attribute *attr, char *page) argument
286 system_type_show(struct kobject *kobj, struct kobj_attribute *attr, char *page) argument
318 system_level_show(struct kobject *kobj, struct kobj_attribute *attr, char *page) argument
/drivers/staging/ramster/
H A Dzcache-main.c9 * page-accessible memory [1] interfaces, both utilizing lzo1x compression:
15 * so that reclaiming can be done via the kernel's physical-page-oriented
18 * [1] For a definition of page-accessible memory (aka PAM), see:
150 * (physical) page and tracking them with data structures so that
153 * A zbud page ("zbpg") is an aligned page containing a list_head,
155 * page is divided up into aligned 64-byte "chunks" which contain
309 * zbud raw page management
380 /* ignore zombie page... see zbud_evict_pages() */
409 uint32_t index, struct page *pag
407 zbud_create(uint16_t client_id, uint16_t pool_id, struct tmem_oid *oid, uint32_t index, struct page *page, void *cdata, unsigned size) argument
481 zbud_decompress(struct page *page, struct zbud_hdr *zh) argument
1097 struct page *page; local
1137 struct page *page; local
1164 struct page *page; local
1187 zv_decompress(struct page *page, struct zv_hdr *zv) argument
1484 void *page; member in struct:zcache_preload
1498 void *page; local
1586 void *page; local
1715 struct page *page = NULL; local
1755 struct page *page; local
2879 zcache_cleancache_put_page(int pool_id, struct cleancache_filekey key, pgoff_t index, struct page *page) argument
2900 zcache_cleancache_get_page(int pool_id, struct cleancache_filekey key, pgoff_t index, struct page *page) argument
3005 zcache_frontswap_put_page(unsigned type, pgoff_t offset, struct page *page) argument
3028 zcache_frontswap_get_page(unsigned type, pgoff_t offset, struct page *page) argument
[all...]
/drivers/edac/
H A De7xxx_edac.c181 unsigned long page)
188 if ((page < pvt->tolm) ||
189 ((page >= 0x100000) && (page < pvt->remapbase)))
190 return page;
192 remap = (page - pvt->tolm) + pvt->remapbase;
197 e7xxx_printk(KERN_ERR, "Invalid page %lx - out of range\n", page);
203 u32 error_1b, page; local
212 page
180 ctl_page_to_phys(struct mem_ctl_info *mci, unsigned long page) argument
[all...]
H A Dr82600_edac.c164 u32 eapaddr, page; local
174 /* the R82600 reports at less than page *
176 page = eapaddr >> PAGE_SHIFT;
182 edac_mc_handle_ce(mci, page, 0, /* not avail */
184 edac_mc_find_csrow_by_page(mci, page),
193 edac_mc_handle_ue(mci, page, 0,
194 edac_mc_find_csrow_by_page(mci, page),
/drivers/xen/
H A Dgntalloc.c23 * X -> granting a page to Y
26 * 1. X uses the gntalloc device to allocate a page of kernel memory, P.
30 * 4. Y maps the page, either directly into kernel memory for use in a backend
33 * tracking of the page.
35 * to the shared page, and can now communicate with Y over the shared page.
47 * all references to the page are unmapped, it will be freed during the next
66 #include <xen/page.h>
90 struct page *page; /* Th member in struct:gntalloc_gref
[all...]
/drivers/dma/ppc4xx/
H A Dadma.h88 * @pdest_page: P destination page for async validate operation
89 * @qdest_page: Q destination page for async validate operation
105 struct page *pdest_page;
106 struct page *qdest_page;
/drivers/hwmon/pmbus/
H A Dadm1275.c64 static int adm1275_read_word_data(struct i2c_client *client, int page, int reg) argument
70 if (page)
142 static int adm1275_write_word_data(struct i2c_client *client, int page, int reg, argument
147 if (page)
175 static int adm1275_read_byte_data(struct i2c_client *client, int page, int reg) argument
181 if (page > 0)
186 ret = pmbus_read_byte_data(client, page, PMBUS_STATUS_IOUT);
189 mfr_status = pmbus_read_byte_data(client, page,
/drivers/md/
H A Ddm-sysfs.c22 char *page)
36 ret = dm_attr->show(md, page);
21 dm_attr_show(struct kobject *kobj, struct attribute *attr, char *page) argument
/drivers/media/video/omap3isp/
H A Dispqueue.h36 struct page;
71 * @offset: Offset inside the first page (for userspace buffers)
96 struct page **pages;
/drivers/staging/tidspbridge/include/dspbridge/
H A Ddynamic_loader.h319 u16 page; /* memory page or view */ member in struct:ldr_section_info
323 u16 page; /* memory page or view */ member in struct:ldr_section_info
/drivers/ieee802154/
H A Dfakehard.c142 struct ieee802154_addr *addr, u8 channel, u8 page, u8 cap)
148 phy->current_page = page;
215 u8 channel, u8 page,
223 phy->current_page = page;
247 u8 page, u8 duration)
251 channels, page,
141 fake_assoc_req(struct net_device *dev, struct ieee802154_addr *addr, u8 channel, u8 page, u8 cap) argument
214 fake_start_req(struct net_device *dev, struct ieee802154_addr *addr, u8 channel, u8 page, u8 bcn_ord, u8 sf_ord, u8 pan_coord, u8 blx, u8 coord_realign) argument
246 fake_scan_req(struct net_device *dev, u8 type, u32 channels, u8 page, u8 duration) argument
/drivers/ptp/
H A Dptp_sysfs.c25 struct device_attribute *attr, char *page)
28 return snprintf(page, PAGE_SIZE-1, "%s\n", ptp->info->name);
33 struct device_attribute *attr, char *page) \
36 return snprintf(page, PAGE_SIZE-1, "%d\n", ptp->info->name); \
86 struct device_attribute *attr, char *page)
111 cnt = snprintf(page, PAGE_SIZE, "%u %lld %u\n",
24 clock_name_show(struct device *dev, struct device_attribute *attr, char *page) argument
85 extts_fifo_show(struct device *dev, struct device_attribute *attr, char *page) argument

Completed in 5190 milliseconds

1234567891011>>