Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 0b61a2ba5dfd1620731e717d686e6ade657fd975 7 lines 327 B view raw
1extern unsigned long iommu_area_alloc(unsigned long *map, unsigned long size, 2 unsigned long start, unsigned int nr, 3 unsigned long shift, 4 unsigned long boundary_size, 5 unsigned long align_mask); 6extern void iommu_area_free(unsigned long *map, unsigned long start, 7 unsigned int nr);