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 1969 ble,pt %icc, datafault ! Don't go below trap level 1
1979 cmp %g7, 0x30 ! If we took a datafault just before this trap
2015 bz,a,pt %icc, datafault ! We were in user mode -- normal fault
2058 ba,pt %icc, datafault
2068 * Here we need to implement the beginning of datafault.
2078 * the user stack or the PCB before calling the datafault
2081 * We could simply jump to datafault if we could somehow
2085 * The following is duplicated from datafault:
2104 bne,a,pt %xcc, datafault ! Was not a spill -- handle it normally
2117 be,a,pt %xcc, datafault ! Let's do a regular datafault. When we try a save in datafault we'l
2472 datafault: label
    [all...]
locore.s 1969 ble,pt %icc, datafault ! Don't go below trap level 1
1979 cmp %g7, 0x30 ! If we took a datafault just before this trap
2015 bz,a,pt %icc, datafault ! We were in user mode -- normal fault
2058 ba,pt %icc, datafault
2068 * Here we need to implement the beginning of datafault.
2078 * the user stack or the PCB before calling the datafault
2081 * We could simply jump to datafault if we could somehow
2085 * The following is duplicated from datafault:
2104 bne,a,pt %xcc, datafault ! Was not a spill -- handle it normally
2117 be,a,pt %xcc, datafault ! Let's do a regular datafault. When we try a save in datafault we'l
2472 datafault: label
    [all...]

Completed in 28 milliseconds