commit | d0052339236072bbf08c1d600c0906126b1ab258 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Sep 15 11:45:13 2015 -0700 |
committer | Eduardo Habkost <ehabkost@redhat.com> | Fri Oct 23 12:59:27 2015 -0200 |
tree | ca1cc289d1122c1ded250868f7e5bbda747b25c2 | |
parent | 5223a9423c5fb9e32b0c3eaaa2c0bf8c5cfd6866 [diff] |
target-i386: Check CR4[DE] for processing DR4/DR5 Introduce helper_get_dr so that we don't have to put CR4[DE] into the scarce HFLAGS resource. At the same time, rename helper_movl_drN_T0 to helper_set_dr and set the helper flags. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>