Searched refs:pent (Results 1 – 3 of 3) sorted by relevance
52 #define lv2ent_fault(pent) ((*(pent) & 3) == 0) argument53 #define lv2ent_small(pent) ((*(pent) & 2) == 2) argument54 #define lv2ent_large(pent) ((*(pent) & 3) == 1) argument101 #define lpage_phys(pent) (sect_to_phys(*(pent)) & LPAGE_MASK) argument103 #define spage_phys(pent) (sect_to_phys(*(pent)) & SPAGE_MASK) argument1086 sysmmu_pte_t *pent; in alloc_lv2entry() local1089 pent = kmem_cache_zalloc(lv2table_kmem_cache, GFP_ATOMIC); in alloc_lv2entry()1090 BUG_ON((uintptr_t)pent & (LV2TABLE_SIZE - 1)); in alloc_lv2entry()1091 if (!pent) in alloc_lv2entry()1094 exynos_iommu_set_pte(sent, mk_lv1ent_page(virt_to_phys(pent))); in alloc_lv2entry()[all …]
45 dr = (long) pent->co.local.red - prgb->red;46 dg = (long) pent->co.local.green - prgb->green;47 db = (long) pent->co.local.blue - prgb->blue;
835 const struct pci_device_id *pent) in nouveau_drm_probe() argument