Home
last modified time | relevance | path

Searched refs:ARCH_LOW_ADDRESS_LIMIT (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Dacpi.h49 #define ACPI_TABLE_UPGRADE_MAX_PHYS ARCH_LOW_ADDRESS_LIMIT
/openbmc/linux/arch/arm/include/asm/
H A Ddma.h17 #define ARCH_LOW_ADDRESS_LIMIT arm_dma_limit macro
/openbmc/linux/include/linux/
H A Dmemblock.h398 #ifndef ARCH_LOW_ADDRESS_LIMIT
399 #define ARCH_LOW_ADDRESS_LIMIT 0xffffffffUL macro
452 ARCH_LOW_ADDRESS_LIMIT, NUMA_NO_NODE); in memblock_alloc_low()
/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h370 #define ARCH_LOW_ADDRESS_LIMIT 0x7fffffffUL macro
/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h104 #define ARCH_LOW_ADDRESS_LIMIT (arm64_dma_phys_limit - 1) macro
/openbmc/linux/tools/testing/memblock/
H A DREADME111 ARCH_LOW_ADDRESS_LIMIT marco, which can't be changed to point at the low
/openbmc/linux/kernel/dma/
H A Dswiotlb.c377 io_tlb_default_mem.phys_limit = ARCH_LOW_ADDRESS_LIMIT; in swiotlb_init_remap()