Lines Matching +full:loss +full:- +full:of +full:- +full:lock

3 |M68000 Hi-Performance Microprocessor Division
5 |Production Release P1.00 -- October 10, 1994
12 |INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
18 |(INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS,
19 |BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER PECUNIARY LOSS)
20 |ARISING OF THE USE OR INABILITY TO USE THE SOFTWARE.
21 |Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
27 |or trademarks of Motorola, Inc.
32 | (1) example "Call-out"s
34 | (3) example "Call-out" table
39 #include <asm/asm-offsets.h>
43 | (1) EXAMPLE CALL-OUTS #
61 | can do any clean-up desired. The stack frame is the
86 | and the operand was out of bounds, then _isp_unimp() creates
120 | Instruction exception handler isp_unimp(). If the instruction is a 64-bit
122 | creates a Divide-by-zero exception stack frame from the Unimplemented
163 | then this routine simply re-enters the package through _isp_cas.
174 | then this routine simply re-enters the package through _isp_cas2.
183 | Entry point for the operating system`s routine to "lock" a page
186 | region. Note: the routine must lock two pages if the operand
192 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
193 | d1 = `xxxxxxff -> longword; `xxxxxx00 -> word
195 | d0 = 0 -> success; non-zero -> failure
203 move.l %d2,-(%sp)
258 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
259 | d1 = `xxxxxxff -> longword; `xxxxxx00 -> word
309 | (3) EXAMPLE CALL-OUT SECTION #
312 | The size of this section MUST be 128 bytes!!!
315 .long _060_real_chk - _I_CALL_TOP
316 .long _060_real_divbyzero - _I_CALL_TOP
317 .long _060_real_trace - _I_CALL_TOP
318 .long _060_real_access - _I_CALL_TOP
319 .long _060_isp_done - _I_CALL_TOP
321 .long _060_real_cas - _I_CALL_TOP
322 .long _060_real_cas2 - _I_CALL_TOP
323 .long _060_real_lock_page - _I_CALL_TOP
324 .long _060_real_unlock_page - _I_CALL_TOP
329 .long _060_imem_read - _I_CALL_TOP
330 .long _060_dmem_read - _I_CALL_TOP
331 .long _060_dmem_write - _I_CALL_TOP
332 .long _060_imem_read_word - _I_CALL_TOP
333 .long _060_imem_read_long - _I_CALL_TOP
334 .long _060_dmem_read_byte - _I_CALL_TOP
335 .long _060_dmem_read_word - _I_CALL_TOP
336 .long _060_dmem_read_long - _I_CALL_TOP
337 .long _060_dmem_write_byte - _I_CALL_TOP
338 .long _060_dmem_write_word - _I_CALL_TOP
339 .long _060_dmem_write_long - _I_CALL_TOP