Searched refs:read_msr (Results 1 – 6 of 6) sorted by relevance
2005 return ops->read_msr && in is_branch_step()2032 else if ( !ops->read_msr || in adjust_bnd()5077 fail_if(ops->read_msr == NULL); in x86_emulate()5317 fail_if(ops->read_msr == NULL); in x86_emulate()5745 fail_if(ops->read_msr == NULL); in x86_emulate()5746 if ( (rc = ops->read_msr(MSR_IA32_TSC, in x86_emulate()5755 fail_if(ops->read_msr == NULL); in x86_emulate()5767 fail_if(ops->read_msr == NULL); in x86_emulate()5810 fail_if(ops->read_msr == NULL); in x86_emulate()6403 if ( ops->read_msr && !mode_ring0() && in x86_emulate()[all …]
396 int (*read_msr)( member
579 SET(read_msr),731 MAYBE_DISABLE_HOOK(read_msr); in disable_hooks()
837 static int read_msr(unsigned int reg, uint64_t *val, in read_msr() function1316 .read_msr = read_msr,
266 static int read_msr( in read_msr() function294 .read_msr = read_msr,
2063 .read_msr = hvmemul_read_msr,2088 .read_msr = hvmemul_read_msr,
Completed in 29 milliseconds