boottb_freq
struct boottb_freq boottb_freq;
boottb_freq.boot_tb = boot_tb;
boottb_freq.tb_freq = tb_ticks_per_sec;
boottb_freq.timebase = 0;
memcpy(aux_buf->base, &boottb_freq, sizeof(boottb_freq));
struct boottb_freq *boot_tb = (struct boottb_freq *)buf;
struct boottb_freq *boottb;
boottb = (struct boottb_freq *)vpaq->buffer->data;