• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/

Lines Matching refs:access

348 #	_real_access() - "callout" for access error exception		#
360 # If access error exception: #
361 # - The system stack changed to contain access err exc stk frame #
382 # access error frame must be created and an exit made through #
390 # access these register files for things like data retrieval and <ea> #
864 # isp_iacc() - handle instruction access error exception #
865 # isp_dacc() - handle data access error exception #
889 # future access error; if -(a7), set mda7_flg in #
893 # future access error; if (a7)+, set mia7_flg in #
1045 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error
1056 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error
1067 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error
1078 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error
1089 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error
1100 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error
1111 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error
1130 mov.l %d0,EXC_SAVVAL(%a6) # save in case of access error
1141 mov.l %d0,EXC_SAVVAL(%a6) # save in case of access error
1152 mov.l %d0,EXC_SAVVAL(%a6) # save in case of access error
1163 mov.l %d0,EXC_SAVVAL(%a6) # save in case of access error
1174 mov.l %d0,EXC_SAVVAL(%a6) # save in case of access error
1185 mov.l %d0,EXC_SAVVAL(%a6) # save in case of access error
1196 mov.l %d0,EXC_SAVVAL(%a6) # save in case of access error
1604 # must create an access error frame. here, we pass a skeleton fslw
1623 # isp_dacc() - handle data access error exception #
1641 # Since this instruction is used to access peripherals, make sure #
1642 # to only access the required bytes. #
1832 # must create an access error frame. here, we pass a skeleton fslw
1862 # isp_dacc(): handle data access error exception #
2015 # must create an access error frame. here, we pass a skeleton fslw
2044 # isp_iacc() - handle instruction access error exception #
2045 # isp_dacc() - handle data access error exception #
2046 # isp_restore() - restore An on access error w/ -() or ()+ #
2461 # must create an access error frame. here, we pass a skeleton fslw
2482 # isp_iacc() - handle instruction access error exception #
2483 # isp_dacc() - handle data access error exception #
2484 # isp_restore() - restore An on access error w/ -() or ()+ #
2696 # must create an access error frame. here, we pass a skeleton fslw
2721 # _cas_terminate2() - access error exit #
2924 # _isp_cas_terminate(): create access error stack frame on fault #
2981 # This routine can be entered from an access error handler where #
2985 # This routine can be entered from an access error handler where #
2986 # an emulation operand access failed and the operating system would #
2987 # like an access error stack frame created instead of the current #
2995 # can be helpful for an operating system to determine whether an access #
2996 # error during emulation was due to a cas/cas2 emulation access. #