Home
last modified time | relevance | path

Searched refs:fx_rdp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dfp.h219 uint64_t fx_rdp; member
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c104 fx->fx_rdp = (uint64_t)fn->f_dp; in fnsave_to_fxsave()
164 fn->f_dp = (uint32_t)fx->fx_rdp; in fxsave_to_fnsave()
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c1618 (void) printf("fpu_rdp[%d]\t\t0x%016lx\n", vcpuid, fx->fx_rdp); in show_fpu()