Searched refs:lguest_arch_regptr (Results 1 – 3 of 3) sorted by relevance
33 cpu->reg_read = lguest_arch_regptr(cpu, which, true); in getreg_setup()53 reg = lguest_arch_regptr(cpu, which, false); in setreg()
210 unsigned long *lguest_arch_regptr(struct lg_cpu *cpu, size_t reg_off, bool any);
185 unsigned long *lguest_arch_regptr(struct lg_cpu *cpu, size_t reg_off, bool any) in lguest_arch_regptr() function