Home
last modified time | relevance | path

Searched refs:pt_regs_nr (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/mm/
H A Dextable.c16 static inline unsigned long *pt_regs_nr(struct pt_regs *regs, int nr) in pt_regs_nr() function
190 *pt_regs_nr(regs, reg) = -EIO; in ex_handler_msr()
207 *pt_regs_nr(regs, reg) = (long)imm; in ex_handler_imm_reg()
216 regs->cx = imm * regs->cx + *pt_regs_nr(regs, reg); in ex_handler_ucopy_len()