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

  /src/sys/arch/sparc64/sparc64/
locore.s 660 VTRAP(T_INST_EXCEPT, textfault) ! 008 = instr. access except
661 VTRAP(T_TEXTFAULT, textfault) ! 009 = instr access MMU miss
662 VTRAP(T_INST_ERROR, textfault) ! 00a = instr. access err
870 VTRAP(T_INST_EXCEPT, textfault) ! 008 = instr. access except
871 VTRAP(T_TEXTFAULT, textfault) ! 009 = instr access MMU miss -- no MMU
872 VTRAP(T_INST_ERROR, textfault) ! 00a = instr. access err
2652 bgu,pn %xcc, textfault ! Error!
2665 brz,pn %g4, textfault ! NULL entry? check somewhere else
2670 brz,pn %g4, textfault ! NULL entry? check somewhere else
2674 brgez,pn %g4, textfault
2719 textfault: label
    [all...]

Completed in 18 milliseconds