Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/kernel/
Dprocess_32.c195 put_psr(get_psr() | PSR_EF);
216 put_psr(get_psr() | PSR_EF);
320 put_psr(get_psr() | PSR_EF);
354 psr = childregs->psr = get_psr();
428 put_psr(get_psr() | PSR_EF);
438 put_psr(get_psr() | PSR_EF);
Dcpu.c444 psr_impl = ((get_psr() >> PSR_IMPL_SHIFT) & PSR_IMPL_SHIFTED_MASK); in cpu_type_probe()
445 psr_vers = ((get_psr() >> PSR_VERS_SHIFT) & PSR_VERS_SHIFTED_MASK); in cpu_type_probe()
447 psr = get_psr(); in cpu_type_probe()
451 fpu_vers = get_psr() & PSR_EF ? ((get_fsr() >> 17) & 0x7) : 7; in cpu_type_probe()
Dsigutil_32.c19 put_psr(get_psr() | PSR_EF); in save_fpu_state()
27 put_psr(get_psr() | PSR_EF); in save_fpu_state()
Dtraps_32.c187 put_psr(get_psr() | PSR_EF); /* Allow FPU ops. */ in do_fpd_trap()
234 put_psr(get_psr() | PSR_EF);
/linux-4.1.27/arch/sparc/include/asm/
Dpsr.h18 static inline unsigned int get_psr(void) in get_psr() function
Dswitch_to_32.h19 put_psr(get_psr() | PSR_EF); \
/linux-4.1.27/arch/sparc/mm/
Dsrmmu.c1536 mreg = srmmu_get_mmureg(); psr = get_psr(); in get_srmmu_type()