From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56788 invoked by alias); 8 May 2017 13:05:21 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 56720 invoked by uid 89); 8 May 2017 13:05:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:209.85.128.193, H*RU:209.85.128.193 X-HELO: mail-wr0-f193.google.com Received: from mail-wr0-f193.google.com (HELO mail-wr0-f193.google.com) (209.85.128.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 08 May 2017 13:05:19 +0000 Received: by mail-wr0-f193.google.com with SMTP id w50so8427811wrc.0 for ; Mon, 08 May 2017 06:05:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=x6Hzg0Dq6Psv/z5+NtkodTvqBYqxoD3v+CS7Clm20gI=; b=BUNM6/0JsluKi10E4wiaUhvkogdWxrYMLv43luDXmdIVqgPjCj+Yd5RhSB5qhxSlng aCKpUI3n+1m1NC+JP5uASMFrFoZyDVxOp8qKKVQHyvLlATJHzOoYVXeuB2+1MqdNlW2Y vB95HVi8ZKFNwaSjvrem4GJpvlAprNCF2tZxCE3jQABpQMdw1BaTnB+vlC6X2YyFzqu1 bwuGpyzZ7O0eoHw8cr9VtluvkHn7MfcmsX4UyN+ZHgKwmCDqIkBvEYhrPmNRIMqvbdHJ DGWZWHFDWhDkTL4wuSg9fvj+XNzTdEUFwOkeMhwqZBZpaOdXKhQyVOktSBJwYosgpuEy eQYA== X-Gm-Message-State: AN3rC/7ITFpKrUYkY3wv0jvbf63POAzi3lTES9Hw4wJItYSSmPFoVWRc bNznsoIS+u3lrQ== X-Received: by 10.223.163.137 with SMTP id l9mr38188705wrb.128.1494248719827; Mon, 08 May 2017 06:05:19 -0700 (PDT) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id h9sm9632641wrc.28.2017.05.08.06.05.17 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 08 May 2017 06:05:19 -0700 (PDT) From: "Yao Qi via gdb-patches" Reply-To: Yao Qi To: Philipp Rudo Cc: gdb-patches@sourceware.org, Yao Qi , Peter Griffin , Omair Javaid , Andreas Arnez Subject: Re: [RFC v3 4/8] Add kernel module support for linux-kernel target References: <20170316165739.88524-1-prudo@linux.vnet.ibm.com> <20170316165739.88524-5-prudo@linux.vnet.ibm.com> <868tmf8kn4.fsf@gmail.com> <20170503181620.53d0bd3f@ThinkPad> <86d1bnouo0.fsf@gmail.com> <20170508111837.2bf0bda8@ThinkPad> Date: Mon, 08 May 2017 13:05:00 -0000 In-Reply-To: <20170508111837.2bf0bda8@ThinkPad> (Philipp Rudo's message of "Mon, 8 May 2017 11:18:37 +0200") Message-ID: <86d1bj33el.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00184.txt.bz2 Philipp Rudo writes: >> or maybe lk_vir_to_phy? > > What about lk_virt_to_phys and lk_kvirt_to_phys? For the general virtual= to > physical translation and the special case when the kernel page tables are= used. > lk_virt_to_phys is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)