Searched refs:pent (Results 1 – 5 of 5) sorted by relevance
54 #define lv2ent_fault(pent) ((*(pent) & 3) == 0) argument55 #define lv2ent_small(pent) ((*(pent) & 2) == 2) argument56 #define lv2ent_large(pent) ((*(pent) & 3) == 1) argument103 #define lpage_phys(pent) (sect_to_phys(*(pent)) & LPAGE_MASK) argument105 #define spage_phys(pent) (sect_to_phys(*(pent)) & SPAGE_MASK) argument933 sysmmu_pte_t *pent; in alloc_lv2entry() local936 pent = kmem_cache_zalloc(lv2table_kmem_cache, GFP_ATOMIC); in alloc_lv2entry()937 BUG_ON((uintptr_t)pent & (LV2TABLE_SIZE - 1)); in alloc_lv2entry()938 if (!pent) in alloc_lv2entry()941 update_pte(sent, mk_lv1ent_page(virt_to_phys(pent))); in alloc_lv2entry()[all …]
41 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;
52 const struct pci_device_id *pent) in atmel_pci_probe() argument
462 const struct pci_device_id *pent) in nouveau_drm_probe() argument519 ret = drm_get_pci_dev(pdev, pent, &driver_pci); in nouveau_drm_probe()
5538 const struct pci_device_id *pent) in airo_pci_probe() argument