Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iommu/
Dexynos-iommu.c51 #define lv2ent_fault(pent) ((*(pent) & 3) == 0) argument
52 #define lv2ent_small(pent) ((*(pent) & 2) == 2) argument
53 #define lv2ent_large(pent) ((*(pent) & 3) == 1) argument
100 #define lpage_phys(pent) (sect_to_phys(*(pent)) & LPAGE_MASK) argument
102 #define spage_phys(pent) (sect_to_phys(*(pent)) & SPAGE_MASK) argument
928 sysmmu_pte_t *pent; in alloc_lv2entry() local
931 pent = kmem_cache_zalloc(lv2table_kmem_cache, GFP_ATOMIC); in alloc_lv2entry()
932 BUG_ON((uintptr_t)pent & (LV2TABLE_SIZE - 1)); in alloc_lv2entry()
933 if (!pent) in alloc_lv2entry()
936 exynos_iommu_set_pte(sent, mk_lv1ent_page(virt_to_phys(pent))); in alloc_lv2entry()
[all …]
/Linux-v5.10/Documentation/fb/
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-v5.10/drivers/net/wireless/atmel/
Datmel_pci.c40 const struct pci_device_id *pent) in atmel_pci_probe() argument
/Linux-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_drm.c719 const struct pci_device_id *pent) in nouveau_drm_probe() argument
770 ret = drm_dev_register(drm_dev, pent->driver_data); in nouveau_drm_probe()
/Linux-v5.10/drivers/net/wireless/cisco/
Dairo.c5580 const struct pci_device_id *pent) in airo_pci_probe() argument