hwt_cpu
struct hwt_cpu *hwt_cpu;
TAILQ_FOREACH(hwt_cpu, &ctx->cpus, next) {
if (hwt_cpu->cpu_id != cpu_id)
struct hwt_cpu *hwt_cpu;
TAILQ_FOREACH(hwt_cpu, &ctx->cpus, next) {
error = pt_init_ctx(&pt_pcpu_ctx[hwt_cpu->cpu_id], hwt_cpu->vm,
hwt_cpu->cpu_id);
struct hwt_cpu *cpu;
TAILQ_HEAD(, hwt_cpu) cpus;
hwt_cpu_insert(struct hwt_context *ctx, struct hwt_cpu *cpu)
struct hwt_cpu *
struct hwt_cpu *cpu;
cpu = malloc(sizeof(struct hwt_cpu), M_HWT_CPU, M_WAITOK | M_ZERO);
hwt_cpu_free(struct hwt_cpu *cpu)
struct hwt_cpu *
struct hwt_cpu *cpu;
struct hwt_cpu *
struct hwt_cpu *cpu, *tcpu;
TAILQ_ENTRY(hwt_cpu) next;
struct hwt_cpu * hwt_cpu_alloc(void);
void hwt_cpu_free(struct hwt_cpu *cpu);
struct hwt_cpu * hwt_cpu_first(struct hwt_context *ctx);
struct hwt_cpu * hwt_cpu_get(struct hwt_context *ctx, int cpu_id);
void hwt_cpu_insert(struct hwt_context *ctx, struct hwt_cpu *cpu);
struct hwt_cpu *cpu;
struct hwt_cpu *cpu; /* cpu mode only. */