Lines Matching full:linked
174 /* Return true if the linked breakpoint entry lbn passes its checks */
188 * as if linked to an UNKNOWN context-aware breakpoint (in which in linked_bp_matches()
199 /* Linked breakpoint disabled : generate no events */ in linked_bp_matches()
207 case 3: /* linked context ID match */ in linked_bp_matches()
232 case 7: /* linked contextidr_el1 match */ in linked_bp_matches()
235 case 13: /* linked contextidr_el2 match */ in linked_bp_matches()
239 case 9: /* linked VMID match (reserved if no EL2) */ in linked_bp_matches()
240 case 11: /* linked context ID and VMID match (reserved if no EL2) */ in linked_bp_matches()
241 case 15: /* linked full context ID match */ in linked_bp_matches()
297 * linked breakpoints. We rely on WCR and BCR having the same layout in bp_wp_matches()
298 * for the LBN, SSC, HMC, PAC/PMC and is-linked fields. in bp_wp_matches()
678 case 5: /* linked address mismatch (reserved if AArch64) */ in hw_breakpoint_update()
683 case 1: /* linked address match */ in hw_breakpoint_update()
725 case 9: /* linked VMID match (reserved if no EL2) */ in hw_breakpoint_update()
726 case 11: /* linked context ID and VMID match (reserved if no EL2) */ in hw_breakpoint_update()
727 case 3: /* linked context ID match */ in hw_breakpoint_update()
730 * We must generate no events for Linked context matches (unless in hw_breakpoint_update()
731 * they are linked to by some other bp/wp, which is handled in in hw_breakpoint_update()