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

  /src/sys/arch/sparc/sparc/
pmap.c 695 static inline void smp_tlb_flush_context (int ctx, u_int cpuset);
729 smp_tlb_flush_context(int ctx, u_int cpuset) function in typeref:typename:void
753 #define tlb_flush_context(ctx,s) smp_tlb_flush_context(ctx,s)

Completed in 16 milliseconds