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

  /src/sys/arch/powerpc/powerpc/
locore_subr.S 574 lis %r4,_C_LABEL(cpu_hatch_stack)@ha
575 lwz %r1,_C_LABEL(cpu_hatch_stack)@l(%r4)
605 lis %r4,_C_LABEL(cpu_hatch_stack)@ha
606 lwz %r1,_C_LABEL(cpu_hatch_stack)@l(%r4)
  /src/sys/arch/powerpc/oea/
cpu_subr.c 262 volatile int cpu_hatch_stack; variable in typeref:typename:volatile int
1421 cpu_hatch_stack = (uint32_t)hp + HATCH_STACK_SIZE - CALLFRAMELEN;

Completed in 14 milliseconds