Searched refs:hi (Results 1 – 1 of 1) sorted by relevance
408 void *hi = OSGetMEM1ArenaHi(); in init_memory1() local410 sMemHandle1 = MEMCreateExpHeap(lo,(u32)(hi) - (u32)(lo)); in init_memory1()417 OSSetMEM1ArenaLo(hi); in init_memory1()425 void *hi = OSGetMEM2ArenaHi(); in init_memory2() local426 sMemHandle2 = MEMCreateExpHeap(lo, reinterpret_cast<u32>(hi) - reinterpret_cast<u32>(lo)); in init_memory2()433 OSSetMEM2ArenaLo(hi); in init_memory2()