Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dasm.h248 # define EAX_EDX_VAL(val, low, high) ((low) | (high) << 32) macro
252 # define EAX_EDX_VAL(val, low, high) (val) macro
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c424 return EAX_EDX_VAL(val, low, high); in mce_rdmsrq()