HomeSort by: relevance | last modified time | path
    Searched defs:biosreg_half (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/include/
bioscall.h 47 u_short biosreg_half[2]; member in union:__anone8ff0fb3010a
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...]
bioscall.h 47 u_short biosreg_half[2]; member in union:__anone8ff0fb3010a
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...]

Completed in 21 milliseconds