Ignore:
Timestamp:
2017-08-21T18:46:34Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c742f5e
Parents:
c16479e
Message:

riscv64: memory management routines, reflecting the latest Privileged Architecture specification (1.10)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/riscv64/include/arch/mm/frame.h

    rc16479e rccc362a1  
    4343#ifndef __ASM__
    4444
     45#include <arch/boot/boot.h>
     46
     47extern uintptr_t physmem_start;
     48extern uintptr_t htif_frame;
     49extern uintptr_t pt_frame;
     50extern memmap_t memmap;
     51
    4552extern void frame_low_arch_init(void);
    4653extern void frame_high_arch_init(void);
Note: See TracChangeset for help on using the changeset viewer.