Home
last modified time | relevance | path

Searched refs:save_flags (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h126 # define save_flags(x) do { x = __global_save_flags(); } while (0) macro
128 # define save_and_cli(x) do { save_flags(x); cli(); } while(0)
134 # define save_flags(x) __save_flags(x) macro
232 save_flags(flags); in xchg_u32()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h105 #define save_flags(flags) __save_flags (flags) macro
/openbmc/u-boot/fs/ubifs/
H A Drecovery.c200 __le32 save_flags; in write_rcvrd_mst_node() local
204 save_flags = mst->flags; in write_rcvrd_mst_node()
215 mst->flags = save_flags; in write_rcvrd_mst_node()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2372 int save_flags = get_float_exception_flags(&env->fp_status); in helper_fscale() local
2375 set_float_exception_flags(save_flags, &env->fp_status); in helper_fscale()