Searched refs:CONFIG_PHY_RAM_BASE_ADDRESS (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/blackfin/include/uapi/asm/
H A Dfixed_code.h14 #ifndef CONFIG_PHY_RAM_BASE_ADDRESS
15 #define CONFIG_PHY_RAM_BASE_ADDRESS 0x0 macro
18 #define FIXED_CODE_START (CONFIG_PHY_RAM_BASE_ADDRESS + 0x400)
20 #define SIGRETURN_STUB (CONFIG_PHY_RAM_BASE_ADDRESS + 0x400)
22 #define ATOMIC_SEQS_START (CONFIG_PHY_RAM_BASE_ADDRESS + 0x410)
24 #define ATOMIC_XCHG32 (CONFIG_PHY_RAM_BASE_ADDRESS + 0x410)
25 #define ATOMIC_CAS32 (CONFIG_PHY_RAM_BASE_ADDRESS + 0x420)
26 #define ATOMIC_ADD32 (CONFIG_PHY_RAM_BASE_ADDRESS + 0x430)
27 #define ATOMIC_SUB32 (CONFIG_PHY_RAM_BASE_ADDRESS + 0x440)
28 #define ATOMIC_IOR32 (CONFIG_PHY_RAM_BASE_ADDRESS + 0x450)
29 #define ATOMIC_AND32 (CONFIG_PHY_RAM_BASE_ADDRESS + 0x460)
30 #define ATOMIC_XOR32 (CONFIG_PHY_RAM_BASE_ADDRESS + 0x470)
32 #define ATOMIC_SEQS_END (CONFIG_PHY_RAM_BASE_ADDRESS + 0x480)
34 #define SAFE_USER_INSTRUCTION (CONFIG_PHY_RAM_BASE_ADDRESS + 0x480)
36 #define FIXED_CODE_END (CONFIG_PHY_RAM_BASE_ADDRESS + 0x490)
/linux-4.4.14/arch/blackfin/include/asm/
H A Dpage.h10 #define ARCH_PFN_OFFSET (CONFIG_PHY_RAM_BASE_ADDRESS >> PAGE_SHIFT)
/linux-4.4.14/arch/blackfin/kernel/
H A Dshadow_console.c18 #define SHADOW_CONSOLE_START (CONFIG_PHY_RAM_BASE_ADDRESS + 0x500)
19 #define SHADOW_CONSOLE_END (CONFIG_PHY_RAM_BASE_ADDRESS + 0x1000)
20 #define SHADOW_CONSOLE_MAGIC_LOC (CONFIG_PHY_RAM_BASE_ADDRESS + 0x4F0)
H A Dsetup.c621 (max_mem - CONFIG_PHY_RAM_BASE_ADDRESS) >> 20); memory_setup()
652 (max_mem - CONFIG_PHY_RAM_BASE_ADDRESS) >> 20); memory_setup()
671 printk(KERN_INFO "Board Memory: %ldMB\n", (physical_mem_end - CONFIG_PHY_RAM_BASE_ADDRESS) >> 20); memory_setup()
672 printk(KERN_INFO "Kernel Managed Memory: %ldMB\n", (_ramend - CONFIG_PHY_RAM_BASE_ADDRESS) >> 20); memory_setup()
758 start_pfn = CONFIG_PHY_RAM_BASE_ADDRESS >> PAGE_SHIFT; setup_bootmem_allocator()
803 reserve_bootmem(CONFIG_PHY_RAM_BASE_ADDRESS, setup_bootmem_allocator()
804 memory_start + bootmap_size + PAGE_SIZE - 1 - CONFIG_PHY_RAM_BASE_ADDRESS, setup_bootmem_allocator()
/linux-4.4.14/arch/blackfin/mm/
H A Dinit.c51 [ZONE_DMA] = (end_mem - CONFIG_PHY_RAM_BASE_ADDRESS) >> PAGE_SHIFT, paging_init()
64 CONFIG_PHY_RAM_BASE_ADDRESS >> PAGE_SHIFT, NULL); paging_init()

Completed in 108 milliseconds