Searched refs:MAX_DMA_ADDRESS (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/arch/m68k/include/asm/
H A Ddma.h7 #define MAX_DMA_ADDRESS PAGE_OFFSET macro
H A Dfloppy.h24 #undef MAX_DMA_ADDRESS macro
25 #define MAX_DMA_ADDRESS 0x00 /* nothing like that */ macro
/linux-master/arch/microblaze/include/asm/
H A Ddma.h10 #define MAX_DMA_ADDRESS (CONFIG_KERNEL_START + memory_size - 1) macro
/linux-master/arch/arc/include/asm/
H A Ddma.h9 #define MAX_DMA_ADDRESS 0xC0000000 macro
/linux-master/arch/xtensa/include/asm/
H A Ddma.h47 #ifndef MAX_DMA_ADDRESS
48 #define MAX_DMA_ADDRESS (PAGE_OFFSET + XCHAL_KIO_SIZE - 1) macro
/linux-master/arch/um/include/asm/
H A Ddma.h9 #define MAX_DMA_ADDRESS (uml_physmem) macro
/linux-master/arch/loongarch/include/asm/
H A Ddma.h8 #define MAX_DMA_ADDRESS PAGE_OFFSET macro
/linux-master/arch/s390/include/asm/
H A Ddma.h8 * MAX_DMA_ADDRESS is ambiguous because on s390 its completely unrelated
12 #define MAX_DMA_ADDRESS __va(0x80000000) macro
/linux-master/include/asm-generic/
H A Ddma.h9 * Some code relies on seeing MAX_DMA_ADDRESS though.
11 #define MAX_DMA_ADDRESS PAGE_OFFSET macro
/linux-master/arch/hexagon/include/asm/
H A Ddma.h12 #define MAX_DMA_ADDRESS (PAGE_OFFSET) macro
/linux-master/arch/arm/include/asm/
H A Ddma.h9 #define MAX_DMA_ADDRESS 0xffffffffUL macro
11 #define MAX_DMA_ADDRESS ({ \ macro
/linux-master/arch/mips/mm/
H A Dphysaddr.c17 * MAX_DMA_ADDRESS is a virtual address that may not correspond to an
19 * virt_to_phys(MAX_DMA_ADDRESS) that we just need to work around it
22 if (x == MAX_DMA_ADDRESS)
/linux-master/arch/arm/mm/
H A Dphysaddr.c28 * MAX_DMA_ADDRESS is a virtual address that may not correspond to an
29 * actual physical address. Enough code relies on __pa(MAX_DMA_ADDRESS)
32 if (x == MAX_DMA_ADDRESS)
H A Dkasan_init.c33 return memblock_alloc_try_nid_raw(size, size, __pa(MAX_DMA_ADDRESS),
39 return memblock_alloc_try_nid(size, size, __pa(MAX_DMA_ADDRESS),
/linux-master/arch/mips/include/asm/
H A Ddma.h89 #define MAX_DMA_ADDRESS PAGE_OFFSET macro
91 #define MAX_DMA_ADDRESS (PAGE_OFFSET + 0x01000000) macro
93 #define MAX_DMA_PFN PFN_DOWN(virt_to_phys((void *)MAX_DMA_ADDRESS))
/linux-master/arch/powerpc/mm/nohash/
H A Dbook3e_pgtable.c60 __pa(MAX_DMA_ADDRESS), NUMA_NO_NODE);
64 __func__, size, size, __pa(MAX_DMA_ADDRESS));
/linux-master/arch/x86/include/asm/
H A Ddma.h81 #define MAX_DMA_ADDRESS (PAGE_OFFSET + 0x1000000) macro
84 #define MAX_DMA_ADDRESS ((unsigned long)__va(MAX_DMA_PFN << PAGE_SHIFT)) macro
/linux-master/arch/sparc/include/asm/
H A Ddma.h11 #define MAX_DMA_ADDRESS (~0UL) macro
/linux-master/arch/parisc/include/asm/
H A Ddma.h31 #define MAX_DMA_ADDRESS (~0UL) macro
/linux-master/arch/arm64/mm/
H A Dkasan_init.c38 __pa(MAX_DMA_ADDRESS),
43 __pa(MAX_DMA_ADDRESS));
51 __pa(MAX_DMA_ADDRESS),
57 __pa(MAX_DMA_ADDRESS));
/linux-master/arch/loongarch/mm/
H A Dkasan_init.c98 __pa(MAX_DMA_ADDRESS), MEMBLOCK_ALLOC_ACCESSIBLE, node);
101 __func__, PAGE_SIZE, PAGE_SIZE, node, __pa(MAX_DMA_ADDRESS));
/linux-master/mm/kasan/
H A Dinit.c82 void *ptr = memblock_alloc_try_nid(size, size, __pa(MAX_DMA_ADDRESS),
87 __func__, size, size, node, (u64)__pa(MAX_DMA_ADDRESS));
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c29 __pa(MAX_DMA_ADDRESS), MEMBLOCK_ALLOC_ACCESSIBLE, nid);
33 (void *)_RET_IP_, nid, __pa(MAX_DMA_ADDRESS));
/linux-master/arch/alpha/include/asm/
H A Ddma.h126 #define MAX_DMA_ADDRESS (alpha_mv.mv_pci_tbi ? \ macro
/linux-master/arch/powerpc/include/asm/
H A Ddma.h31 #define MAX_DMA_ADDRESS (~0UL) macro

Completed in 253 milliseconds

12