Lines Matching refs:base
85 void *base;
88 base = cpu_has_veic ?
91 memcpy(base, except_vec_nmi, 0x80);
92 flush_icache_range((unsigned long)base,
93 (unsigned long)base + 0x80);
98 void *base;
101 base = cpu_has_veic ?
104 memcpy(base, except_vec_ejtag_debug, 0x80);
105 flush_icache_range((unsigned long)base,
106 (unsigned long)base + 0x80);