Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dswtch.s140 movl %dr1,%eax
303 movl %eax,%dr1
367 movl %dr1,%eax
442 movl %eax,%dr1
H A Dsupport.s318 movl %eax,%dr1
/f-stack/freebsd/amd64/amd64/
H A Dcpu_switch.S244 movq %dr1,%r14
267 movq %r14,%dr1
335 movq %dr1,%rax
475 movq %rax,%dr1
/f-stack/freebsd/i386/include/
H A Dcpufunc.h647 load_dr1(u_int dr1) in load_dr1() argument
649 __asm __volatile("movl %0,%%dr1" : : "r" (dr1)); in load_dr1()
784 void load_dr1(u_int dr1);
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h774 load_dr1(uint64_t dr1) in load_dr1() argument
776 __asm __volatile("movq %0,%%dr1" : : "r" (dr1)); in load_dr1()
974 void load_dr1(uint64_t dr1);