multi_level_page_table.hh (11800:54436a1784dc) multi_level_page_table.hh (12406:86bde4a026b5)
1/*
2 * Copyright (c) 2014 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 24 unchanged lines hidden (view full) ---

33 * Declaration of a multi-level page table.
34 */
35
36#ifndef __MEM_MULTI_LEVEL_PAGE_TABLE_HH__
37#define __MEM_MULTI_LEVEL_PAGE_TABLE_HH__
38
39#include <string>
40
1/*
2 * Copyright (c) 2014 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 24 unchanged lines hidden (view full) ---

33 * Declaration of a multi-level page table.
34 */
35
36#ifndef __MEM_MULTI_LEVEL_PAGE_TABLE_HH__
37#define __MEM_MULTI_LEVEL_PAGE_TABLE_HH__
38
39#include <string>
40
41#include "arch/tlb.hh"
42#include "base/types.hh"
43#include "config/the_isa.hh"
44#include "mem/page_table.hh"
45
46class System;
47
48/**
49 * This class implements an in-memory multi-level page table that can be

--- 109 unchanged lines hidden ---
41#include "base/types.hh"
42#include "config/the_isa.hh"
43#include "mem/page_table.hh"
44
45class System;
46
47/**
48 * This class implements an in-memory multi-level page table that can be

--- 109 unchanged lines hidden ---