Searched refs:set_msr_interception (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dsvm.c353 static int set_msr_interception(u32 *msrpm, unsigned msr, function
406 set_msr_interception(msrpm_va, MSR_GS_BASE, 1, 1);
407 set_msr_interception(msrpm_va, MSR_FS_BASE, 1, 1);
408 set_msr_interception(msrpm_va, MSR_KERNEL_GS_BASE, 1, 1);
409 set_msr_interception(msrpm_va, MSR_LSTAR, 1, 1);
410 set_msr_interception(msrpm_va, MSR_CSTAR, 1, 1);
411 set_msr_interception(msrpm_va, MSR_SYSCALL_MASK, 1, 1);
413 set_msr_interception(msrpm_va, MSR_K6_STAR, 1, 1);
414 set_msr_interception(msrpm_va, MSR_IA32_SYSENTER_CS, 1, 1);
415 set_msr_interception(msrpm_v
[all...]

Completed in 35 milliseconds