Home
last modified time | relevance | path

Searched refs:_ti (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dinterface.h135 #define TI_GET_DPL(_ti) ((_ti)->flags & 3)
136 #define TI_GET_IF(_ti) ((_ti)->flags & 4)
137 #define TI_SET_DPL(_ti, _dpl) ((_ti)->flags |= (_dpl))
138 #define TI_SET_IF(_ti, _if) ((_ti)->flags |= ((!!(_if))<<2))
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H A Dinterface.h135 #define TI_GET_DPL(_ti) ((_ti)->flags & 3)
136 #define TI_GET_IF(_ti) ((_ti)->flags & 4)
137 #define TI_SET_DPL(_ti, _dpl) ((_ti)->flags |= (_dpl))
138 #define TI_SET_IF(_ti, _if) ((_ti)->flags |= ((!!(_if))<<2))
/kernel/linux/linux-5.10/scripts/
H A Dasn1_compiler.c730 static int type_finder(const void *_key, const void *_ti) in type_finder() argument
733 const struct type *const *ti = _ti; in type_finder()
/kernel/linux/linux-6.6/scripts/
H A Dasn1_compiler.c730 static int type_finder(const void *_key, const void *_ti) in type_finder() argument
733 const struct type *const *ti = _ti; in type_finder()

Completed in 6 milliseconds