Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dcpu.c445 psr_impl = ((get_psr() >> PSR_IMPL_SHIFT) & PSR_IMPL_SHIFTED_MASK); in cpu_type_probe()
446 psr_vers = ((get_psr() >> PSR_VERS_SHIFT) & PSR_VERS_SHIFTED_MASK); in cpu_type_probe()
448 psr = get_psr(); in cpu_type_probe()
452 fpu_vers = get_psr() & PSR_EF ? ((get_fsr() >> 17) & 0x7) : 7; in cpu_type_probe()
H A Dprocess_32.c185 put_psr(get_psr() | PSR_EF);
206 put_psr(get_psr() | PSR_EF);
275 put_psr(get_psr() | PSR_EF);
307 psr = childregs->psr = get_psr();
H A Dsigutil_32.c20 put_psr(get_psr() | PSR_EF); in save_fpu_state()
28 put_psr(get_psr() | PSR_EF); in save_fpu_state()
H A Dtraps_32.c163 put_psr(get_psr() | PSR_EF); /* Allow FPU ops. */ in do_fpd_trap()
210 put_psr(get_psr() | PSR_EF);
/openbmc/linux/arch/sparc/include/asm/
H A Dpsr.h19 static inline unsigned int get_psr(void) in get_psr() function
H A Dswitch_to_32.h20 put_psr(get_psr() | PSR_EF); \
/openbmc/qemu/target/sparc/
H A Dmachine.c53 static int get_psr(QEMUFile *f, void *opaque, size_t size, in get_psr() function
82 .get = get_psr,
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c1552 mreg = srmmu_get_mmureg(); psr = get_psr(); in get_srmmu_type()