|
|
1.1 root 1: /*
2:
3: * C declarations for functions defined in .s files
4:
5: */
6:
7:
8:
9: /* context.s */
10:
1.1.1.2 root 11: long ARGS_ON_STACK build_context P_((CONTEXT *sav, int fmt));
1.1 root 12:
1.1.1.2 root 13: long ARGS_ON_STACK save_context P_((CONTEXT *sav));
1.1 root 14:
1.1.1.2 root 15: void ARGS_ON_STACK restore_context P_((CONTEXT *sav));
16:
1.1.1.3 root 17: void ARGS_ON_STACK change_context P_((CONTEXT *sav));
18:
1.1.1.2 root 19:
20:
21: /* cpu.s */
22:
1.1.1.4 ! root 23: void ARGS_ON_STACK set_mmu P_((crp_reg, tc_reg));
! 24:
! 25: void ARGS_ON_STACK save_mmu P_((void));
! 26:
! 27: void ARGS_ON_STACK restr_mmu P_((void));
! 28:
1.1.1.2 root 29: void ARGS_ON_STACK cpush P_((const void *base, long size));
1.1 root 30:
1.1.1.3 root 31: void ARGS_ON_STACK setstack P_((long));
32:
1.1.1.4 ! root 33: void ARGS_ON_STACK flush_pmmu P_((void));
! 34:
1.1 root 35:
36:
37: /* intr.s */
38:
1.1.1.2 root 39: void ARGS_ON_STACK reboot P_((void));
1.1 root 40:
1.1.1.2 root 41: short ARGS_ON_STACK spl7 P_((void));
1.1 root 42:
1.1.1.2 root 43: void ARGS_ON_STACK spl P_((short));
1.1 root 44:
1.1.1.3 root 45: long ARGS_ON_STACK new_rwabs();
1.1 root 46:
1.1.1.3 root 47: long ARGS_ON_STACK new_mediach();
1.1 root 48:
1.1.1.3 root 49: long ARGS_ON_STACK new_getbpb();
1.1 root 50:
51:
52:
53: /* quickzer.s */
54:
1.1.1.2 root 55: void ARGS_ON_STACK quickzero P_((char *place, long size));
1.1 root 56:
57:
58:
59: /* quickmov.s */
60:
1.1.1.2 root 61: void ARGS_ON_STACK quickmove P_((void *dst, void *src, long nbytes));
1.1 root 62:
63:
64:
65: /* syscall.s */
66:
1.1.1.2 root 67: char * ARGS_ON_STACK lineA0 P_((void));
1.1 root 68:
1.1.1.2 root 69: void ARGS_ON_STACK call_aes P_((short **));
1.1 root 70:
1.1.1.2 root 71: long ARGS_ON_STACK callout P_((long, ...));
1.1 root 72:
1.1.1.2 root 73: long ARGS_ON_STACK callout1 P_((long, int));
1.1 root 74:
1.1.1.2 root 75: long ARGS_ON_STACK callout2 P_((long, int, int));
1.1 root 76:
1.1.1.3 root 77: void ARGS_ON_STACK do_usrcall P_((void));
78:
79:
80:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.