Home
last modified time | relevance | path

Searched refs:register_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A Dframe.h120 register_t tf_rdi;
121 register_t tf_rsi;
122 register_t tf_rdx;
123 register_t tf_rcx;
124 register_t tf_r8;
125 register_t tf_r9;
126 register_t tf_rax;
127 register_t tf_rbx;
128 register_t tf_rbp;
145 register_t tf_cs;
[all …]
H A D_align.h49 #define _ALIGNBYTES (sizeof(register_t) - 1)
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h700 static __inline register_t
703 register_t eflags; in intr_disable()
711 intr_restore(register_t eflags) in intr_restore()
734 register_t intr_disable(void);
735 void intr_restore(register_t ef);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h789 static __inline register_t
792 register_t rflags; in intr_disable()
800 intr_restore(register_t rflags) in intr_restore()
823 register_t intr_disable(void);
824 void intr_restore(register_t rf);
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dtypes.h29 typedef __register_t register_t; typedef
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dtrap.c214 register_t rfl; in efi_redirect_exceptions()
361 register_t rfl; in efi_unredirect_exceptions()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h190 typedef __register_t register_t; typedef