From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753324AbcLGPL0 (ORCPT ); Wed, 7 Dec 2016 10:11:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55148 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752915AbcLGPLY (ORCPT ); Wed, 7 Dec 2016 10:11:24 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells To: Matt Fleming cc: dhowells@redhat.com, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Does anything ever enter through startup_64 in head_64.S? MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21774.1481123477.1@warthog.procyon.org.uk> Date: Wed, 07 Dec 2016 15:11:17 +0000 Message-ID: <21775.1481123477@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 07 Dec 2016 15:11:19 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Matt, Does anything ever enter the kernel through startup_64 in head_64.S?[*] Do all 64-bit mode entries always enter through one of the EFI entry points? Thanks, David [*] I know startup_32 goes through there, but that's internal