Searched defs:pde (Results 1 - 16 of 16) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnvc0_vm.c34 u32 pde[2] = { 0, 0 }; local
37 pde[1] = 0x00000001 | (pgt[0]->vinst >> 8);
39 pde[0] = 0x00000001 | (pgt[1]->vinst >> 8);
41 nv_wo32(pgd, (index * 8) + 0, pde[0]);
42 nv_wo32(pgd, (index * 8) + 4, pde[1]);
H A Dnv50_vm.c31 nv50_vm_map_pgt(struct nouveau_gpuobj *pgd, u32 pde, argument
55 nv_wo32(pgd, (pde * 8) + 0, lower_32_bits(phys));
56 nv_wo32(pgd, (pde * 8) + 4, upper_32_bits(phys));
H A Dnouveau_vm.c38 u32 pde = (offset >> vm->pgt_bits) - vm->fpde; local
49 struct nouveau_gpuobj *pgt = vm->pgt[pde].obj[big];
62 pde++;
89 u32 pde = (offset >> vm->pgt_bits) - vm->fpde; local
95 struct nouveau_gpuobj *pgt = vm->pgt[pde].obj[big];
108 pde++;
124 u32 pde = (offset >> vm->pgt_bits) - vm->fpde; local
130 struct nouveau_gpuobj *pgt = vm->pgt[pde].obj[big];
142 pde++;
162 u32 pde; local
183 nouveau_vm_map_pgt(struct nouveau_vm *vm, u32 pde, u32 type) argument
224 u32 fpde, lpde, pde; local
[all...]
/drivers/char/
H A Dtoshiba.c525 struct proc_dir_entry *pde; local
527 pde = proc_create("toshiba", 0, NULL, &proc_toshiba_fops);
528 if (!pde) {
/drivers/isdn/hysdn/
H A Dhysdn_proclog.c184 struct proc_dir_entry *pde = PDE(file->f_path.dentry->d_inode); local
196 if (pd->log == pde)
330 struct proc_dir_entry *pde = PDE(file->f_path.dentry->d_inode); local
341 if (pd->log == pde)
/drivers/scsi/
H A Dscsi_proc.c467 struct proc_dir_entry *pde; local
473 pde = proc_create("scsi/scsi", 0, NULL, &proc_scsi_operations);
474 if (!pde)
/drivers/net/ppp/
H A Dpppoe.c1137 struct proc_dir_entry *pde; local
1141 pde = proc_net_fops_create(net, "pppoe", S_IRUGO, &pppoe_seq_fops);
1143 if (!pde)
/drivers/usb/gadget/
H A Dat91_udc.h134 struct proc_dir_entry *pde; member in struct:at91_udc
/drivers/block/
H A Dps3vram.c542 struct proc_dir_entry *pde; local
544 pde = proc_create_data(DEVICE_NAME, 0444, NULL, &ps3vram_proc_fops,
546 if (!pde)
H A Dcciss.c554 struct proc_dir_entry *pde; local
560 pde = proc_create_data(h->devname, S_IWUSR | S_IRUSR | S_IRGRP |
/drivers/usb/host/
H A Dsl811.h125 struct proc_dir_entry *pde; member in struct:sl811
H A Disp1362-hcd.c2193 struct proc_dir_entry *pde; local
2195 pde = create_proc_entry(proc_filename, 0, NULL);
2196 if (pde == NULL) {
2201 pde->proc_fops = &proc_ops;
2202 pde->data = isp1362_hcd;
2203 isp1362_hcd->pde = pde;
2208 if (isp1362_hcd->pde)
H A Disp1362.h488 struct proc_dir_entry *pde; member in struct:isp1362_hcd
/drivers/parisc/
H A Dsba_iommu.c200 /* start printing from lowest pde in rval */
243 u32 pde = ((u32) (((char *)pptr)[7])) << 24; local
244 if ((rval ^ pde) & 0x80000000)
/drivers/s390/block/
H A Ddasd.c233 struct dentry *pde; local
237 pde = debugfs_create_dir(name, base_dentry);
238 if (!pde || IS_ERR(pde))
240 return pde;
1080 struct dentry *pde; local
1087 pde = debugfs_create_file("statistics", mode, base_dentry,
1089 if (pde && !IS_ERR(pde))
1090 profile->dentry = pde;
1119 struct dentry *pde; local
[all...]
/drivers/iommu/
H A Damd_iommu.c714 size_t size, u16 domid, int pde)
740 if (pde) /* PDE bit - we wan't flush everything not only the PTEs */
1010 u64 address, size_t size, int pde)
1016 build_inv_iommu_pages(&cmd, address, size, domain->id, pde);
713 build_inv_iommu_pages(struct iommu_cmd *cmd, u64 address, size_t size, u16 domid, int pde) argument
1009 __domain_flush_pages(struct protection_domain *domain, u64 address, size_t size, int pde) argument

Completed in 1381 milliseconds