Searched refs:write_msr (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | psr.c | 120 void (*write_msr)(unsigned int cos, uint32_t val, enum cbm_type type); member 375 .write_msr = l3_cat_write_msr, 404 .write_msr = l3_cdp_write_msr, 418 .write_msr = l2_cat_write_msr, 1146 props->write_msr(cos, info->val[index], props->type[j]); in do_write_psr_msrs()
|
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 580 SET(write_msr), 732 MAYBE_DISABLE_HOOK(write_msr); in disable_hooks()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 405 int (*write_msr)( member
|
A D | x86_emulate.c | 5730 fail_if(ops->write_msr == NULL); in x86_emulate() 5731 if ( (rc = ops->write_msr(_regs.ecx, in x86_emulate()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 992 static int write_msr(unsigned int reg, uint64_t val, in write_msr() function 1317 .write_msr = write_msr,
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | intel_psr_cat_cdp.pandoc | 294 void (*write_msr)(unsigned int cos, uint32_t val, enum cbm_type type); 322 - Member `write_msr` 324 `write_msr` is used to write out feature MSR register.
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | emulate.c | 2064 .write_msr = hvmemul_write_msr, 2089 .write_msr = hvmemul_write_msr_discard,
|
Completed in 26 milliseconds