Searched refs:BIOS_fbm (Results 1 – 3 of 3) sorted by relevance
34 #define BIOS_fbm 0x0413 /* Free Base Memory (kilobytes) */ macro42 return *(volatile uint16_t *)BIOS_fbm; in bios_fbm()47 *(volatile uint16_t *)BIOS_fbm = mem; in set_bios_fbm()
34 BIOS_fbm resw 1 ; Free Base Memory (kilobytes)
162 uint16_t BIOS_fbm = 1; variable