Searched refs:IOM_RAM_BEGIN (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/arch/landisk/include/
H A Dparam.h48 #define IOM_RAM_BEGIN 0x0c000000 macro
/openbsd-current/sys/arch/sh/sh/
H A Dcache.c146 volatile int *p = (int *)SH3_PHYS_TO_P1SEG(IOM_RAM_BEGIN);
H A Dsh_machdep.c127 #define VBR (u_int8_t *)SH3_PHYS_TO_P1SEG(IOM_RAM_BEGIN)
128 vaddr_t ram_start = SH3_PHYS_TO_P1SEG(IOM_RAM_BEGIN);
/openbsd-current/sys/arch/landisk/landisk/
H A Dmachdep.c165 uvm_page_physload(atop(IOM_RAM_BEGIN),
166 atop(IOM_RAM_BEGIN + ramsize), kernend,
167 atop(IOM_RAM_BEGIN + ramsize), 0);

Completed in 114 milliseconds