/linux-4.1.27/include/linux/amba/ |
D | clcd.h | 192 u32 val, cpl; in clcdfb_decode() local 216 cpl = var->xres_virtual; in clcdfb_decode() 220 cpl = cpl * 8 / 3; in clcdfb_decode() 222 cpl /= 8; in clcdfb_decode() 224 cpl /= 4; in clcdfb_decode() 226 regs->tim2 = val | ((cpl - 1) << 16); in clcdfb_decode()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | brl_emu.c | 58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local 161 cpl = ia64_psr(regs)->cpl; in ia64_emulate_brl() 163 | (ar_ec << 52) | (cpl << 62)); in ia64_emulate_brl()
|
D | mca_drv.c | 533 if (psr1->cpl != 0 || in recover_from_read_error() 534 ((psr2->cpl != 0) && mca_recover_range(pmsa->pmsa_iip))) { in recover_from_read_error() 550 psr2->cpl = 0; in recover_from_read_error()
|
D | traps.c | 547 ia64_psr(®s)->cpl = 3; in ia64_fault()
|
/linux-4.1.27/arch/x86/kvm/ |
D | mmu.h | 147 int cpl = kvm_x86_ops->get_cpl(vcpu); in permission_fault() local 163 unsigned long smap = (cpl - 3) & (rflags & X86_EFLAGS_AC); in permission_fault()
|
D | emulate.c | 1540 u16 selector, int seg, u8 cpl, in __load_segment_descriptor() argument 1578 && (ctxt->mode != X86EMUL_MODE_PROT64 || rpl != cpl)) in __load_segment_descriptor() 1618 if (rpl != cpl || (seg_desc.type & 0xa) != 0x2 || dpl != cpl) in __load_segment_descriptor() 1627 if (dpl > cpl) in __load_segment_descriptor() 1631 if (rpl > cpl || dpl != cpl) in __load_segment_descriptor() 1644 selector = (selector & 0xfffc) | cpl; in __load_segment_descriptor() 1668 (rpl > dpl && cpl > dpl))) in __load_segment_descriptor() 1703 u8 cpl = ctxt->ops->cpl(ctxt); in load_segment_descriptor() local 1704 return __load_segment_descriptor(ctxt, selector, seg, cpl, in load_segment_descriptor() 1798 int cpl = ctxt->ops->cpl(ctxt); in emulate_popf() local [all …]
|
D | svm.c | 1473 var->dpl = to_svm(vcpu)->vmcb->save.cpl; in svm_get_segment() 1482 return save->cpl; in svm_get_cpl() 1637 svm->vmcb->save.cpl = (s->attrib >> SVM_SELECTOR_DPL_SHIFT) & 3; in svm_set_segment() 2029 if (svm->vmcb->save.cpl) { in nested_svm_check_permissions() 2351 nested_vmcb->save.cpl = vmcb->save.cpl; in nested_svm_vmexit() 2416 svm->vmcb->save.cpl = 0; in nested_svm_vmexit() 2583 svm->vmcb->save.cpl = nested_vmcb->save.cpl; in nested_svm_vmrun() 3471 save->cpl, save->efer); in dump_vmcb()
|
D | x86.c | 5047 .cpl = emulator_get_cpl,
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1169 struct cpl_tx_pkt_core *cpl; in t4vf_eth_xmit() local 1279 sizeof(*cpl))); in t4vf_eth_xmit() 1303 cpl = (void *)(lso + 1); in t4vf_eth_xmit() 1312 len = is_eth_imm(skb) ? skb->len + sizeof(*cpl) : sizeof(*cpl); in t4vf_eth_xmit() 1321 cpl = (void *)(wr + 1); in t4vf_eth_xmit() 1341 cpl->ctrl0 = cpu_to_be32(TXPKT_OPCODE(CPL_TX_PKT_XT) | in t4vf_eth_xmit() 1344 cpl->pack = cpu_to_be16(0); in t4vf_eth_xmit() 1345 cpl->len = cpu_to_be16(skb->len); in t4vf_eth_xmit() 1346 cpl->ctrl1 = cpu_to_be64(cntrl); in t4vf_eth_xmit() 1363 inline_tx_skb(skb, &txq->q, cpl + 1); in t4vf_eth_xmit() [all …]
|
D | cxgb4vf_main.c | 436 void *cpl = (void *)(rsp + 1); in fwevtq_handler() local 443 const struct cpl_fw6_msg *fw_msg = cpl; in fwevtq_handler() 459 cpl = (void *)p; in fwevtq_handler() 473 const struct cpl_sge_egr_update *p = cpl; in fwevtq_handler()
|
/linux-4.1.27/arch/mips/loongson/lemote-2f/ |
D | irq.c | 91 static irqreturn_t ip6_action(int cpl, void *dev_id) in ip6_action() argument
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 62 #define INIT_TP_WR_CPL(w, cpl, tid) do { \ argument 64 OPCODE_TID(w) = htonl(MK_OPCODE_TID(cpl, tid)); \
|
D | sge.c | 1142 struct cpl_tx_pkt_core *cpl; in t4_eth_xmit() local 1229 cpl = (void *)(lso + 1); in t4_eth_xmit() 1236 len += sizeof(*cpl); in t4_eth_xmit() 1239 cpl = (void *)(wr + 1); in t4_eth_xmit() 1256 cpl->ctrl0 = htonl(TXPKT_OPCODE(CPL_TX_PKT_XT) | in t4_eth_xmit() 1258 cpl->pack = htons(0); in t4_eth_xmit() 1259 cpl->len = htons(skb->len); in t4_eth_xmit() 1260 cpl->ctrl1 = cpu_to_be64(cntrl); in t4_eth_xmit() 1263 inline_tx_skb(skb, &q->q, cpl + 1); in t4_eth_xmit() 1268 write_sgl(skb, &q->q, (struct ulptx_sgl *)(cpl + 1), end, 0, in t4_eth_xmit() [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 1777 struct cpl_tx_pkt *cpl; in t1_start_xmit() local 1813 cpl = (struct cpl_tx_pkt *)hdr; in t1_start_xmit() 1853 cpl = (struct cpl_tx_pkt *)__skb_push(skb, sizeof(*cpl)); in t1_start_xmit() 1854 cpl->opcode = CPL_TX_PKT; in t1_start_xmit() 1855 cpl->ip_csum_dis = 1; /* SW calculates IP csum */ in t1_start_xmit() 1856 cpl->l4_csum_dis = skb->ip_summed == CHECKSUM_PARTIAL ? 0 : 1; in t1_start_xmit() 1861 cpl->iff = dev->if_port; in t1_start_xmit() 1864 cpl->vlan_valid = 1; in t1_start_xmit() 1865 cpl->vlan = htons(skb_vlan_tag_get(skb)); in t1_start_xmit() 1868 cpl->vlan_valid = 0; in t1_start_xmit()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | ptrace.h | 90 # define user_mode(regs) (((struct ia64_psr *) &(regs)->cr_ipsr)->cpl != 0)
|
D | processor.h | 110 __u64 cpl : 2; member
|
/linux-4.1.27/kernel/irq/ |
D | handle.c | 40 irqreturn_t no_action(int cpl, void *dev_id) in no_action() argument
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 1146 struct cpl_tx_pkt *cpl = (struct cpl_tx_pkt *)d; in write_tx_pkt_wr() local 1148 cpl->len = htonl(skb->len); in write_tx_pkt_wr() 1157 struct cpl_tx_pkt_lso *hdr = (struct cpl_tx_pkt_lso *)cpl; in write_tx_pkt_wr() 1173 cpl->cntrl = htonl(cntrl); in write_tx_pkt_wr() 1175 if (skb->len <= WR_LEN - sizeof(*cpl)) { in write_tx_pkt_wr() 1184 cpl->wr.wr_hi = htonl(V_WR_BCNTLFLT(skb->len & 7) | in write_tx_pkt_wr() 1188 cpl->wr.wr_lo = htonl(V_WR_LEN(flits) | V_WR_GEN(gen) | in write_tx_pkt_wr() 2069 struct cpl_rx_pkt *cpl; in lro_add_page() local 2105 cpl = qs->lro_va = sd->pg_chunk.va + 2; in lro_add_page() 2108 cpl->csum_valid && cpl->csum == htons(0xffff)) { in lro_add_page() [all …]
|
/linux-4.1.27/drivers/watchdog/ |
D | octeon-wdt-main.c | 250 static irqreturn_t octeon_wdt_poke_irq(int cpl, void *dev_id) in octeon_wdt_poke_irq() argument 262 disable_irq_nosync(cpl); in octeon_wdt_poke_irq()
|
/linux-4.1.27/drivers/input/serio/ |
D | ct82c710.c | 73 static irqreturn_t ct82c710_interrupt(int cpl, void *dev_id) in ct82c710_interrupt() argument
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1038 struct cpl_rx_data *cpl = (struct cpl_rx_data *)skb->data; in do_rx_data() local 1039 unsigned int tid = GET_TID(cpl); in do_rx_data() 1059 struct cpl_iscsi_hdr *cpl = (struct cpl_iscsi_hdr *)skb->data; in do_rx_iscsi_hdr() local 1060 unsigned short pdu_len_ddp = be16_to_cpu(cpl->pdu_len_ddp); in do_rx_iscsi_hdr() 1061 unsigned int tid = GET_TID(cpl); in do_rx_iscsi_hdr() 1088 cxgbi_skcb_tcp_seq(skb) = ntohl(cpl->seq); in do_rx_iscsi_hdr() 1092 __skb_pull(skb, sizeof(*cpl)); in do_rx_iscsi_hdr() 1093 __pskb_trim(skb, ntohs(cpl->len)); in do_rx_iscsi_hdr() 1113 hlen = ntohs(cpl->len); in do_rx_iscsi_hdr()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | oct_ilm.c | 134 static irqreturn_t cvm_oct_ciu_timer_interrupt(int cpl, void *dev_id) in cvm_oct_ciu_timer_interrupt() argument
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 3475 struct cpl_pass_accept_req *cpl; in passive_ofld_conn_reply() local 3487 cpl = (struct cpl_pass_accept_req *)cplhdr(rpl_skb); in passive_ofld_conn_reply() 3488 OPCODE_TID(cpl) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_REQ, in passive_ofld_conn_reply() 3531 struct cpl_rx_pkt *cpl = cplhdr(skb); in build_cpl_pass_accept_req() local 3538 vlantag = (__force u16) cpl->vlan; in build_cpl_pass_accept_req() 3539 len = (__force u16) cpl->len; in build_cpl_pass_accept_req() 3540 l2info = (__force u32) cpl->l2info; in build_cpl_pass_accept_req() 3541 hdr_len = (__force u16) cpl->hdr_len; in build_cpl_pass_accept_req() 3542 intf = cpl->iff; in build_cpl_pass_accept_req() 3592 struct cpl_pass_accept_req *cpl = cplhdr(skb); in send_fw_pass_open_req() local [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | svm.h | 150 u8 cpl; member
|
D | kvm_emulate.h | 193 int (*cpl)(struct x86_emulate_ctxt *ctxt); member
|
/linux-4.1.27/drivers/staging/octeon/ |
D | ethernet-spi.c | 47 static irqreturn_t cvm_oct_spi_rml_interrupt(int cpl, void *dev_id) in cvm_oct_spi_rml_interrupt() argument
|
D | ethernet-rx.c | 72 static irqreturn_t cvm_oct_do_interrupt(int cpl, void *dev_id) in cvm_oct_do_interrupt() argument
|
D | ethernet-rgmii.c | 199 static irqreturn_t cvm_oct_rgmii_rml_interrupt(int cpl, void *dev_id) in cvm_oct_rgmii_rml_interrupt() argument
|
D | ethernet-tx.c | 735 static irqreturn_t cvm_oct_tx_cleanup_watchdog(int cpl, void *dev_id) in cvm_oct_tx_cleanup_watchdog() argument
|
/linux-4.1.27/arch/mips/ath25/ |
D | ar2315.c | 56 static irqreturn_t ar2315_ahb_err_handler(int cpl, void *dev_id) in ar2315_ahb_err_handler() argument
|
D | ar5312.c | 57 static irqreturn_t ar5312_ahb_err_handler(int cpl, void *dev_id) in ar5312_ahb_err_handler() argument
|
/linux-4.1.27/arch/mips/pci/ |
D | msi-octeon.c | 350 static irqreturn_t octeon_msi_interrupt##x(int cpl, void *dev_id) \
|
/linux-4.1.27/drivers/misc/ |
D | apds990x.c | 266 u32 cpl; in apds990x_lux_to_threshold() local 292 cpl = ((u32)chip->atime * (u32)again[chip->again_next] * in apds990x_lux_to_threshold() 295 thres = lux * cpl / 64; in apds990x_lux_to_threshold()
|
/linux-4.1.27/include/linux/ |
D | interrupt.h | 124 extern irqreturn_t no_action(int cpl, void *dev_id);
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_scsi.c | 1106 struct cpl_fw6_msg *cpl; in csio_scsi_cmpl_handler() local 1112 cpl = (struct cpl_fw6_msg *)((uintptr_t)wr + sizeof(__be64)); in csio_scsi_cmpl_handler() 1114 if (unlikely(cpl->opcode != CPL_FW6_MSG)) { in csio_scsi_cmpl_handler() 1116 cpl->opcode); in csio_scsi_cmpl_handler() 1121 tempwr = (uint8_t *)(cpl->data); in csio_scsi_cmpl_handler()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | pic.c | 205 static irqreturn_t gatwick_action(int cpl, void *dev_id) in gatwick_action() argument
|
/linux-4.1.27/drivers/pcmcia/ |
D | pcmcia_resource.c | 759 static irqreturn_t test_action(int cpl, void *dev_id) in test_action() argument
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | msr.txt | 172 when vcpu is in cpl == 0.
|
/linux-4.1.27/drivers/video/fbdev/ |
D | uvesafb.c | 246 struct completion *cpl = task->done; in uvesafb_reset() local 249 task->done = cpl; in uvesafb_reset()
|
/linux-4.1.27/Documentation/ia64/ |
D | fsys.txt | 219 PSR.cpl Cleared to 0.
|
/linux-4.1.27/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 668 static irqreturn_t octeon_mgmt_interrupt(int cpl, void *dev_id) in octeon_mgmt_interrupt() argument
|