/arch/ia64/kernel/ |
D | kprobes.c | 179 int qp; in unsupported_inst() local 181 qp = kprobe_inst & 0x3f; in unsupported_inst() 183 if (slot == 1 && qp) { in unsupported_inst() 190 qp = 0; in unsupported_inst() 222 if (slot == 1 && qp) { in unsupported_inst() 228 qp = 0; in unsupported_inst() 257 if (slot == 1 && qp) { in unsupported_inst() 264 qp = 0; in unsupported_inst() 269 if (slot == 1 && qp) { in unsupported_inst() 275 qp = 0; in unsupported_inst() [all …]
|
D | brl_emu.c | 59 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()
|
D | unwind_decoder.c | 123 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local 130 qp = (byte1 & 0x3f); in unw_decode_x3() 134 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3() 136 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3() 143 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 149 qp = (byte1 & 0x3f); in unw_decode_x4() 155 UNW_DEC_RESTORE_P(X4, qp, t, abreg, arg); in unw_decode_x4() 157 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); in unw_decode_x4()
|
D | unwind.c | 1072 desc_is_active (unsigned char qp, unw_word t, struct unw_state_record *sr) in desc_is_active() argument 1076 if (qp > 0) { in desc_is_active() 1077 if ((sr->pr_val & (1UL << qp)) == 0) in desc_is_active() 1079 sr->pr_mask |= (1UL << qp); in desc_is_active() 1085 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p() argument 1089 if (!desc_is_active(qp, t, sr)) in desc_restore_p() 1099 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, in desc_spill_reg_p() argument 1105 if (!desc_is_active(qp, t, sr)) in desc_spill_reg_p() 1120 desc_spill_psprel_p (unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, in desc_spill_psprel_p() argument 1125 if (!desc_is_active(qp, t, sr)) in desc_spill_psprel_p() [all …]
|
D | unaligned.c | 169 unsigned long qp:6; /* [0:5] */ member 1391 "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/ |
D | ds.c | 997 struct ds_queue_entry *qp, *tmp; in process_ds_work() local 1005 list_for_each_entry_safe(qp, tmp, &todo, list) { in process_ds_work() 1006 struct ds_data *dpkt = (struct ds_data *) qp->req; in process_ds_work() 1007 struct ds_info *dp = qp->dp; in process_ds_work() 1009 int req_len = qp->req_len; in process_ds_work() 1023 list_del(&qp->list); in process_ds_work() 1024 kfree(qp); in process_ds_work() 1050 struct ds_queue_entry *qp; in ds_data() local 1052 qp = kmalloc(sizeof(struct ds_queue_entry) + len, GFP_ATOMIC); in ds_data() 1053 if (!qp) { in ds_data() [all …]
|
/arch/ia64/include/asm/ |
D | kprobes.h | 33 unsigned long long qp : 6; member
|
/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 2118 struct mfc_cq_sr *qp = &info->dma_info_command_data[i]; in spufs_get_dma_info() local 2121 qp->mfc_cq_data0_RW = spuqp->mfc_cq_data0_RW; in spufs_get_dma_info() 2122 qp->mfc_cq_data1_RW = spuqp->mfc_cq_data1_RW; in spufs_get_dma_info() 2123 qp->mfc_cq_data2_RW = spuqp->mfc_cq_data2_RW; in spufs_get_dma_info() 2124 qp->mfc_cq_data3_RW = spuqp->mfc_cq_data3_RW; in spufs_get_dma_info() 2177 struct mfc_cq_sr *qp = &info->proxydma_info_command_data[i]; in spufs_get_proxydma_info() local 2180 qp->mfc_cq_data0_RW = puqp->mfc_cq_data0_RW; in spufs_get_proxydma_info() 2181 qp->mfc_cq_data1_RW = puqp->mfc_cq_data1_RW; in spufs_get_proxydma_info() 2182 qp->mfc_cq_data2_RW = puqp->mfc_cq_data2_RW; in spufs_get_proxydma_info() 2183 qp->mfc_cq_data3_RW = puqp->mfc_cq_data3_RW; in spufs_get_proxydma_info()
|