Searched refs:dr0 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | swtch.s | 142 movl %dr0,%eax 305 movl %eax,%dr0 365 movl %dr0,%eax 440 movl %eax,%dr0
|
| H A D | support.s | 317 movl %eax,%dr0
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6_rtr.c | 418 struct nd_defrouter dr0; in nd6_ra_input() local 425 bzero(&dr0, sizeof(dr0)); in nd6_ra_input() 426 dr0.rtaddr = saddr6; in nd6_ra_input() 427 dr0.raflags = nd_ra->nd_ra_flags_reserved; in nd6_ra_input() 434 dr0.rtlifetime = 0; in nd6_ra_input() 436 dr0.rtlifetime = 0; in nd6_ra_input() 438 dr0.rtlifetime = ntohs(nd_ra->nd_ra_router_lifetime); in nd6_ra_input() 439 dr0.expire = time_uptime + dr0.rtlifetime; in nd6_ra_input() 440 dr0.ifp = ifp; in nd6_ra_input() 463 dr = defrtrlist_update(&dr0); in nd6_ra_input()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | cpu_switch.S | 243 movq %dr0,%r15 266 movq %r15,%dr0 333 movq %dr0,%rax 473 movq %rax,%dr0
|
| /f-stack/freebsd/i386/include/ |
| H A D | cpufunc.h | 633 load_dr0(u_int dr0) in load_dr0() argument 635 __asm __volatile("movl %0,%%dr0" : : "r" (dr0)); in load_dr0() 783 void load_dr0(u_int dr0);
|
| /f-stack/freebsd/amd64/include/ |
| H A D | cpufunc.h | 760 load_dr0(uint64_t dr0) in load_dr0() argument 762 __asm __volatile("movq %0,%%dr0" : : "r" (dr0)); in load_dr0() 973 void load_dr0(uint64_t dr0);
|