Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/
H A Dexynos-iommu.c52 #define lv2ent_fault(pent) ((*(pent) & 3) == 0) argument
53 #define lv2ent_small(pent) ((*(pent) & 2) == 2) argument
54 #define lv2ent_large(pent) ((*(pent) & 3) == 1) argument
101 #define lpage_phys(pent) (sect_to_phys(*(pent)) & LPAGE_MASK) argument
103 #define spage_phys(pent) (sect_to_phys(*(pent)) & SPAGE_MASK) argument
1086 sysmmu_pte_t *pent; in alloc_lv2entry() local
1091 if (!pent) in alloc_lv2entry()
1191 memset(pent - i, 0, sizeof(*pent) * i); in lv2set_page()
1253 sysmmu_pte_t *pent; in exynos_iommu_map() local
1258 if (IS_ERR(pent)) in exynos_iommu_map()
[all …]
/linux-6.15/Documentation/fb/
H A Dcmap_xfbdev.rst45 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;
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c852 const struct pci_device_id *pent) in nouveau_drm_probe() argument