Home
last modified time | relevance | path

Searched defs:rex (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.81.2/bsd/dev/i386/
H A Dfasttrap_isa.c80 #define FASTTRAP_REX_W(rex) (((rex) >> 3) & 1) argument
81 #define FASTTRAP_REX_R(rex) (((rex) >> 2) & 1) argument
82 #define FASTTRAP_REX_X(rex) (((rex) >> 1) & 1) argument
83 #define FASTTRAP_REX_B(rex) ((rex) & 1) argument
262 uint8_t seg, rex = 0; in fasttrap_tracepoint_init() local