Home
last modified time | relevance | path

Searched refs:reserve_exception_space (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/kernel/
H A Dcpu-r3k-probe.c140 reserve_exception_space(0, 0x400); in cpu_probe()
H A Dcpu-probe.c1574 reserve_exception_space(0x400, VECTORSPACING * 64); in cpu_probe_broadcom()
1585 reserve_exception_space(0x400, VECTORSPACING * 64); in cpu_probe_broadcom()
1602 reserve_exception_space(0x1000, VECTORSPACING * 64); in cpu_probe_broadcom()
2005 reserve_exception_space(0, 0x1000); in cpu_probe()
H A Dtraps.c2010 void reserve_exception_space(phys_addr_t addr, unsigned long size) in reserve_exception_space() function