Searched refs:MEGAPAGE_SIZE (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Driscv_test.h59 #define MEGAPAGE_SIZE (PTES_PER_PT * PGSIZE) macro
H A Dvm.c22 #define pa2kva(pa) ((void*)(pa) - DRAM_BASE - MEGAPAGE_SIZE)
23 #define uva2kva(pa) ((void*)(pa) - MEGAPAGE_SIZE)
218 #if (MAX_TEST_PAGES > PTES_PER_PT) || (DRAM_BASE % MEGAPAGE_SIZE) != 0

Completed in 3 milliseconds