Home | History | Annotate | Download | only in dist

Lines Matching refs:Entry

72 This will allow calling routines to access the entry points
84 (1) | Call-Out | - 4 bytes per entry (user fills these in)
87 | | - 8 bytes per entry
88 (2) | Entry Point | - user does a "bra" or "jmp" to this address
104 listed in "68060ISP call-outs" below). Each field entry should contain
109 The second section, the "Entry-point" section, is used by external routines
111 no symbol names, this section contains function entry points that are fixed
112 with respect to the top of the package. The currently defined entry-points
113 are listed in section "68060 ISP entry points" below. A calling routine
115 entry-point.
124 section is 128 bytes long; and the Unimplemented Integer ISP handler entry
125 point is located 0 bytes from the top of the "Entry-point" section.)
127 The third section is the code section. After entering through an "Entry-point",
128 the entry code jumps to the appropriate emulation code within the code section.
169 68060ISP entry points:
186 _060_isp_unimp() entry point of the ISP.
194 through the "Entry-point"s _060_isp_cas() or _060_isp_cas2().
205 "Entry-point" _060_isp_cas_finish() or _060_isp_cas2_finish().