Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dmmio-mod.c133 const unsigned long instptr = instruction_pointer(regs); in pre() local
134 const enum reason_type type = get_ins_type(instptr); in pre()
145 my_reason->ip = instptr; in pre()
155 my_trace->pc = instptr; in pre()
168 my_trace->width = get_ins_mem_width(instptr); in pre()
172 my_trace->width = get_ins_mem_width(instptr); in pre()
173 my_trace->value = get_ins_reg_val(instptr, regs); in pre()
177 my_trace->width = get_ins_mem_width(instptr); in pre()
178 my_trace->value = get_ins_imm_val(instptr); in pre()
182 unsigned char *ip = (unsigned char *)instptr; in pre()