Searched refs:CONFIG_PHY_RAM_BASE_ADDRESS (Results 1 – 5 of 5) sorted by relevance
14 #ifndef CONFIG_PHY_RAM_BASE_ADDRESS15 #define CONFIG_PHY_RAM_BASE_ADDRESS 0x0 macro18 #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)[all …]
18 #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)
618 (max_mem - CONFIG_PHY_RAM_BASE_ADDRESS) >> 20); in memory_setup()649 (max_mem - CONFIG_PHY_RAM_BASE_ADDRESS) >> 20); in memory_setup()668 printk(KERN_INFO "Board Memory: %ldMB\n", (physical_mem_end - CONFIG_PHY_RAM_BASE_ADDRESS) >> 20); in memory_setup()669 printk(KERN_INFO "Kernel Managed Memory: %ldMB\n", (_ramend - CONFIG_PHY_RAM_BASE_ADDRESS) >> 20); in memory_setup()755 start_pfn = CONFIG_PHY_RAM_BASE_ADDRESS >> PAGE_SHIFT; in setup_bootmem_allocator()800 reserve_bootmem(CONFIG_PHY_RAM_BASE_ADDRESS, in setup_bootmem_allocator()801 memory_start + bootmap_size + PAGE_SIZE - 1 - CONFIG_PHY_RAM_BASE_ADDRESS, in setup_bootmem_allocator()
51 [ZONE_DMA] = (end_mem - CONFIG_PHY_RAM_BASE_ADDRESS) >> PAGE_SHIFT, in paging_init()64 CONFIG_PHY_RAM_BASE_ADDRESS >> PAGE_SHIFT, NULL); in paging_init()128 (unsigned long) freepages << (PAGE_SHIFT-10), (_ramend - CONFIG_PHY_RAM_BASE_ADDRESS) >> 10, in mem_init()
10 #define ARCH_PFN_OFFSET (CONFIG_PHY_RAM_BASE_ADDRESS >> PAGE_SHIFT)