Searched refs:XBIOS_TRAP (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/boot/platform/atari_m68k/ |
H A D | toscalls.h | 270 #define XBIOS_TRAP 14 macro 462 #define Initmous(mode, param, vec) toscallWPP(XBIOS_TRAP, 0, (int16)mode, (void *)param, (void *)ve… 463 #define Physbase() (void *)toscallV(XBIOS_TRAP, 2) 464 #define Logbase() (void *)toscallV(XBIOS_TRAP, 3) 465 #define Getrez() toscallV(XBIOS_TRAP, 4) 466 #define Setscreen(log, phys, mode, command) toscallPPWW(XBIOS_TRAP, 5, (void *)log, (void *)phys, (… 467 #define VsetScreen(log, phys, mode, modecode) toscallPPWW(XBIOS_TRAP, 5, (void *)log, (void *)phys,… 468 #define Floprd(buf, dummy, dev, sect, track, side, count) toscallPLWWWWW(XBIOS_TRAP, 8, (void *)buf… 470 #define Rsconf(speed, flow, ucr, rsr, tsr, scr) toscallWWWWWW(XBIOS_TRAP, 15, (int16)speed, (int16)… 472 #define Random() toscallV(XBIOS_TRAP, 17) [all …]
|
H A D | shell.S | 254 trap #XBIOS_TRAP
|