Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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; })
/kernel/linux/linux-6.6/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; })
/kernel/linux/linux-6.6/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; in setup_dma_zone()
102 arm_dma_limit = PHYS_OFFSET + arm_dma_zone_size - 1; in setup_dma_zone()
/kernel/linux/linux-5.10/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; in setup_dma_zone()
102 arm_dma_limit = PHYS_OFFSET + arm_dma_zone_size - 1; in setup_dma_zone()

Completed in 2 milliseconds