Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c45 return (dr7 >> (DR7_TYPE_SHIFT + (index * 4))) & 3; in hw_breakpoint_type()
/qemu/target/i386/
H A Dcpu.h280 #define DR7_TYPE_SHIFT 16 macro