Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dswtch.s136 movl %dr3,%eax
299 movl %eax,%dr3
371 movl %dr3,%eax
446 movl %eax,%dr3
H A Dsupport.s320 movl %eax,%dr3
/f-stack/freebsd/amd64/amd64/
H A Dcpu_switch.S246 movq %dr3,%r12
272 movq %r12,%dr3
339 movq %dr3,%rax
479 movq %rax,%dr3
/f-stack/freebsd/i386/include/
H A Dcpufunc.h675 load_dr3(u_int dr3) in load_dr3() argument
677 __asm __volatile("movl %0,%%dr3" : : "r" (dr3)); in load_dr3()
786 void load_dr3(u_int dr3);
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h802 load_dr3(uint64_t dr3) in load_dr3() argument
804 __asm __volatile("movq %0,%%dr3" : : "r" (dr3)); in load_dr3()
976 void load_dr3(uint64_t dr3);