Home
last modified time | relevance | path

Searched refs:dr2 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dswtch.s138 movl %dr2,%eax
301 movl %eax,%dr2
369 movl %dr2,%eax
444 movl %eax,%dr2
H A Dsupport.s319 movl %eax,%dr2
/f-stack/freebsd/amd64/amd64/
H A Dcpu_switch.S245 movq %dr2,%r13
271 movq %r13,%dr2
337 movq %dr2,%rax
477 movq %rax,%dr2
/f-stack/freebsd/i386/include/
H A Dcpufunc.h661 load_dr2(u_int dr2) in load_dr2() argument
663 __asm __volatile("movl %0,%%dr2" : : "r" (dr2)); in load_dr2()
785 void load_dr2(u_int dr2);
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h788 load_dr2(uint64_t dr2) in load_dr2() argument
790 __asm __volatile("movq %0,%%dr2" : : "r" (dr2)); in load_dr2()
975 void load_dr2(uint64_t dr2);