Add more PTE and IA64 mem region variables
This commit is contained in:
parent
a4a9beb008
commit
386cb0812b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: genassym.cf,v 1.10 2011/10/01 15:59:28 chs Exp $
|
||||
# $NetBSD: genassym.cf,v 1.11 2017/04/08 17:43:41 scole Exp $
|
||||
|
||||
#
|
||||
# Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -87,6 +87,7 @@ include <uvm/uvm.h>
|
|||
|
||||
include <machine/pmap.h>
|
||||
include <machine/vmparam.h>
|
||||
include <machine/pte.h>
|
||||
include <machine/intr.h>
|
||||
include <machine/frame.h>
|
||||
include <machine/types.h>
|
||||
|
@ -113,6 +114,21 @@ define PAGE_SIZE PAGE_SIZE
|
|||
define PAGE_SHIFT PAGE_SHIFT
|
||||
define KSTACK_PAGES KSTACK_PAGES
|
||||
|
||||
define IA64_VM_MINKERN_REGION IA64_VM_MINKERN_REGION
|
||||
define IA64_PBVM_RR IA64_PBVM_RR
|
||||
define IA64_PBVM_PAGE_SHIFT IA64_PBVM_PAGE_SHIFT
|
||||
define IA64_PSR_DFH IA64_PSR_DFH
|
||||
define IA64_PBVM_BASE IA64_PBVM_BASE
|
||||
define IA64_PBVM_PGTBL IA64_PBVM_PGTBL
|
||||
|
||||
define PTE_PRESENT PTE_PRESENT
|
||||
define PTE_ACCESSED PTE_ACCESSED
|
||||
define PTE_DIRTY PTE_DIRTY
|
||||
define PTE_PL_KERN PTE_PL_KERN
|
||||
define PTE_AR_RWX PTE_AR_RWX
|
||||
define PTE_MA_WB PTE_MA_WB
|
||||
define PTE_MA_UC PTE_MA_UC
|
||||
|
||||
define DT_NULL DT_NULL
|
||||
define DT_RELA DT_RELA
|
||||
define DT_RELAENT DT_RELAENT
|
||||
|
|
Loading…
Reference in New Issue