/openbmc/u-boot/arch/mips/include/asm/ |
H A D | system.h | 126 # 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/linux/drivers/scsi/lpfc/ |
H A D | lpfc_vport.c | 494 if (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO) && in lpfc_send_npiv_logo() 499 ndlp->save_flags |= NLP_WAIT_FOR_LOGO; in lpfc_send_npiv_logo() 505 (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO)), in lpfc_send_npiv_logo() 508 if (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO)) in lpfc_send_npiv_logo() 519 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_send_npiv_logo() 708 ndlp->save_flags |= NLP_WAIT_FOR_DA_ID; in lpfc_vport_delete() 714 !(ndlp->save_flags & NLP_WAIT_FOR_DA_ID), in lpfc_vport_delete() 722 rc, ndlp->save_flags, ndlp->nlp_state, in lpfc_vport_delete() 730 ndlp->save_flags &= ~NLP_WAIT_FOR_DA_ID; in lpfc_vport_delete()
|
H A D | lpfc_disc.h | 157 enum lpfc_nlp_save_flags save_flags; member
|
H A D | lpfc_scsi.c | 6114 if (!(pnode->save_flags & NLP_WAIT_FOR_LOGO) && in lpfc_target_reset_handler() 6119 pnode->save_flags |= NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler() 6123 (!(pnode->save_flags & in lpfc_target_reset_handler() 6128 if (pnode->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_target_reset_handler() 6135 pnode->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
|
H A D | lpfc_ct.c | 1677 if (ndlp->save_flags & NLP_WAIT_FOR_DA_ID) { in lpfc_cmpl_ct() 1683 ndlp->save_flags &= ~NLP_WAIT_FOR_DA_ID; in lpfc_cmpl_ct()
|
H A D | lpfc_hbadisc.c | 404 if (ndlp->save_flags & NLP_IN_RECOV_POST_DEV_LOSS) { in lpfc_check_nlp_post_devloss() 405 ndlp->save_flags &= ~NLP_IN_RECOV_POST_DEV_LOSS; in lpfc_check_nlp_post_devloss() 534 ndlp->save_flags |= NLP_IN_RECOV_POST_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
|
H A D | lpfc_els.c | 3006 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_logo() 3008 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_logo() 11595 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_npiv_logo() 11601 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_npiv_logo()
|
H A D | lpfc_init.c | 3878 if (!(ndlp->save_flags & in lpfc_offline_prep()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_irqsoff.c | 38 static int save_flags; variable 555 save_flags = tr->trace_flags; in __irqsoff_tracer_init() 581 int lat_flag = save_flags & TRACE_ITER_LATENCY_FMT; in __irqsoff_tracer_reset() 582 int overwrite_flag = save_flags & TRACE_ITER_OVERWRITE; in __irqsoff_tracer_reset() 583 int pause_flag = save_flags & TRACE_ITER_PAUSE_ON_TRACE; in __irqsoff_tracer_reset()
|
H A D | trace_sched_wakeup.c | 41 static int save_flags; variable 671 save_flags = tr->trace_flags; in __wakeup_tracer_init() 718 int lat_flag = save_flags & TRACE_ITER_LATENCY_FMT; in wakeup_tracer_reset() 719 int overwrite_flag = save_flags & TRACE_ITER_OVERWRITE; in wakeup_tracer_reset()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_page_dirty.c | 382 unsigned int save_flags; in vmw_bo_vm_mkwrite() local 389 save_flags = vmf->flags; in vmw_bo_vm_mkwrite() 392 vmf->flags = save_flags; in vmw_bo_vm_mkwrite()
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | system.h | 105 #define save_flags(flags) __save_flags (flags) macro
|
/openbmc/u-boot/fs/ubifs/ |
H A D | recovery.c | 200 __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/linux/fs/ubifs/ |
H A D | recovery.c | 196 __le32 save_flags; in write_rcvrd_mst_node() local 200 save_flags = mst->flags; in write_rcvrd_mst_node() 214 mst->flags = save_flags; in write_rcvrd_mst_node()
|
/openbmc/linux/Documentation/scsi/ |
H A D | advansys.rst | 267 save_flags/restore_flags changes.
|
/openbmc/linux/mm/ |
H A D | slab.c | 3215 unsigned long save_flags; in slab_alloc_node() local 3229 local_irq_save(save_flags); in slab_alloc_node() 3231 local_irq_restore(save_flags); in slab_alloc_node()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 2346 uint8_t save_flags = get_float_exception_flags(&env->fp_status); in helper_fscale() local 2349 set_float_exception_flags(save_flags, &env->fp_status); in helper_fscale()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 5672 unsigned long flags, save_flags; in qla2x00_configure_loop() local 5687 save_flags = flags = vha->dpc_flags; in qla2x00_configure_loop() 5781 if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) in qla2x00_configure_loop() 5783 if (test_bit(RSCN_UPDATE, &save_flags)) { in qla2x00_configure_loop()
|