Searched refs:get_psr (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dcpu.c133 psr_impl = ((get_psr()>>28)&0xf);
134 psr_vers = ((get_psr()>>24)&0xf);
136 psr = get_psr();
H A Dprocess.c339 put_psr(get_psr() | PSR_EF);
362 put_psr(get_psr() | PSR_EF);
481 put_psr(get_psr() | PSR_EF);
603 put_psr(get_psr() | PSR_EF);
611 put_psr(get_psr() | PSR_EF);
H A Dtraps.c228 put_psr(get_psr() | PSR_EF); /* Allow FPU ops. */
277 put_psr(get_psr() | PSR_EF);
H A Dsignal.c588 put_psr(get_psr() | PSR_EF);
596 put_psr(get_psr() | PSR_EF);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dpsr.h41 extern __inline__ unsigned int get_psr(void) function
H A Dsystem.h72 put_psr(get_psr() | PSR_EF); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dpsr.h41 extern __inline__ unsigned int get_psr(void) function
H A Dsystem.h72 put_psr(get_psr() | PSR_EF); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dsrmmu.c1796 mreg = srmmu_get_mmureg(); psr = get_psr();

Completed in 229 milliseconds