Searched refs:arm_dma_zone_size (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Ddma.h12 extern phys_addr_t arm_dma_zone_size; \
13 arm_dma_zone_size && arm_dma_zone_size < (0x100000000ULL - PAGE_OFFSET) ? \
14 (PAGE_OFFSET + arm_dma_zone_size) : 0xffffffffUL; })
/linux-master/arch/arm/mm/
H A Dinit.c84 phys_addr_t arm_dma_zone_size __read_mostly;
85 EXPORT_SYMBOL(arm_dma_zone_size); variable
101 arm_dma_zone_size = mdesc->dma_zone_size;
102 arm_dma_limit = PHYS_OFFSET + arm_dma_zone_size - 1;

Completed in 129 milliseconds