Home
last modified time | relevance | path

Searched refs:arm_hv_set_vreg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_machdep.h52 void arm_hv_set_vreg(u32 msr, u64 val);
53 #define WRMSR(msr, val) arm_hv_set_vreg(msr, val)
H A Dhyperv_machdep.c51 arm_hv_set_vreg(u32 msr, u64 value) in arm_hv_set_vreg() function