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

  /src/sys/dev/acpi/
acpi_srat.c 53 struct cpulist { struct
55 TAILQ_ENTRY(cpulist) entry;
58 static TAILQ_HEAD(, cpulist) cpulisthead;
81 static struct cpulist *
84 return kmem_zalloc(sizeof(struct cpulist), KM_SLEEP);
88 cpu_free(struct cpulist *c)
90 kmem_free(c, sizeof(struct cpulist));
154 struct cpulist *cpuentry = NULL;
221 struct cpulist *citer;
251 struct cpulist *citer
    [all...]
  /src/sys/arch/sparc64/include/
hypervisor.h 68 int64_t hv_cpu_mondo_send(uint64_t ncpus, paddr_t cpulist, paddr_t data);

Completed in 11 milliseconds