Searched refs:dr0 (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/i386/i386/ |
| H A D | swtch.S | 122 movl %dr0,%eax 296 movl %eax,%dr0 356 movl %dr0,%eax 431 movl %eax,%dr0
|
| H A D | support.S | 259 movl %eax,%dr0
|
| /freebsd/sys/netinet6/ |
| H A D | nd6_rtr.c | 514 struct nd_defrouter dr0, *dr; in nd6_ra_input() local 578 bzero(&dr0, sizeof(dr0)); in nd6_ra_input() 579 dr0.rtaddr = saddr6; in nd6_ra_input() 580 dr0.raflags = nd_ra->nd_ra_flags_reserved; in nd6_ra_input() 588 dr0.rtlifetime = 0; in nd6_ra_input() 590 dr0.rtlifetime = ntohs(nd_ra->nd_ra_router_lifetime); in nd6_ra_input() 591 dr0.expire = time_uptime + dr0.rtlifetime; in nd6_ra_input() 592 dr0.ifp = ifp; in nd6_ra_input() 627 nd6_ra_opt_rti(rti, ifp, saddr6, &dr0); in nd6_ra_input() 630 dr = defrtrlist_update(&dr0); in nd6_ra_input()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | cpu_switch.S | 240 movq %dr0,%r15 263 movq %r15,%dr0 330 movq %dr0,%rax 525 movq %rax,%dr0
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_x86_32.h | 64 llvm::support::ulittle32_t dr0; member
|
| H A D | RegisterContextMinidump_x86_64.h | 95 llvm::support::ulittle64_t dr0; member
|
| /freebsd/sys/contrib/xen/arch-x86/hvm/ |
| H A D | save.h | 85 uint64_t dr0; member 199 uint64_t dr0; member
|
| /freebsd/sys/i386/include/ |
| H A D | cpufunc.h | 576 load_dr0(u_int dr0) in load_dr0() argument 578 __asm __volatile("movl %0,%%dr0" : : "r" (dr0)); in load_dr0()
|
| /freebsd/sys/amd64/include/ |
| H A D | cpufunc.h | 776 __asm __volatile("movq %%dr0,%0" : "=r" (data)); in rdr1() 781 load_dr0(uint64_t dr0) 783 __asm __volatile("movq %0,%%dr0" : : "r" (dr0)); in load_dr1() 768 load_dr0(uint64_t dr0) load_dr0() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.td | 492 def DR0 : X86Reg<"dr0", 0>;
|