From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Subject: Re: [PATCH -v2] EFI: Runtime services virtual mapping Date: Mon, 23 Sep 2013 10:45:14 +0200 Message-ID: <20130923084514.GC2527@pd.tnic> References: <1379602494-26684-1-git-send-email-bp@alien8.de> <1379602494-26684-12-git-send-email-bp@alien8.de> <20130921113929.GB1587@pd.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20130921113929.GB1587-fF5Pk5pvG8Y@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: X86 ML Cc: LKML , Borislav Petkov , Matt Fleming , Matthew Garrett , "H. Peter Anvin" , James Bottomley , Vivek Goyal , Dave Young , linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-efi@vger.kernel.org On Sat, Sep 21, 2013 at 01:39:29PM +0200, Borislav Petkov wrote: > -void __init efi_call_phys_prelog(void) > +/* > + * We allocate runtime services regions top-down, starting from -4G, i.e. > + * 0xffff_ffff_0000_0000 and limit EFI VA mapping space to 64G. > + */ > +static u64 efi_va = -4 * (1UL << 30); > +#define EFI_VA_END (-68 * (1UL << 30)) Note to self: add this range to Documentation/x86/x86_64/mm.txt -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. --