Home
last modified time | relevance | path

Searched refs:mret (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/tcg/riscv64/
H A Dissue1060.S30 mret
/openbmc/linux/arch/riscv/kernel/
H A Dentry.S170 mret
/openbmc/linux/sound/pci/ac97/
H A Dac97_patch.c2369 int mret; in snd_ac97_ad1986_vrefout_put() local
2405 mret = snd_ac97_update_bits(ac97, AC97_AD_MISC2, in snd_ac97_ad1986_vrefout_put()
2407 if (mret < 0) in snd_ac97_ad1986_vrefout_put()
2408 return mret; in snd_ac97_ad1986_vrefout_put()
2410 return (cret > 0 || lret > 0 || mret > 0) ? 1 : 0; in snd_ac97_ad1986_vrefout_put()
/openbmc/linux/arch/x86/events/intel/
H A Duncore.c1878 int pret = 0, cret = 0, mret = 0, ret; in intel_uncore_init() local
1914 mret = uncore_mmio_init(); in intel_uncore_init()
1917 if (cret && pret && mret) { in intel_uncore_init()
/openbmc/qemu/target/riscv/
H A Dinsn32.decode119 mret 0011000 00010 00000 000 00000 1110011
H A Dhelper.h133 DEF_HELPER_1(mret, tl, env)