Lines Matching defs:bralid
109 static unsigned int bralid; /* saving whole bralid instruction */
117 * b9fc8e30 bralid r15, -29136 // c0008e30 <_mcount>
122 * b9fc8e30 bralid r15, -29136 // c0008e30 <_mcount>
138 bralid = *(unsigned int *)(rec->ip + 4);
139 pr_debug("%s: bralid 0x%x\n", __func__, bralid);
160 pr_debug("%s: bralid:0x%x\n", __func__, bralid);
161 ret += ftrace_modify_code(rec->ip + 4, bralid);