From mboxrd@z Thu Jan 1 00:00:00 1970 From: hitmoon Subject: Re: where is the function paging32_page_fault() ? Date: Fri, 28 Feb 2014 17:26:36 +0800 Message-ID: <5310564C.9050206@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: ratheesh kannoth Return-path: Received: from mail-pa0-f42.google.com ([209.85.220.42]:65430 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751628AbaB1JYw (ORCPT ); Fri, 28 Feb 2014 04:24:52 -0500 Received: by mail-pa0-f42.google.com with SMTP id kl14so523756pab.29 for ; Fri, 28 Feb 2014 01:24:52 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: =E4=BA=8E 2014=E5=B9=B402=E6=9C=8828=E6=97=A5 16:24, ratheesh kannoth =E5= =86=99=E9=81=93: > I downloaded kvm-17 ( > http://downloads.sourceforge.net/kvm/kvm-17.tar.gz ). I could not fin= d > the function > definition in tar ball. > > where is it defined. ??? > > > Thanks, > Ratheesh > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html The paging32_page_fault was generated by macro FNAME in paging_tmpl.h.=20 You can have a look at it ;-)