Searched refs:tr_pages (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/mm/
H A Dhugetlbpage.c176 u64 tr_pages; local
179 if (ia64_pal_vm_page_size(&tr_pages, NULL) != 0)
183 tr_pages = 0x15557000UL;
186 if (*str || !is_power_of_2(size) || !(tr_pages & size) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_tgt_if.c46 unsigned long tr_pages[TGT_RING_PAGES]; member in struct:tgt_ring
70 (ring->tr_pages[pidx] + sizeof(struct tgt_event) * off);
253 struct page *page = virt_to_page(ring->tr_pages[i]);
312 free_page(ring->tr_pages[i]);
322 ring->tr_pages[i] = get_zeroed_page(GFP_KERNEL);
323 if (!ring->tr_pages[i]) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dpalinfo.c298 u64 tr_pages =0, vw_pages=0, tc_pages; local
346 if ((status = ia64_pal_vm_page_size(&tr_pages, &vw_pages)) !=0) {
360 p = bitvector_process(p, tr_pages);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dpal.h1580 ia64_pal_vm_page_size (u64 *tr_pages, u64 *vw_pages) argument
1584 if (tr_pages)
1585 *tr_pages = iprv.v0;

Completed in 202 milliseconds