Searched refs:pde (Results 1 - 20 of 20) 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 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...]
H A Dnouveau_vm.h68 void (*map_pgt)(struct nouveau_gpuobj *pgd, u32 pde,
95 void nv50_vm_map_pgt(struct nouveau_gpuobj *pgd, u32 pde,
106 void nvc0_vm_map_pgt(struct nouveau_gpuobj *pgd, u32 pde,
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));
/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/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/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/usb/gadget/
H A Dat91_udc.h134 struct proc_dir_entry *pde; member in struct:at91_udc
H A Dat91_udc.c236 udc->pde = proc_create_data(debug_filename, 0, NULL, &proc_ops, udc);
241 if (udc->pde)
/drivers/of/
H A Dbase.c969 if (np->pde)
970 proc_device_tree_add_prop(np->pde, prop);
1010 if (np->pde)
1011 proc_device_tree_remove_prop(np->pde, prop);
1054 if (np->pde)
1055 proc_device_tree_update_prop(np->pde, newprop, oldprop);
/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;
1076 struct dentry *pde; local
1083 pde = debugfs_create_file("statistics", mode, base_dentry,
1085 if (pde && !IS_ERR(pde))
1086 profile->dentry = pde;
1115 struct dentry *pde; local
[all...]
/drivers/usb/host/
H A Dsl811.h125 struct proc_dir_entry *pde; member in struct:sl811
H A Disp1362-hcd.c2194 struct proc_dir_entry *pde; local
2196 pde = create_proc_entry(proc_filename, 0, NULL);
2197 if (pde == NULL) {
2202 pde->proc_fops = &proc_ops;
2203 pde->data = isp1362_hcd;
2204 isp1362_hcd->pde = pde;
2209 if (isp1362_hcd->pde)
H A Dsl811-hcd.c1513 sl811->pde = proc_create_data(proc_filename, 0, NULL, &proc_ops, sl811);
1518 if (sl811->pde)
H A Disp1362.h488 struct proc_dir_entry *pde; member in struct:isp1362_hcd
/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/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/iommu/
H A Damd_iommu.c678 size_t size, u16 domid, int pde)
704 if (pde) /* PDE bit - we wan't flush everything not only the PTEs */
974 u64 address, size_t size, int pde)
980 build_inv_iommu_pages(&cmd, address, size, domain->id, pde);
677 build_inv_iommu_pages(struct iommu_cmd *cmd, u64 address, size_t size, u16 domid, int pde) argument
973 __domain_flush_pages(struct protection_domain *domain, u64 address, size_t size, int pde) argument
/drivers/parisc/
H A Dsba_iommu.c199 /* start printing from lowest pde in rval */
242 u32 pde = ((u32) (((char *)pptr)[7])) << 24; local
243 if ((rval ^ pde) & 0x80000000)

Completed in 340 milliseconds