Searched refs:kpage (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dksm.c755 * @page: the page we are replacing by kpage
756 * @kpage: the ksm page we replace page by
762 struct page *kpage, pte_t orig_pte)
795 get_page(kpage);
796 page_add_anon_rmap(kpage, vma, addr);
800 set_pte_at_notify(mm, addr, ptep, mk_pte(kpage, vma->vm_page_prot));
814 * @page: the PageAnon page that we want to replace with kpage
815 * @kpage: the PageKsm page that we want to map instead of page,
816 * or NULL the first time when we want to use page as kpage.
821 struct page *page, struct page *kpage)
761 replace_page(struct vm_area_struct *vma, struct page *page, struct page *kpage, pte_t orig_pte) argument
820 try_to_merge_one_page(struct vm_area_struct *vma, struct page *page, struct page *kpage) argument
884 try_to_merge_with_ksm_page(struct rmap_item *rmap_item, struct page *page, struct page *kpage) argument
992 stable_tree_insert(struct page *kpage) argument
1139 struct page *kpage; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_cs.c158 p->chunks[i].kpage[0] = kmalloc(PAGE_SIZE, GFP_KERNEL);
159 p->chunks[i].kpage[1] = kmalloc(PAGE_SIZE, GFP_KERNEL);
160 if (p->chunks[i].kpage[0] == NULL || p->chunks[i].kpage[1] == NULL) {
161 kfree(p->chunks[i].kpage[0]);
162 kfree(p->chunks[i].kpage[1]);
206 kfree(parser->chunks[i].kpage[0]);
207 kfree(parser->chunks[i].kpage[1]);
322 if (DRM_COPY_FROM_USER(ibc->kpage[new_page],
330 memcpy((void *)(p->ib->ptr+(pg_idx*(PAGE_SIZE/4))), ibc->kpage[new_pag
[all...]
H A Dradeon.h502 uint32_t *kpage[2]; member in struct:radeon_cs_chunk
548 return ibc->kpage[0][pg_offset/4];
550 return ibc->kpage[1][pg_offset/4];
558 idx_value = ibc->kpage[new_page][pg_offset/4];
H A Dr600_cs.c1574 kfree(parser->chunks[i].kpage[0]);
1575 kfree(parser->chunks[i].kpage[1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c1108 u64 *kpage; local
1113 kpage = ehca_alloc_fw_ctrlblock(GFP_KERNEL);
1114 if (!kpage) {
1115 ehca_err(&shca->ib_device, "kpage alloc failed");
1130 ret = ehca_set_pagebuf(pginfo, rnum, kpage);
1133 "bad rc, ret=%i rnum=%x kpage=%p",
1134 ret, rnum, kpage);
1139 rpage = virt_to_abs(kpage);
1141 ehca_err(&shca->ib_device, "kpage=%p i=%x",
1142 kpage,
1210 u64 *kpage; local
1534 ehca_reg_mr_section(int top, int dir, int idx, u64 *kpage, struct ehca_shca *shca, struct ehca_mr *mr, struct ehca_mr_pginfo *pginfo) argument
1571 ehca_reg_mr_sections(int top, int dir, u64 *kpage, struct ehca_shca *shca, struct ehca_mr *mr, struct ehca_mr_pginfo *pginfo) argument
1590 ehca_reg_mr_dir_sections(int top, u64 *kpage, struct ehca_shca *shca, struct ehca_mr *mr, struct ehca_mr_pginfo *pginfo) argument
1853 ehca_set_pagebuf_user1(struct ehca_mr_pginfo *pginfo, u32 number, u64 *kpage) argument
1943 ehca_set_pagebuf_user2(struct ehca_mr_pginfo *pginfo, u32 number, u64 *kpage) argument
2058 ehca_set_pagebuf_phys(struct ehca_mr_pginfo *pginfo, u32 number, u64 *kpage) argument
2117 ehca_set_pagebuf_fmr(struct ehca_mr_pginfo *pginfo, u32 number, u64 *kpage) argument
2175 ehca_set_pagebuf(struct ehca_mr_pginfo *pginfo, u32 number, u64 *kpage) argument
2472 u64 hret, *kpage; local
[all...]
H A Dipz_pt_fn.c105 u8 *kpage; local
108 kpage = (u8 *)get_zeroed_page(GFP_KERNEL);
109 if (!kpage)
113 queue->queue_pages[f] = (struct ipz_page *)kpage;
114 kpage += EHCA_PAGESIZE;
H A Dehca_mrmw.h112 u64 *kpage);
H A Dhcp_if.c786 u64 *kpage; local
788 kpage = (u64 *)abs_to_virt(logical_address_of_page);
790 ehca_gen_dbg("kpage[%d]=%p",
791 i, (void *)kpage[i]);
793 ehca_gen_dbg("kpage=%p",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_qmr.c80 u8 *kpage = (u8 *)get_zeroed_page(GFP_KERNEL); local
81 if (!kpage)
84 (queue->queue_pages)[i] = (struct ehea_page *)kpage;
85 kpage += pagesize;

Completed in 284 milliseconds