Home
last modified time | relevance | path

Searched refs:qp (Results 1 – 8 of 8) sorted by relevance

/arch/ia64/kernel/
Dkprobes.c194 int qp; in unsupported_inst() local
196 qp = kprobe_inst & 0x3f; in unsupported_inst()
198 if (slot == 1 && qp) { in unsupported_inst()
205 qp = 0; in unsupported_inst()
237 if (slot == 1 && qp) { in unsupported_inst()
243 qp = 0; in unsupported_inst()
272 if (slot == 1 && qp) { in unsupported_inst()
279 qp = 0; in unsupported_inst()
284 if (slot == 1 && qp) { in unsupported_inst()
290 qp = 0; in unsupported_inst()
[all …]
Dunwind_decoder.c122 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
129 qp = (byte1 & 0x3f); in unw_decode_x3()
133 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
135 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
142 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
148 qp = (byte1 & 0x3f); in unw_decode_x4()
154 UNW_DEC_RESTORE_P(X4, qp, t, abreg, arg); in unw_decode_x4()
156 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); in unw_decode_x4()
Dbrl_emu.c58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local
83 qp = ((bundle[1] >> 23) & 0x3f); in ia64_emulate_brl()
89 tmp_taken = regs->pr & (1L << qp); in ia64_emulate_brl()
Dunwind.c1071 desc_is_active (unsigned char qp, unw_word t, struct unw_state_record *sr) in desc_is_active() argument
1075 if (qp > 0) { in desc_is_active()
1076 if ((sr->pr_val & (1UL << qp)) == 0) in desc_is_active()
1078 sr->pr_mask |= (1UL << qp); in desc_is_active()
1084 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p() argument
1088 if (!desc_is_active(qp, t, sr)) in desc_restore_p()
1098 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, in desc_spill_reg_p() argument
1104 if (!desc_is_active(qp, t, sr)) in desc_spill_reg_p()
1119 desc_spill_psprel_p (unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, in desc_spill_psprel_p() argument
1124 if (!desc_is_active(qp, t, sr)) in desc_spill_psprel_p()
[all …]
Dunaligned.c166 unsigned long qp:6; /* [0:5] */ member
1385 "ld.x6=0x%x ld.m=%d ld.op=%d\n", opcode, u.insn.qp, u.insn.r1, u.insn.imm, in ia64_handle_unaligned()
/arch/sparc/kernel/
Dds.c995 struct ds_queue_entry *qp, *tmp; in process_ds_work() local
1003 list_for_each_entry_safe(qp, tmp, &todo, list) { in process_ds_work()
1004 struct ds_data *dpkt = (struct ds_data *) qp->req; in process_ds_work()
1005 struct ds_info *dp = qp->dp; in process_ds_work()
1007 int req_len = qp->req_len; in process_ds_work()
1021 list_del(&qp->list); in process_ds_work()
1022 kfree(qp); in process_ds_work()
1048 struct ds_queue_entry *qp; in ds_data() local
1050 qp = kmalloc(sizeof(struct ds_queue_entry) + len, GFP_ATOMIC); in ds_data()
1051 if (!qp) { in ds_data()
[all …]
/arch/ia64/include/asm/
Dkprobes.h41 unsigned long long qp : 6; member
/arch/powerpc/platforms/cell/spufs/
Dfile.c2184 struct mfc_cq_sr *qp = &info->dma_info_command_data[i]; in spufs_get_dma_info() local
2187 qp->mfc_cq_data0_RW = spuqp->mfc_cq_data0_RW; in spufs_get_dma_info()
2188 qp->mfc_cq_data1_RW = spuqp->mfc_cq_data1_RW; in spufs_get_dma_info()
2189 qp->mfc_cq_data2_RW = spuqp->mfc_cq_data2_RW; in spufs_get_dma_info()
2190 qp->mfc_cq_data3_RW = spuqp->mfc_cq_data3_RW; in spufs_get_dma_info()
2243 struct mfc_cq_sr *qp = &info->proxydma_info_command_data[i]; in spufs_get_proxydma_info() local
2246 qp->mfc_cq_data0_RW = puqp->mfc_cq_data0_RW; in spufs_get_proxydma_info()
2247 qp->mfc_cq_data1_RW = puqp->mfc_cq_data1_RW; in spufs_get_proxydma_info()
2248 qp->mfc_cq_data2_RW = puqp->mfc_cq_data2_RW; in spufs_get_proxydma_info()
2249 qp->mfc_cq_data3_RW = puqp->mfc_cq_data3_RW; in spufs_get_proxydma_info()