HomeSort by: relevance | last modified time | path
    Searched defs:datafault (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
locore.s 1970 ble,pt %icc, datafault ! Don't go below trap level 1
1980 cmp %g7, 0x30 ! If we took a datafault just before this trap
2016 bz,a,pt %icc, datafault ! We were in user mode -- normal fault
2059 ba,pt %icc, datafault
2069 * Here we need to implement the beginning of datafault.
2079 * the user stack or the PCB before calling the datafault
2082 * We could simply jump to datafault if we could somehow
2086 * The following is duplicated from datafault:
2105 bne,a,pt %xcc, datafault ! Was not a spill -- handle it normally
2118 be,a,pt %xcc, datafault ! Let's do a regular datafault. When we try a save in datafault we'l
2473 datafault: label
    [all...]
locore.s 1970 ble,pt %icc, datafault ! Don't go below trap level 1
1980 cmp %g7, 0x30 ! If we took a datafault just before this trap
2016 bz,a,pt %icc, datafault ! We were in user mode -- normal fault
2059 ba,pt %icc, datafault
2069 * Here we need to implement the beginning of datafault.
2079 * the user stack or the PCB before calling the datafault
2082 * We could simply jump to datafault if we could somehow
2086 * The following is duplicated from datafault:
2105 bne,a,pt %xcc, datafault ! Was not a spill -- handle it normally
2118 be,a,pt %xcc, datafault ! Let's do a regular datafault. When we try a save in datafault we'l
2473 datafault: label
    [all...]

Completed in 155 milliseconds