staticinlinevoid __user *arch_untagged_si_addr(void __user *addr, unsignedlong sig, unsignedlong si_code)
{ /* * For historical reasons, all bits of the fault address are exposed as * address bits for watchpoint exceptions. New architectures should * handle the tag bits consistently.
*/ if (sig == SIGTRAP && si_code == TRAP_BRKPT) return addr;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.