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

  /src/sys/arch/riscv/include/
locore.h 151 void cpu_ast(struct trapframe *);
  /src/sys/arch/powerpc/include/
cpu.h 450 void cpu_ast(struct lwp *, struct cpu_info *);
  /src/sys/arch/powerpc/powerpc/
powerpc_machdep.c 402 cpu_ast(struct lwp *l, struct cpu_info *ci) function in typeref:typename:void
431 l->l_md.md_astpending = 1; /* force call to cpu_ast() */
trap.c 345 cpu_ast(l, ci);
  /src/sys/arch/powerpc/ibm4xx/
trap.c 291 cpu_ast(l, curcpu());
  /src/sys/arch/riscv/riscv/
cpu_switch.S 447 tail _C_LABEL(cpu_ast)
trap.c 639 cpu_ast(struct trapframe *tf) function in typeref:typename:void
  /src/sys/arch/powerpc/booke/
trap.c 845 cpu_ast(l, ci);

Completed in 18 milliseconds