Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dextable_fixup_types.h46 #define EX_TYPE_RDMSR_SAFE 11 /* reg := -EIO */ macro
H A Dmsr.h148 _ASM_EXTABLE_TYPE_REG(1b, 2b, EX_TYPE_RDMSR_SAFE, %[err]) in native_read_msr_safe()
/linux/arch/x86/mm/
H A Dextable.c349 case EX_TYPE_RDMSR_SAFE: in fixup_exception()