#include <sys/cpu_module.h>
#include <sys/lockstat.h>
uint_t root_phys_addr_lo_mask;
int64_t timedelta;
hrtime_t hres_last_tick;
volatile timestruc_t hrestime;
int64_t hrestime_adj;
volatile int hres_lock;
uint_t nsec_scale;
uint_t nsec_shift;
uint_t adj_shift;
hrtime_t hrtime_base;
int traptrace_use_stick;
uint_t cpu_impl_dual_pgsz;
uint64_t native_tick_offset;
uint64_t native_stick_offset;
void
cpu_setup(void)
{}
void
cpu_init_tick_freq(void)
{}
void
vtag_flushpage(caddr_t addr, uint64_t sfmmup)
{}
void
vtag_flushall(void)
{}
void
vtag_flushall_uctxs(void)
{}
void
vtag_flushpage_tl1(uint64_t addr, uint64_t sfmmup)
{}
void
vtag_flush_pgcnt_tl1(uint64_t addr, uint64_t sfmmup_pgcnt)
{}
void
vtag_flushall_tl1(uint64_t dummy1, uint64_t dummy2)
{}
void
vtag_unmap_perm_tl1(uint64_t addr, uint64_t ctx)
{}
void
vac_flushpage(pfn_t pf, int color)
{}
void
vac_flushpage_tl1(uint64_t pf, uint64_t color)
{}
void
vac_flushcolor(int color, pfn_t pf)
{}
void
vac_flushcolor_tl1(uint64_t color, uint64_t dummy)
{}
void
init_mondo(xcfunc_t func, uint64_t arg1, uint64_t arg2)
{}
void
send_one_mondo(int cpuid)
{}
void
send_mondo_set(cpuset_t set)
{}
void
flush_instr_mem(caddr_t addr, size_t len)
{}
void
syncfpu(void)
{}
void
cpu_change_speed(uint64_t divisor, uint64_t arg2)
{}
u_longlong_t
gettick(void)
{ return (0); }
u_longlong_t
randtick(void)
{ return (0); }
uint64_t
gettick_counter(void)
{ return (0); }
void
gethrestime(timespec_t *tp)
{}
time_t
gethrestime_sec(void)
{ return (0); }
void
gethrestime_lasttick(timespec_t *tp)
{}
hrtime_t
gethrtime(void)
{ return (0); }
hrtime_t
gethrtime_unscaled(void)
{ return (0); }
hrtime_t
gethrtime_waitfree(void)
{ return (0); }
hrtime_t
dtrace_gethrtime(void)
{ return (0); }
uint_t
get_impl(void)
{ return (0); }
hrtime_t
get_hrestime(void)
{ return (0); }
ulong_t
get_timestamp(void)
{ return (0); }
ulong_t
get_virtime(void)
{ return (0); }
hrtime_t
gethrtime_max(void)
{ return (0); }
void
scalehrtime(hrtime_t *hrt)
{}
void
hres_tick(void)
{}
void
tickcmpr_set(uint64_t clock_cycles)
{}
void
tickcmpr_disable(void)
{}
void
tick_write_delta(uint64_t delta)
{}
int
tickcmpr_disabled(void)
{ return (0); }
void
drv_usecwait(clock_t n)
{}
int
kcopy(const void *from, void *to, size_t count)
{ return (0); }
int
kcopy_nta(const void *from, void *to, size_t count, int dummy)
{ return (0); }
void
bcopy(const void *from, void *to, size_t count)
{}
void
ovbcopy(const void *from, void *to, size_t count)
{}
int
copyin(const void *uaddr, void *kaddr, size_t count)
{ return (0); }
int
xcopyin(const void *uaddr, void *kaddr, size_t count)
{ return (0); }
int
xcopyin_nta(const void *uaddr, void *kaddr, size_t count, int dummy)
{ return (0); }
int
copyout(const void *kaddr, void *uaddr, size_t count)
{ return (0); }
int
xcopyout(const void *kaddr, void *uaddr, size_t count)
{ return (0); }
int
xcopyout_nta(const void *kaddr, void *uaddr, size_t count, int dummy)
{ return (0); }
void
copyout_noerr(const void *kfrom, void *uto, size_t count)
{}
void
copyin_noerr(const void *kfrom, void *uto, size_t count)
{}
int
xcopyin_little(const void *uaddr, void *kaddr, size_t count)
{ return (0); }
int
xcopyout_little(const void *kaddr, void *uaddr, size_t count)
{ return (0); }
void
hwblkpagecopy(const void *src, void *dst)
{}
void
hw_pa_bcopy32(uint64_t src, uint64_t dst)
{}
int
hwblkclr(void *addr, size_t len)
{ return (0); }
int use_hw_bzero;
int use_hw_bcopy;
uint_t hw_copy_limit_1;
uint_t hw_copy_limit_2;
uint_t hw_copy_limit_4;
uint_t hw_copy_limit_8;
void
tick_rtt(void)
{ }
void
pil14_interrupt(void)
{ }
void
pil15_interrupt(void)
{ }
void
cpu_init_private(struct cpu *cp)
{}
void
cpu_uninit_private(struct cpu *cp)
{}
void
sticksync_slave(void)
{}
void
sticksync_master(void)
{}
int
dtrace_blksuword32(uintptr_t addr, uint32_t *data, int tryagain)
{ return (-1); }