Home
last modified time | relevance | path

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

/arch/x86/include/asm/xen/
Dinterface.h135 #define TI_GET_DPL(_ti) ((_ti)->flags & 3) argument
136 #define TI_GET_IF(_ti) ((_ti)->flags & 4) argument
137 #define TI_SET_DPL(_ti, _dpl) ((_ti)->flags |= (_dpl)) argument
138 #define TI_SET_IF(_ti, _if) ((_ti)->flags |= ((!!(_if))<<2)) argument