vtophys.hh (2680:246e7104f744) vtophys.hh (3804:fa7a01dddc7a)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
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;

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

28 * Authors: Nathan Binkert
29 * Steve Reinhardt
30 */
31
32#ifndef __ARCH_SPARC_VTOPHYS_H__
33#define __ARCH_SPARC_VTOPHYS_H__
34
35#include "arch/sparc/isa_traits.hh"
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
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;

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

28 * Authors: Nathan Binkert
29 * Steve Reinhardt
30 */
31
32#ifndef __ARCH_SPARC_VTOPHYS_H__
33#define __ARCH_SPARC_VTOPHYS_H__
34
35#include "arch/sparc/isa_traits.hh"
36#include "arch/sparc/pagetable.hh"
36
37class ThreadContext;
38class FunctionalPort;
39
40namespace SparcISA {
41
42PageTableEntry
43kernel_pte_lookup(FunctionalPort *mem, Addr ptbr, SparcISA::VAddr vaddr);

--- 12 unchanged lines hidden ---
37
38class ThreadContext;
39class FunctionalPort;
40
41namespace SparcISA {
42
43PageTableEntry
44kernel_pte_lookup(FunctionalPort *mem, Addr ptbr, SparcISA::VAddr vaddr);

--- 12 unchanged lines hidden ---