From owner-freebsd-arch@FreeBSD.ORG Fri Mar 22 09:41:06 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 28D7C8E3 for ; Fri, 22 Mar 2013 09:41:06 +0000 (UTC) (envelope-from dkandula@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) by mx1.freebsd.org (Postfix) with ESMTP id C235335E for ; Fri, 22 Mar 2013 09:41:05 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id hm11so8273067wib.1 for ; Fri, 22 Mar 2013 02:41:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=sIcf+ML8ba+OjXDtfo9I+heByFfVgb6ChOHBUllHzbs=; b=dVIi0/F8AuLboxxTM4OPB9u8NjFlZYE9d4wbca4PUN+vup5Rl42GlRE+7/Ysz4ONNS FfFyqIQxKB1i/q/d2wB3Mp5C+LV34n/iRB/JQQ7KXCtF+x/99Nv1DiZmiACSh43Xcx7X 9/kN+XUI6hgFREnmBsaaVE4erOeo6ZHjifKpNG9DwDl6e15em0BcE6rB0AU0LPWvVOWi Cu+BZbnv69scUa1IwexTO/5YmckSxFaCoBjWLt56aTGkE9V7JziK2glvjJIv2aSRaYql luFKSXz0OhWJ1sI7CV2B9op+V2ZyhSGm0YhMn94uiVPkMkhSvkdXXqDwtenjhhZrwopN T+WQ== MIME-Version: 1.0 X-Received: by 10.180.13.197 with SMTP id j5mr1693302wic.21.1363945264998; Fri, 22 Mar 2013 02:41:04 -0700 (PDT) Received: by 10.194.37.167 with HTTP; Fri, 22 Mar 2013 02:41:04 -0700 (PDT) Date: Fri, 22 Mar 2013 15:11:04 +0530 Message-ID: Subject: Fields tf_addr and tf_err in struct trapframe. From: Dheeraj Kandula To: freebsd-arch@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 09:41:06 -0000 Hey All, Can anyone share what do the two fields "tf_addr" and "tf_err" represent in the structure trapframe for AMD64 processor. I need the info to debug a bug. Dheeraj