Home
last modified time | relevance | path

Searched refs:pent (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/iommu/
Dexynos-iommu.c57 #define lv2ent_fault(pent) ((*(pent) & 3) == 0) argument
58 #define lv2ent_small(pent) ((*(pent) & 2) == 2) argument
59 #define lv2ent_large(pent) ((*(pent) & 3) == 1) argument
68 #define lpage_phys(pent) (*(pent) & LPAGE_MASK) argument
70 #define spage_phys(pent) (*(pent) & SPAGE_MASK) argument
818 sysmmu_pte_t *pent; in alloc_lv2entry() local
821 pent = kmem_cache_zalloc(lv2table_kmem_cache, GFP_ATOMIC); in alloc_lv2entry()
822 BUG_ON((unsigned int)pent & (LV2TABLE_SIZE - 1)); in alloc_lv2entry()
823 if (!pent) in alloc_lv2entry()
826 *sent = mk_lv1ent_page(virt_to_phys(pent)); in alloc_lv2entry()
[all …]
/linux-4.4.14/Documentation/fb/
Dcmap_xfbdev.txt41 dr = (long) pent->co.local.red - prgb->red;
42 dg = (long) pent->co.local.green - prgb->green;
43 db = (long) pent->co.local.blue - prgb->blue;
/linux-4.4.14/drivers/net/wireless/
Datmel_pci.c52 const struct pci_device_id *pent) in atmel_pci_probe() argument
Dairo.c5560 const struct pci_device_id *pent) in airo_pci_probe() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_drm.c304 const struct pci_device_id *pent) in nouveau_drm_probe() argument
346 ret = drm_get_pci_dev(pdev, pent, &driver_pci); in nouveau_drm_probe()