Searched refs:iflags (Results 1 - 25 of 41) sorted by path

12

/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h612 u8 iflags; member in struct:kvm_vcpu_arch
781 #define PENDING_EXCEPTION __vcpu_single_flag(iflags, BIT(0))
786 #define INCREMENT_PC __vcpu_single_flag(iflags, BIT(1))
788 #define EXCEPT_MASK __vcpu_single_flag(iflags, GENMASK(3, 1))
793 #define __vcpu_except_flags(_f) iflags, (_f << __EXCEPT_SHIFT), __EXCEPT_MASK_VAL
815 #define DEBUG_DIRTY __vcpu_single_flag(iflags, BIT(4))
817 #define DEBUG_STATE_SAVE_SPE __vcpu_single_flag(iflags, BIT(5))
819 #define DEBUG_STATE_SAVE_TRBE __vcpu_single_flag(iflags, BIT(6))
821 #define VCPU_HYP_CONTEXT __vcpu_single_flag(iflags, BIT(7))
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c41 hyp_vcpu->vcpu.arch.iflags = host_vcpu->arch.iflags;
66 host_vcpu->arch.iflags = hyp_vcpu->vcpu.arch.iflags;
/linux-master/arch/mips/include/asm/
H A Dsgiarcs.h84 enum linux_identifier iflags; /* node flags */ member in struct:linux_component
/linux-master/arch/mips/kernel/
H A Delf.c171 u32 iflags; local
174 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags;
176 if ((flags ^ iflags) & EF_MIPS_NAN2008)
/linux-master/drivers/char/ipmi/
H A Dipmi_msghandler.c983 unsigned long iflags; local
988 spin_lock_irqsave(&intf->watch_lock, iflags);
1003 spin_unlock_irqrestore(&intf->watch_lock, iflags);
1008 unsigned long iflags; local
1013 spin_lock_irqsave(&intf->watch_lock, iflags);
1036 spin_unlock_irqrestore(&intf->watch_lock, iflags);
/linux-master/drivers/crypto/
H A Dgeode-aes.c74 unsigned long iflags; local
89 spin_lock_irqsave(&lock, iflags);
105 spin_unlock_irqrestore(&lock, iflags);
/linux-master/drivers/dma/
H A Dmpc512x_dma.c608 unsigned long iflags; local
611 spin_lock_irqsave(&mchan->lock, iflags);
617 spin_unlock_irqrestore(&mchan->lock, iflags);
667 spin_lock_irqsave(&mchan->lock, iflags);
669 spin_unlock_irqrestore(&mchan->lock, iflags);
694 unsigned long iflags; local
707 spin_lock_irqsave(&mchan->lock, iflags);
712 spin_unlock_irqrestore(&mchan->lock, iflags);
728 spin_unlock_irqrestore(&mchan->lock, iflags);
794 spin_lock_irqsave(&mchan->lock, iflags);
[all...]
H A Dpl330.c2712 unsigned long iflags; local
2720 spin_lock_irqsave(&pl330->pool_lock, iflags);
2730 spin_unlock_irqrestore(&pl330->pool_lock, iflags);
/linux-master/drivers/dma/sf-pdma/
H A Dsf-pdma.c90 unsigned long iflags; local
105 spin_lock_irqsave(&chan->vchan.lock, iflags);
107 spin_unlock_irqrestore(&chan->vchan.lock, iflags);
/linux-master/drivers/fpga/
H A Daltera-cvp.c323 u32 iflags, val; local
326 iflags = info ? info->flags : 0;
328 if (iflags & FPGA_MGR_PARTIAL_RECONFIG) {
334 if (iflags & FPGA_MGR_COMPRESSED_BITSTREAM)
336 else if (iflags & FPGA_MGR_ENCRYPTED_BITSTREAM)
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c76 static int __from_ib_access_flags(int iflags) argument
80 if (iflags & IB_ACCESS_LOCAL_WRITE)
82 if (iflags & IB_ACCESS_REMOTE_READ)
84 if (iflags & IB_ACCESS_REMOTE_WRITE)
86 if (iflags & IB_ACCESS_REMOTE_ATOMIC)
88 if (iflags & IB_ACCESS_MW_BIND)
90 if (iflags & IB_ZERO_BASED)
92 if (iflags & IB_ACCESS_ON_DEMAND)
99 enum ib_access_flags iflags = 0; local
102 iflags |
[all...]
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.c184 int iref_cnt, iflags; local
201 iflags = interval->flags;
205 iflags, err, err_out, &to_add);
216 iflags | flags, err, err_out,
219 iflags, err, err_out, &to_add);
222 iflags | flags, err, err_out,
/linux-master/drivers/media/rc/
H A Dite-cir.c230 int iflags; local
236 iflags = dev->params->get_irq_causes(dev);
239 if (iflags & ITE_IRQ_RX_FIFO_OVERRUN) {
245 if (iflags & (ITE_IRQ_RX_FIFO | ITE_IRQ_RX_FIFO_OVERRUN)) {
267 } else if (iflags & ITE_IRQ_TX_FIFO) {
495 u8 iflags; local
499 iflags = inb(dev->cir_addr + IT87_IIR) & IT87_II;
501 switch (iflags) {
690 u8 iflags; local
694 iflags
965 u8 iflags; local
[all...]
/linux-master/drivers/mmc/host/
H A Datmel-mci.c1055 u32 iflags; local
1064 iflags = ATMCI_DATA_ERROR_FLAGS;
1079 iflags |= ATMCI_RXRDY;
1081 iflags |= ATMCI_TXRDY;
1083 return iflags;
1095 u32 iflags, tmp; local
1102 iflags = ATMCI_DATA_ERROR_FLAGS;
1108 iflags |= ATMCI_ENDRX | ATMCI_RXBUFF;
1110 iflags |= ATMCI_ENDTX | ATMCI_TXBUFE | ATMCI_BLKE;
1135 return iflags;
1148 u32 iflags; local
1287 u32 iflags; local
[all...]
H A Dsunxi-mmc.c629 unsigned long iflags; local
631 spin_lock_irqsave(&host->lock, iflags);
633 spin_unlock_irqrestore(&host->lock, iflags);
652 spin_lock_irqsave(&host->lock, iflags);
654 spin_unlock_irqrestore(&host->lock, iflags);
1014 unsigned long iflags; local
1075 spin_lock_irqsave(&host->lock, iflags);
1078 spin_unlock_irqrestore(&host->lock, iflags);
1102 spin_unlock_irqrestore(&host->lock, iflags);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_attr.c347 unsigned long iflags; local
547 spin_lock_irqsave(&vport->fc_nodes_list_lock, iflags);
621 spin_unlock_irqrestore(&vport->fc_nodes_list_lock, iflags);
685 spin_unlock_irqrestore(&vport->fc_nodes_list_lock, iflags);
3771 unsigned long iflags; local
3777 spin_lock_irqsave(&vport->fc_nodes_list_lock, iflags);
3792 spin_unlock_irqrestore(&vport->fc_nodes_list_lock, iflags);
3979 unsigned long iflags; local
3990 spin_lock_irqsave(&vport->fc_nodes_list_lock, iflags);
3993 spin_unlock_irqrestore(&vport->fc_nodes_list_lock, iflags);
5240 unsigned long iflags; local
6856 unsigned long iflags; local
[all...]
H A Dlpfc_ct.c1840 unsigned long iflags; local
1843 spin_lock_irqsave(&vport->fc_nodes_list_lock, iflags);
1851 spin_unlock_irqrestore(&vport->fc_nodes_list_lock, iflags);
H A Dlpfc_debugfs.c812 unsigned long iflags; local
821 spin_lock_irqsave(&vport->fc_nodes_list_lock, iflags);
911 spin_unlock_irqrestore(&vport->fc_nodes_list_lock, iflags);
954 spin_lock_irqsave(&vport->fc_nodes_list_lock, iflags);
1008 spin_unlock_irqrestore(&vport->fc_nodes_list_lock, iflags);
H A Dlpfc_els.c9599 unsigned long iflags = 0; local
9610 spin_lock_irqsave(&phba->hbalock, iflags);
9615 spin_unlock_irqrestore(&phba->hbalock, iflags);
9657 spin_unlock_irqrestore(&phba->hbalock, iflags);
9661 spin_lock_irqsave(&phba->hbalock, iflags);
9668 spin_unlock_irqrestore(&phba->hbalock, iflags);
9682 spin_lock_irqsave(&phba->hbalock, iflags);
9721 spin_unlock_irqrestore(&phba->hbalock, iflags);
11658 unsigned long iflags; local
11661 spin_lock_irqsave(&phba->pport->work_port_lock, iflags);
11686 unsigned long iflags; local
11852 unsigned long iflags; local
[all...]
H A Dlpfc_hbadisc.c157 unsigned long iflags; local
179 spin_lock_irqsave(&ndlp->lock, iflags);
194 spin_unlock_irqrestore(&ndlp->lock, iflags);
196 spin_lock_irqsave(&ndlp->lock, iflags);
205 spin_unlock_irqrestore(&ndlp->lock, iflags);
210 spin_unlock_irqrestore(&ndlp->lock, iflags);
232 spin_lock_irqsave(&ndlp->lock, iflags);
248 spin_unlock_irqrestore(&ndlp->lock, iflags);
256 spin_lock_irqsave(&phba->hbalock, iflags);
260 spin_unlock_irqrestore(&phba->hbalock, iflags);
400 unsigned long iflags; local
438 unsigned long iflags; local
3493 unsigned long iflags; local
4607 unsigned long iflags; local
4664 unsigned long iflags; local
4835 unsigned long iflags; local
4876 unsigned long iflags; local
4888 unsigned long iflags; local
5011 unsigned long iflags; local
5224 unsigned long iflags; local
5388 unsigned long iflags; local
5639 unsigned long iflags; local
5652 unsigned long iflags; local
6700 unsigned long iflags; local
[all...]
H A Dlpfc_init.c4364 unsigned long iflags; local
4379 spin_lock_irqsave(&qp->io_buf_list_put_lock, iflags);
4385 iflags);
7321 unsigned long iflags; local
7324 spin_lock_irqsave(&phba->hbalock, iflags);
7326 spin_unlock_irqrestore(&phba->hbalock, iflags);
7329 spin_lock_irqsave(&phba->sli4_hba.asynce_list_lock, iflags);
7334 iflags);
7370 spin_lock_irqsave(&phba->sli4_hba.asynce_list_lock, iflags);
7372 spin_unlock_irqrestore(&phba->sli4_hba.asynce_list_lock, iflags);
11607 unsigned long iflags; local
11642 unsigned long iflags; local
11660 unsigned long iflags; local
[all...]
H A Dlpfc_mem.c390 unsigned long iflags; local
395 spin_lock_irqsave(&phba->hbalock, iflags);
401 spin_unlock_irqrestore(&phba->hbalock, iflags);
450 unsigned long iflags; local
452 spin_lock_irqsave(&phba->hbalock, iflags);
454 spin_unlock_irqrestore(&phba->hbalock, iflags);
H A Dlpfc_nvmet.c1019 unsigned long iflags; local
1105 spin_lock_irqsave(&pring->ring_lock, iflags);
1108 spin_unlock_irqrestore(&pring->ring_lock, iflags);
2006 unsigned long iflags; local
2018 spin_lock_irqsave(&pring->ring_lock, iflags);
2026 iflags);
2037 spin_unlock_irqrestore(&pring->ring_lock, iflags);
2040 spin_lock_irqsave(&pring->ring_lock, iflags);
2045 spin_unlock_irqrestore(&pring->ring_lock, iflags);
2056 unsigned long iflags; local
2188 unsigned long iflags; local
[all...]
H A Dlpfc_sli.c1024 unsigned long iflags; local
1027 spin_lock_irqsave(&phba->hbalock, iflags);
1037 spin_unlock_irqrestore(&phba->hbalock, iflags);
1071 unsigned long iflags; local
1075 spin_lock_irqsave(&phba->hbalock, iflags);
1080 spin_unlock_irqrestore(&phba->hbalock, iflags);
1084 spin_unlock_irqrestore(&phba->hbalock, iflags);
1103 unsigned long iflags; local
1112 spin_lock_irqsave(&phba->hbalock, iflags);
1121 spin_unlock_irqrestore(&phba->hbalock, iflags);
1172 unsigned long iflags; local
1345 unsigned long iflags; local
1494 unsigned long iflags; local
1932 unsigned long iflags; local
2843 unsigned long iflags; local
10046 unsigned long iflags; local
10180 unsigned long iflags; local
10543 unsigned long iflags; local
11293 unsigned long iflags; local
11373 unsigned long iflags; local
12402 unsigned long iflags; local
12681 unsigned long iflags; local
12774 unsigned long iflags; local
12843 unsigned long iflags; local
12996 unsigned long iflags; local
13059 unsigned long iflags; local
13120 unsigned long iflags; local
14135 unsigned long iflags; local
14179 unsigned long iflags; local
14250 unsigned long iflags; local
14292 unsigned long iflags; local
14472 unsigned long iflags; local
14558 unsigned long iflags; local
14621 unsigned long iflags; local
15040 unsigned long iflags; local
15162 unsigned long iflags; local
19340 unsigned long iflags; local
21124 unsigned long iflags = 0; local
21338 unsigned long iflags; local
22309 unsigned long iflags; local
22377 unsigned long iflags; local
22413 unsigned long iflags; local
22451 unsigned long iflags; local
22526 unsigned long iflags; local
22562 unsigned long iflags; local
[all...]
/linux-master/drivers/scsi/
H A Dscsi_debug.c7706 unsigned long iflags; local
7715 xa_lock_irqsave(per_store_ap, iflags);
7718 xa_unlock_irqrestore(per_store_ap, iflags);
7726 xa_unlock_irqrestore(per_store_ap, iflags);

Completed in 520 milliseconds

12