Searched refs:ASYNC_BANK3_SIZE (Results 1 – 16 of 16) sorted by relevance
17 #define ASYNC_BANK3_SIZE 0x00100000 /* 1M */ macro
17 #define ASYNC_BANK3_SIZE 0x04000000 /* 64M */ macro
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()
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()
449 ASYNC_BANK2_SIZE + ASYNC_BANK3_SIZE)
90 } else if (address >= ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE && address < BOOT_ROM_START) { in decode_address()
655 page_mask_nelts = (((_ramend + ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE - in memory_setup()
128 if (unlikely(addr >= ASYNC_BANK0_BASE && addr < ASYNC_BANK3_BASE + ASYNC_BANK3_SIZE)) in protect_page()