Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dpf_in.h10 enum reason_type { enum
19 enum reason_type get_ins_type(unsigned long ins_addr);
H A Dpf_in.c127 enum reason_type get_ins_type(unsigned long ins_addr) in get_ins_type()
133 enum reason_type rv = OTHERS; in get_ins_type()
H A Dmmio-mod.c30 enum reason_type type;
134 const enum reason_type type = get_ins_type(instptr); in pre()