Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/xen/
H A Dinterface.h137 #define TI_SET_DPL(_ti, _dpl) ((_ti)->flags |= (_dpl)) macro
/openbmc/qemu/include/hw/xen/interface/arch-x86/
H A Dxen.h138 #define TI_SET_DPL(_ti,_dpl) ((_ti)->flags |= (_dpl)) macro