vtophys.hh (5569:baeee670d4ce) vtophys.hh (8706:b1838faf3bcc)
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;

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

32#ifndef __ARCH_ALPHA_VTOPHYS_H__
33#define __ARCH_ALPHA_VTOPHYS_H__
34
35#include "arch/alpha/isa_traits.hh"
36#include "arch/alpha/pagetable.hh"
37#include "arch/alpha/utility.hh"
38
39class ThreadContext;
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;

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

32#ifndef __ARCH_ALPHA_VTOPHYS_H__
33#define __ARCH_ALPHA_VTOPHYS_H__
34
35#include "arch/alpha/isa_traits.hh"
36#include "arch/alpha/pagetable.hh"
37#include "arch/alpha/utility.hh"
38
39class ThreadContext;
40class FunctionalPort;
40class PortProxy;
41
42namespace AlphaISA {
43
41
42namespace AlphaISA {
43
44PageTableEntry kernel_pte_lookup(FunctionalPort *mem, Addr ptbr,
44PageTableEntry kernel_pte_lookup(PortProxy* mem, Addr ptbr,
45 VAddr vaddr);
46
47Addr vtophys(Addr vaddr);
48Addr vtophys(ThreadContext *tc, Addr vaddr);
49
50} // namespace AlphaISA
51
52#endif // __ARCH_ALPHA_VTOPHYS_H__
53
45 VAddr vaddr);
46
47Addr vtophys(Addr vaddr);
48Addr vtophys(ThreadContext *tc, Addr vaddr);
49
50} // namespace AlphaISA
51
52#endif // __ARCH_ALPHA_VTOPHYS_H__
53