Searched refs:reg_write (Results 1 – 4 of 4) sorted by relevance
| /arch/x86/pci/ |
| A D | ce4100.c | 60 static void reg_write(struct sim_dev_reg *reg, u32 value) in reg_write() function 99 DEFINE_REG(2, 0, 0x14, (256), reg_init, reg_read, reg_write) 107 DEFINE_REG(8, 0, 0x10, (1*MB), reg_init, reg_read, reg_write) 112 DEFINE_REG(10, 0, 0x10, (256), reg_init, reg_read, reg_write) 114 DEFINE_REG(11, 0, 0x10, (256), reg_init, reg_read, reg_write) 115 DEFINE_REG(11, 0, 0x14, (256), reg_init, reg_read, reg_write) 133 DEFINE_REG(14, 0, 0x10, 0, reg_init, reg_read, reg_write) 134 DEFINE_REG(14, 0, 0x14, 0, reg_init, reg_read, reg_write) 135 DEFINE_REG(14, 0, 0x18, 0, reg_init, reg_read, reg_write) 136 DEFINE_REG(14, 0, 0x1C, 0, reg_init, reg_read, reg_write) [all …]
|
| /arch/x86/kvm/ |
| A D | emulate.c | 2537 *reg_write(ctxt, VCPU_REGS_RSP) = rcx; in em_sysexit() 2629 *reg_write(ctxt, VCPU_REGS_RCX) = 0; in string_registers_quirk() 2672 *reg_write(ctxt, VCPU_REGS_RAX) = tss->ax; in load_state_from_tss16() 2673 *reg_write(ctxt, VCPU_REGS_RCX) = tss->cx; in load_state_from_tss16() 2674 *reg_write(ctxt, VCPU_REGS_RDX) = tss->dx; in load_state_from_tss16() 2675 *reg_write(ctxt, VCPU_REGS_RBX) = tss->bx; in load_state_from_tss16() 2676 *reg_write(ctxt, VCPU_REGS_RSP) = tss->sp; in load_state_from_tss16() 3617 *reg_write(ctxt, VCPU_REGS_RAX) = eax; in em_cpuid() 3618 *reg_write(ctxt, VCPU_REGS_RBX) = ebx; in em_cpuid() 3619 *reg_write(ctxt, VCPU_REGS_RCX) = ecx; in em_cpuid() [all …]
|
| A D | kvm_emulate.h | 545 static inline ulong *reg_write(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_write() function 561 return reg_write(ctxt, nr); in reg_rmw()
|
| A D | smm.c | 471 *reg_write(ctxt, i) = smstate->gprs[i]; in rsm_load_state_32() 520 *reg_write(ctxt, i) = smstate->gprs[15 - i]; in rsm_load_state_64()
|
Completed in 19 milliseconds