Home
last modified time | relevance | path

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

/minix3/sys/arch/i386/include/
H A Dbioscall.h47 u_short biosreg_half[2]; member
64 #define AX r_ax.biosreg_half[BIOSREG_LO]
65 #define AX_HI r_ax.biosreg_half[BIOSREG_HI]
70 #define BX r_bx.biosreg_half[BIOSREG_LO]
71 #define BX_HI r_bx.biosreg_half[BIOSREG_HI]
76 #define CX r_cx.biosreg_half[BIOSREG_LO]
77 #define CX_HI r_cx.biosreg_half[BIOSREG_HI]
82 #define DX r_dx.biosreg_half[BIOSREG_LO]
83 #define DX_HI r_dx.biosreg_half[BIOSREG_HI]
86 #define SI r_si.biosreg_half[BIOSREG_LO]
[all …]