Home
last modified time | relevance | path

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

/arch/arm64/tools/
Dgen-sysreg.awk78 if (msb != next_bit)
79 fatal(reg "." field " starts at " msb " not " next_bit)
89 next_bit = lsb - 1
125 next_bit = 63
131 if (next_bit > 0)
175 next_bit = 63
181 if (next_bit > 0)
212 if (next_bit != 63)
218 next_bit = 0
/arch/x86/kernel/
Damd_gart_64.c86 static unsigned long next_bit; /* protected by iommu_bitmap_lock */ variable
101 offset = iommu_area_alloc(iommu_gart_bitmap, iommu_pages, next_bit, in alloc_iommu()
110 next_bit = offset+size; in alloc_iommu()
111 if (next_bit >= iommu_pages) { in alloc_iommu()
112 next_bit = 0; in alloc_iommu()
129 if (offset >= next_bit) in free_iommu()
130 next_bit = offset + size; in free_iommu()
/arch/s390/pci/
Dpci_dma.c299 offset = __dma_alloc_iommu(dev, zdev->next_bit, size); in dma_alloc_address()
315 zdev->next_bit = offset + size; in dma_alloc_address()
676 zdev->next_bit = 0; in zpci_dma_exit_device()
/arch/s390/include/asm/
Dpci.h167 unsigned int next_bit; member