Searched refs:ASYNC_BANK3_BASE (Results 1 – 15 of 15) sorted by relevance
16 #define ASYNC_BANK3_BASE 0x20300000 /* Async Bank 3 */ macro
16 #define ASYNC_BANK3_BASE 0x2C000000 /* Async Bank 3 */ macro
16 #define ASYNC_BANK3_BASE 0xBC000000 /* Async Bank 3 */ macro
294 if (addr >= ASYNC_BANK3_BASE && addr < ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE) { in in_async()297 if (addr + size <= ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE) in in_async()
90 } else if (address >= ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE && address < BOOT_ROM_START) { in decode_address()
658 page_mask_nelts = (((_ramend + ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE - in memory_setup()
154 dcplb_bounds[i_d].eaddr = ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE; in generate_cplb_tables_all()193 icplb_bounds[i_i].eaddr = ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE; in generate_cplb_tables_all()
203 && (addr < ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE)) in dcplb_miss()
122 if (addr >= ASYNC_BANK0_BASE && addr < ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE) { in dcplb_miss()221 if (addr >= ASYNC_BANK0_BASE && addr < ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE) { in icplb_miss()
128 if (unlikely(addr >= ASYNC_BANK0_BASE && addr < ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE)) in protect_page()