mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Sparc64 ofmem implementation (Igor Kovalenko)
Add sparc64 ofmem implementation. git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@516 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -35,6 +35,14 @@
|
||||
|
||||
#define SPITFIRE_HIGHEST_LOCKED_TLBENT (64 - 1)
|
||||
|
||||
/* translation table entry bits */
|
||||
#define SPITFIRE_TTE_WRITABLE 0x02
|
||||
#define SPITFIRE_TTE_PRIVILEGED 0x04
|
||||
#define SPITFIRE_TTE_CV 0x10
|
||||
#define SPITFIRE_TTE_CP 0x20
|
||||
#define SPITFIRE_TTE_LOCKED 0x40
|
||||
#define SPITFIRE_TTE_VALID 0x8000000000000000ULL
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
enum ultra_tlb_layout {
|
||||
|
||||
Reference in New Issue
Block a user