Home
last modified time | relevance | path

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

/drivers/iommu/
Dexynos-iommu.c49 #define lv2ent_fault(pent) ((*(pent) & 3) == 0) argument
50 #define lv2ent_small(pent) ((*(pent) & 2) == 2) argument
51 #define lv2ent_large(pent) ((*(pent) & 3) == 1) argument
98 #define lpage_phys(pent) (sect_to_phys(*(pent)) & LPAGE_MASK) argument
100 #define spage_phys(pent) (sect_to_phys(*(pent)) & SPAGE_MASK) argument
1006 sysmmu_pte_t *pent; in alloc_lv2entry() local
1009 pent = kmem_cache_zalloc(lv2table_kmem_cache, GFP_ATOMIC); in alloc_lv2entry()
1010 BUG_ON((uintptr_t)pent & (LV2TABLE_SIZE - 1)); in alloc_lv2entry()
1011 if (!pent) in alloc_lv2entry()
1014 exynos_iommu_set_pte(sent, mk_lv1ent_page(virt_to_phys(pent))); in alloc_lv2entry()
[all …]
/drivers/net/wireless/atmel/
Datmel_pci.c39 const struct pci_device_id *pent) in atmel_pci_probe() argument
/drivers/gpu/drm/nouveau/
Dnouveau_drm.c764 const struct pci_device_id *pent) in nouveau_drm_probe() argument
814 ret = drm_dev_register(drm_dev, pent->driver_data); in nouveau_drm_probe()
/drivers/net/wireless/cisco/
Dairo.c5599 const struct pci_device_id *pent) in airo_pci_probe() argument