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

  /src/sys/arch/alpha/alpha/
pmap.c 1069 const u_long remote_cpus = active_cpus & ~this_cpu; local in function:pmap_tlb_shootnow
1071 if (remote_cpus) {
1074 tlb_pending = remote_cpus;
1075 alpha_multicast_ipi(remote_cpus, ALPHA_IPI_SHOOTDOWN);
1109 if (remote_cpus) {
1119 remote_cpus);

Completed in 65 milliseconds