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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dcpu.c134 psr_impl = ((get_psr()>>28)&0xf);
135 psr_vers = ((get_psr()>>24)&0xf);
137 psr = get_psr();
H A Dprocess.c320 put_psr(get_psr() | PSR_EF);
343 put_psr(get_psr() | PSR_EF);
423 put_psr(get_psr() | PSR_EF);
557 put_psr(get_psr() | PSR_EF);
567 put_psr(get_psr() | PSR_EF);
H A Dtraps.c229 put_psr(get_psr() | PSR_EF); /* Allow FPU ops. */
278 put_psr(get_psr() | PSR_EF);
H A Dsignal.c489 put_psr(get_psr() | PSR_EF);
497 put_psr(get_psr() | PSR_EF);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dpsr.h41 static inline unsigned int get_psr(void) function
H A Dsystem.h77 put_psr(get_psr() | PSR_EF); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsrmmu.c1893 mreg = srmmu_get_mmureg(); psr = get_psr();

Completed in 113 milliseconds