Home
last modified time | relevance | path

Searched refs:pent (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/
H A Dexynos-iommu.c51 #define lv2ent_fault(pent) ((*(pent) & 3) == 0)
52 #define lv2ent_small(pent) ((*(pent) & 2) == 2)
53 #define lv2ent_large(pent) ((*(pent) & 3) == 1)
100 #define lpage_phys(pent) (sect_to_phys(*(pent)) & LPAGE_MASK)
102 #define spage_phys(pent) (sect_to_phys(*(pent))
932 sysmmu_pte_t *pent; alloc_lv2entry() local
1018 lv2set_page(sysmmu_pte_t *pent, phys_addr_t paddr, size_t size, int prot, short *pgcnt) lv2set_page() argument
1099 sysmmu_pte_t *pent; exynos_iommu_map() local
[all...]
/kernel/linux/linux-6.6/drivers/iommu/
H A Dexynos-iommu.c49 #define lv2ent_fault(pent) ((*(pent) & 3) == 0)
50 #define lv2ent_small(pent) ((*(pent) & 2) == 2)
51 #define lv2ent_large(pent) ((*(pent) & 3) == 1)
98 #define lpage_phys(pent) (sect_to_phys(*(pent)) & LPAGE_MASK)
100 #define spage_phys(pent) (sect_to_phys(*(pent))
1074 sysmmu_pte_t *pent; alloc_lv2entry() local
1160 lv2set_page(sysmmu_pte_t *pent, phys_addr_t paddr, size_t size, int prot, short *pgcnt) lv2set_page() argument
1241 sysmmu_pte_t *pent; exynos_iommu_map() local
[all...]
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dapi_shell.c280 struct hostent *pent = gethostnameinfo(hname, tmphstbuf, hstbuflen); in get_hostip() local
281 if (pent == NULL || pent->h_addr == NULL) { in get_hostip()
285 ret = memcpy_s(&ip, sizeof(ip), pent->h_addr, sizeof(pent->h_addr)); in get_hostip()
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel_pci.c40 const struct pci_device_id *pent) in atmel_pci_probe()
39 atmel_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) atmel_pci_probe() argument
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel_pci.c39 const struct pci_device_id *pent) in atmel_pci_probe()
38 atmel_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) atmel_pci_probe() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c746 const struct pci_device_id *pent) in nouveau_drm_probe()
797 ret = drm_dev_register(drm_dev, pent->driver_data); in nouveau_drm_probe()
745 nouveau_drm_probe(struct pci_dev *pdev, const struct pci_device_id *pent) nouveau_drm_probe() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c780 const struct pci_device_id *pent) in nouveau_drm_probe()
830 ret = drm_dev_register(drm_dev, pent->driver_data); in nouveau_drm_probe()
779 nouveau_drm_probe(struct pci_dev *pdev, const struct pci_device_id *pent) nouveau_drm_probe() argument
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c1594 struct hostent *pent = gethostnameinfo(hname); local
1595 if (pent == NULL || pent->h_addr == NULL)
1597 ret = memcpy_s(&ip, sizeof(ip), pent->h_addr, 4);
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c5603 const struct pci_device_id *pent) in airo_pci_probe()
5602 airo_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) airo_pci_probe() argument
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c5600 const struct pci_device_id *pent) in airo_pci_probe()
5599 airo_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) airo_pci_probe() argument

Completed in 35 milliseconds