Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/include/asm/
Dtraps.h27 extern void reserve_exception_space(phys_addr_t addr, unsigned long size);
/Linux-v6.1/arch/mips/kernel/
Dcpu-r3k-probe.c141 reserve_exception_space(0, 0x400); in cpu_probe()
Dcpu-probe.c1569 reserve_exception_space(0x400, VECTORSPACING * 64); in cpu_probe_broadcom()
1580 reserve_exception_space(0x400, VECTORSPACING * 64); in cpu_probe_broadcom()
1597 reserve_exception_space(0x1000, VECTORSPACING * 64); in cpu_probe_broadcom()
1996 reserve_exception_space(0, 0x1000); in cpu_probe()
Dtraps.c2008 void reserve_exception_space(phys_addr_t addr, unsigned long size) in reserve_exception_space() function