Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dtraps.h27 extern void reserve_exception_space(phys_addr_t addr, unsigned long size);
/openbmc/linux/arch/mips/kernel/
H A Dcpu-r3k-probe.c141 reserve_exception_space(0, 0x400); in cpu_probe()
H A Dcpu-probe.c1573 reserve_exception_space(0x400, VECTORSPACING * 64); in cpu_probe_broadcom()
1584 reserve_exception_space(0x400, VECTORSPACING * 64); in cpu_probe_broadcom()
1601 reserve_exception_space(0x1000, VECTORSPACING * 64); in cpu_probe_broadcom()
2004 reserve_exception_space(0, 0x1000); in cpu_probe()
H A Dtraps.c2008 void reserve_exception_space(phys_addr_t addr, unsigned long size) in reserve_exception_space() function