Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/include/asm/
Dtraps.h27 extern void reserve_exception_space(phys_addr_t addr, unsigned long size);
/Linux-v5.15/arch/mips/kernel/
Dcpu-r3k-probe.c163 reserve_exception_space(0, 0x400); in cpu_probe()
Dcpu-probe.c1632 reserve_exception_space(0x400, VECTORSPACING * 64); in cpu_probe_broadcom()
1643 reserve_exception_space(0x400, VECTORSPACING * 64); in cpu_probe_broadcom()
1660 reserve_exception_space(0x1000, VECTORSPACING * 64); in cpu_probe_broadcom()
2143 reserve_exception_space(0, 0x1000); in cpu_probe()
Dtraps.c2002 void reserve_exception_space(phys_addr_t addr, unsigned long size) in reserve_exception_space() function