Searched refs:page (Results 151 - 175 of 649) sorted by relevance

1234567891011>>

/drivers/md/
H A Draid5.h234 struct page *page; member in struct:stripe_head::r5dev
236 sector_t sector; /* sector of this page */
266 R5_UPTODATE, /* page contains current data */
269 R5_OVERWRITE, /* towrite covers whole page */
420 struct page *spare_page; /* Used when checking P/Q in raid6 */
H A Dbitmap.h58 * counters as a fallback when "page" memory cannot be allocated:
60 * Normal case (page memory allocated):
62 * page pointer (32-bit)
66 * +-------> [ ][ ]..[ ] (4096 byte page == 2048 counters)
69 * Hijacked case (page memory allocation failed):
71 * hijacked page pointer (32-bit)
73 * [ ][ ] (no page memory allocated)
95 /* how many counters per page? */
154 * map points to the actual memory page
163 * count of dirty bits on the page
[all...]
H A Draid1.h90 struct page *tmppage;
/drivers/media/dvb/frontends/
H A Drtl2830.c94 u8 page = (reg >> 8) & 0xff; local
97 if (page != priv->page) {
98 ret = rtl2830_wr(priv, 0x00, &page, 1);
102 priv->page = page;
113 u8 page = (reg >> 8) & 0xff; local
116 if (page != priv->page) {
117 ret = rtl2830_wr(priv, 0x00, &page,
[all...]
/drivers/uwb/i1480/dfu/
H A Dphy.c116 cmd->data[cnt].page = (srcaddr + cnt) >> 8;
131 if (reply->data[cnt].page != (srcaddr + cnt) >> 8)
132 dev_err(i1480->dev, "MPI-READ: page inconsistency at "
134 (srcaddr + cnt) >> 8, reply->data[cnt].page);
182 /* Read MPI page 0, offset 6; if 0, PHY was initialized correctly. */
/drivers/net/ethernet/chelsio/
H A DKconfig34 For customer support, please visit our customer support page at
61 For customer support, please visit our customer support page at
81 For customer support, please visit our customer support page at
99 For customer support, please visit our customer support page at
/drivers/scsi/
H A Dscsi_proc.c40 /* 4K page size, but our output routines, use some slack for overruns */
82 char *page; local
88 page = (char *)__get_free_page(GFP_KERNEL);
89 if (page) {
91 if (copy_from_user(page, buf, count))
93 ret = shost->hostt->proc_info(shost, page, &start, 0, count, 1);
96 free_page((unsigned long)page);
H A Dst.h48 struct page **reserved_pages;
50 struct page **mapped_pages;
127 unsigned long max_pfn; /* the maximum page number reachable by the HBA */
/drivers/auxdisplay/
H A Dks0108.c101 void ks0108_page(unsigned char page) argument
103 ks0108_writedata(min(page,(unsigned char)7) | bit(3) | bit(4) | bit(5) | bit(7));
/drivers/edac/
H A De752x_edac.c286 unsigned long page)
293 if (page < pvt->tolm)
294 return page;
296 if ((page >= 0x100000) && (page < pvt->remapbase))
297 return page;
299 remap = (page - pvt->tolm) + pvt->remapbase;
304 e752x_printk(KERN_ERR, "Invalid page %lx - out of range\n", page);
311 u32 page; local
285 ctl_page_to_phys(struct mem_ctl_info *mci, unsigned long page) argument
435 u32 error_1b, page; local
[all...]
/drivers/infiniband/hw/nes/
H A Dnes_verbs.h163 struct page *page; member in struct:nes_qp
/drivers/media/dvb/ttpci/
H A Dav7110_ir.c274 char *page; local
282 page = vmalloc(size);
283 if (!page)
286 if (copy_from_user(page, buffer, size)) {
287 vfree(page);
291 memcpy(&ir_config, page, sizeof ir_config);
295 memcpy(av_list[i]->ir.key_map, page + sizeof ir_config,
308 vfree(page);
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h141 uint32_t page : 3, member in struct:ins_format6
153 page : 3;
/drivers/target/
H A Dtarget_core_rd.c93 struct page *pg;
137 struct page *pg;
141 pr_err("Illegal page count: %u for Ramdisk device\n",
326 static struct rd_dev_sg_table *rd_get_sg_table(struct rd_dev *rd_dev, u32 page) argument
333 if ((sg_table->page_start_offset <= page) &&
334 (sg_table->page_end_offset >= page))
338 pr_err("Unable to locate struct rd_dev_sg_table for page: %u\n",
339 page);
393 /* rd page completed, next one please */
461 const char *page,
458 rd_set_configfs_dev_params( struct se_hba *hba, struct se_subsystem_dev *se_dev, const char *page, ssize_t count) argument
[all...]
/drivers/xen/xenbus/
H A Dxenbus_client.c39 #include <asm/xen/page.h>
54 struct page *page; /* HVM */ member in union:xenbus_map_node::__anon5994
369 xenbus_dev_fatal(dev, err, "granting access to ring page");
454 * Map a page of memory into this domain from another domain's grant table.
455 * xenbus_map_ring_valloc allocates a page of virtual address space, maps the
456 * page to that address, and sets *vaddr to that address.
500 "mapping in shared page %d from domain %d",
529 err = alloc_xenballooned_pages(1, &node->page, false /* lowmem */);
533 addr = pfn_to_kaddr(page_to_pfn(node->page));
[all...]
/drivers/mtd/nand/
H A Ddenali.c325 /* By now, all the ONFI devices we know support the page cache */
752 addr = BANK(denali->flash_bank) | denali->page;
765 /* setup page read request for access type */
769 /* page 33 of the NAND controller spec indicates we should not
788 "cmd, page, addr on timeout "
790 cmd, denali->page, addr);
844 static int write_oob_data(struct mtd_info *mtd, uint8_t *buf, int page) argument
852 denali->page = page;
873 static void read_oob_data(struct mtd_info *mtd, uint8_t *buf, int page) argument
1106 denali_write_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
1112 denali_read_oob(struct mtd_info *mtd, struct nand_chip *chip, int page, int sndcmd) argument
1121 denali_read_page(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int page) argument
1173 denali_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int page) argument
1241 denali_erase(struct mtd_info *mtd, int page) argument
1262 denali_cmdfunc(struct mtd_info *mtd, unsigned int cmd, int col, int page) argument
[all...]
/drivers/media/video/gspca/m5602/
H A Dm5602_s5k4aa.c687 u8 page, old_page; local
689 for (page = 0; page < 16; page++) {
690 m5602_write_sensor(sd, S5K4AA_PAGE_MAP, &page, 1);
691 pr_info("Dumping the s5k4aa register state for page 0x%x\n",
692 page);
702 for (page = 0; page < 16; page
[all...]
H A Dm5602_s5k83a.c566 u8 page, old_page; local
569 for (page = 0; page < 16; page++) {
570 m5602_write_sensor(sd, S5K83A_PAGE_MAP, &page, 1);
571 pr_info("Dumping the s5k83a register state for page 0x%x\n",
572 page);
581 for (page = 0; page < 16; page
[all...]
/drivers/media/video/
H A Dvideobuf-dma-sg.c32 #include <asm/page.h>
61 * Return a scatterlist for some page-aligned vmalloc()'ed memory
69 struct page *pg;
95 static struct scatterlist *videobuf_pages_to_sg(struct page **pages,
125 dprintk(2, "sgl: oops - no page\n");
130 dprintk(2, "sgl: oops - highmem page\n");
178 dma->pages = kmalloc(dma->nr_pages * sizeof(struct page *), GFP_KERNEL);
384 * Get a anonymous page for the mapping. Make sure we can DMA to that
391 struct page *page; local
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_qp.c46 #define find_next_offset(map, off) find_next_zero_bit((map)->page, \
89 unsigned long page = get_zeroed_page(GFP_KERNEL); local
93 * Free the page if someone raced with us installing it.
97 if (map->page)
98 free_page(page);
100 map->page = (void *)page;
118 if (unlikely(!map->page)) {
120 if (unlikely(!map->page)) {
125 if (!test_and_set_bit(ret, map->page))
[all...]
/drivers/net/xen-netback/
H A Dnetback.c47 #include <asm/xen/page.h>
68 /* extra field used in struct page */
92 struct page *mmap_pages[MAX_PENDING_REQS];
110 * head/fragment page uses 2 copy operations because it
172 /* extra field used in struct page */
173 static inline void set_page_ext(struct page *pg, struct xen_netbk *netbk,
183 static int get_page_ext(struct page *pg,
392 struct page *page, unsigned long size,
402 int foreign = get_page_ext(page,
390 netbk_gop_frag_copy(struct xenvif *vif, struct sk_buff *skb, struct netrx_pending_operations *npo, struct page *page, unsigned long size, unsigned long offset, int *head) argument
908 struct page *page; local
932 struct page *page; local
1043 struct page *page; local
1229 struct page *page; local
[all...]
/drivers/gpu/drm/exynos/
H A Dexynos_drm_gem.h41 * @sgt: sg table to transfer page data.
49 struct page **pages;
147 /* page fault handler and mmap fault address(virtual) to physical memory. */
/drivers/gpu/drm/i915/
H A Di915_gem.c285 struct page *page; local
289 /* Operation in this page
291 * page_offset = offset within page
292 * page_length = bytes to copy for this page
299 page = shmem_read_mapping_page(mapping, offset >> PAGE_SHIFT);
300 if (IS_ERR(page))
301 return PTR_ERR(page);
303 vaddr = kmap_atomic(page);
309 mark_page_accessed(page);
403 struct page *page; local
737 struct page *page; local
811 struct page *page; local
1385 struct page *page; local
4075 struct page *page = shmem_read_mapping_page(mapping, i); local
4133 struct page *page; local
[all...]
/drivers/gpu/drm/via/
H A Dvia_dmablit.h41 struct page **pages;
/drivers/infiniband/hw/ehca/
H A Dehca_uverbs.c140 struct page *page; local
146 page = virt_to_page(virt_addr);
147 ret = vm_insert_page(vma, start, page);

Completed in 1013 milliseconds

1234567891011>>