Searched refs:ptes (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Defi.c258 * Description: Returns ptes on success, NULL on error.
338 * @ptes is a PTEs ptr, filled on return.
345 gpt_header **gpt, gpt_entry **ptes)
350 if (!bdev || !gpt || !ptes)
403 if (!(*ptes = alloc_read_gpt_entries(bdev, *gpt)))
407 crc = efi_crc32((const unsigned char *) (*ptes),
420 kfree(*ptes);
421 *ptes = NULL;
550 * @ptes is a PTEs ptr, filled on return.
562 find_valid_gpt(struct block_device *bdev, gpt_header **gpt, gpt_entry **ptes) argument
344 is_gpt_valid(struct block_device *bdev, u64 lba, gpt_header **gpt, gpt_entry **ptes) argument
671 gpt_entry *ptes = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk.c243 struct pte ptes[MAXIMUM_PARTS]; member in struct:globals
253 #define ptes (G.ptes) macro
351 ptes[i].changed = 0;
357 ptes[i].changed = 1;
364 return ptes[i].part_table;
815 ptes[i].part_table->sys_ind);
874 p = ptes[i].ext_pointer;
877 p = ptes[i].part_table;
878 offset = ptes[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dpci_iommu.c92 (NULL == (arena->ptes = __alloc_bootmem_node(NODE_DATA(nid),
96 printk("%s: couldn't allocate arena ptes from node %d\n"
99 arena->ptes = __alloc_bootmem(mem_size, align, 0);
105 arena->ptes = __alloc_bootmem(mem_size, align, 0);
133 unsigned long *ptes;
136 /* Search forward for the first mask-aligned sequence of N free ptes */
137 ptes = arena->ptes;
142 if (ptes[p+i])
155 if (ptes[
131 unsigned long *ptes; local
172 unsigned long *ptes; local
517 unsigned long *ptes; local
807 unsigned long *ptes; local
837 unsigned long *ptes; local
858 unsigned long *ptes; local
[all...]
H A Dpci_impl.h143 unsigned long *ptes; member in struct:pci_iommu_arena
H A Dcore_titan.c329 port->tba[0].csr = virt_to_phys(hose->sg_isa->ptes);
337 port->tba[2].csr = virt_to_phys(hose->sg_pci->ptes);
448 unsigned long *ptes;
501 ptes = hose->sg_pci->ptes;
505 pfn = ptes[baddr >> PAGE_SHIFT];
691 pte = aper->arena->ptes[baddr >> PAGE_SHIFT];
444 unsigned long *ptes; local
H A Dcore_marvel.c295 csrs->POx_TBASE[0].csr = virt_to_phys(hose->sg_isa->ptes);
313 csrs->POx_TBASE[2].csr = virt_to_phys(hose->sg_pci->ptes);
695 unsigned long *ptes;
750 ptes = hose->sg_pci->ptes;
754 pfn = ptes[baddr >> PAGE_SHIFT];
1050 pte = aper->arena->ptes[baddr >> PAGE_SHIFT];
686 unsigned long *ptes; local
H A Dcore_cia.c460 arena->ptes[4] = pte0;
484 arena->ptes[5] = pte0;
518 arena->ptes[4] = 0;
519 arena->ptes[5] = 0;
733 *(vip)CIA_IOC_PCI_T0_BASE = virt_to_phys(hose->sg_isa->ptes) >> 2;
H A Dcore_mcpcia.c377 *(vuip)MCPCIA_T0_BASE(mid) = virt_to_phys(hose->sg_isa->ptes) >> 8;
381 *(vuip)MCPCIA_T1_BASE(mid) = virt_to_phys(hose->sg_pci->ptes) >> 8;
H A Dcore_tsunami.c337 pchip->tba[0].csr = virt_to_phys(hose->sg_isa->ptes);
341 pchip->tba[1].csr = virt_to_phys(hose->sg_pci->ptes);
H A Dcore_apecs.c356 *(vuip)APECS_IOC_TB2R = virt_to_phys(hose->sg_isa->ptes) >> 1;
H A Dcore_wildfire.c120 pci->pci_window[0].tbase.csr = virt_to_phys(hose->sg_isa->ptes);
132 pci->pci_window[3].tbase.csr = virt_to_phys(hose->sg_pci->ptes);
H A Dcore_lca.c286 *(vulp)LCA_IOC_T_BASE0 = virt_to_phys(hose->sg_isa->ptes);
H A Dcore_t2.c363 *(vulp)T2_TBASE2 = virt_to_phys(hose->sg_isa->ptes) >> 1;

Completed in 97 milliseconds