Searched refs:RAM_BEGIN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/pc98/cbus/
H A Dcbus.h94 #ifndef RAM_BEGIN
95 #define RAM_BEGIN 0x0000000 /* Start of RAM Memory */ macro
101 #define RAM_SIZE (RAM_END - RAM_BEGIN)
102 #endif /* !RAM_BEGIN */
/freebsd-10.2-release/sys/x86/isa/
H A Disa.h96 #ifndef RAM_BEGIN
97 #define RAM_BEGIN 0x0000000 /* Start of RAM Memory */ macro
99 #define RAM_SIZE (RAM_END - RAM_BEGIN)
100 #endif /* !RAM_BEGIN */
/freebsd-10.2-release/sys/isa/
H A Disareg.h178 #ifndef RAM_BEGIN
179 #define RAM_BEGIN 0x0000000 /* Start of RAM Memory */ macro
181 #define RAM_SIZE (RAM_END - RAM_BEGIN)
182 #endif /* !RAM_BEGIN */

Completed in 82 milliseconds