Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h46 restore_flags(flags); in set_bit()
76 restore_flags(flags); in clear_bit()
92 restore_flags(flags); in change_bit()
116 restore_flags(flags); in test_and_set_bit()
144 restore_flags(flags); in test_and_clear_bit()
172 restore_flags(flags); in test_and_change_bit()
272 restore_flags(flags); in ext2_set_bit()
287 restore_flags(flags); in ext2_clear_bit()
H A Dsystem.h106 #define restore_flags(flags) __restore_flags (flags) macro
156 restore_flags (flags); in __xchg()
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h127 # define restore_flags(x) __global_restore_flags(x) macro
136 # define restore_flags(x) __restore_flags(x) macro
236 restore_flags(flags); in xchg_u32()
H A Dbitops.h800 restore_flags(flags); in ext2_set_bit()
814 restore_flags(flags); in ext2_clear_bit()
/openbmc/linux/drivers/rtc/
H A Drtc-nct3018y.c186 int restore_flags = 0; in nct3018y_rtc_set_time() local
196 restore_flags = 1; in nct3018y_rtc_set_time()
238 if (restore_flags) { in nct3018y_rtc_set_time()
/openbmc/linux/fs/nfsd/
H A Dvfs.c1132 bool restore_flags = false; in nfsd_vfs_write() local
1149 restore_flags = true; in nfsd_vfs_write()
1196 if (restore_flags) in nfsd_vfs_write()
/openbmc/linux/Documentation/scsi/
H A Dadvansys.rst267 save_flags/restore_flags changes.