Searched refs:write_msr (Results 1 – 7 of 7) sorted by relevance
/xen/xen/arch/x86/ |
A D | psr.c | 141 void (*write_msr)(unsigned int cos, uint32_t val, enum psr_type type); member 445 .write_msr = l3_cat_write_msr, 476 .write_msr = l3_cdp_write_msr, 492 .write_msr = l2_cat_write_msr, 547 .write_msr = mba_write_msr, 1289 props->write_msr(cos, info->val[index], props->type[j]); in do_write_psr_msrs()
|
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 633 SET(write_msr), 786 MAYBE_DISABLE_HOOK(write_msr); in disable_hooks()
|
/xen/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 957 static int write_msr(unsigned int reg, uint64_t val, in write_msr() function 1237 .write_msr = write_msr,
|
/xen/docs/features/ |
A D | intel_psr_cat_cdp.pandoc | 307 void (*write_msr)(unsigned int cos, uint32_t val, 335 * Member `write_msr` 337 `write_msr` is used to write out feature MSR register.
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 498 int (*write_msr)( member
|
A D | x86_emulate.c | 5819 !ops->write_segment || !ops->write_msr); in x86_emulate() 5824 (rc = ops->write_msr(MSR_SHADOW_GS_BASE, sreg.base, in x86_emulate() 5832 ops->write_msr(MSR_SHADOW_GS_BASE, msr_val, ctxt); in x86_emulate() 6853 fail_if(ops->write_msr == NULL); in x86_emulate() 6854 if ( (rc = ops->write_msr(_regs.ecx, in x86_emulate()
|
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 2579 .write_msr = hvmemul_write_msr, 2606 .write_msr = hvmemul_write_msr_discard,
|
Completed in 33 milliseconds