Searched refs:pent (Results 1 – 4 of 4) sorted by relevance
57 #define lv2ent_fault(pent) ((*(pent) & 3) == 0) argument58 #define lv2ent_small(pent) ((*(pent) & 2) == 2) argument59 #define lv2ent_large(pent) ((*(pent) & 3) == 1) argument68 #define lpage_phys(pent) (*(pent) & LPAGE_MASK) argument70 #define spage_phys(pent) (*(pent) & SPAGE_MASK) argument819 sysmmu_pte_t *pent; in alloc_lv2entry() local822 pent = kmem_cache_zalloc(lv2table_kmem_cache, GFP_ATOMIC); in alloc_lv2entry()823 BUG_ON((unsigned int)pent & (LV2TABLE_SIZE - 1)); in alloc_lv2entry()824 if (!pent) in alloc_lv2entry()827 *sent = mk_lv1ent_page(virt_to_phys(pent)); in alloc_lv2entry()[all …]
52 const struct pci_device_id *pent) in atmel_pci_probe() argument
5560 const struct pci_device_id *pent) in airo_pci_probe() argument
304 const struct pci_device_id *pent) in nouveau_drm_probe() argument355 ret = drm_get_pci_dev(pdev, pent, &driver_pci); in nouveau_drm_probe()