Searched refs:desc_limit (Results 1 – 5 of 5) sorted by relevance
127 uint32_t desc_limit; in vmx_handle_task_switch() local148 desc_limit = x86_segment_limit(&next_tss_desc); in vmx_handle_task_switch()149 … if (!next_tss_desc.p || ((desc_limit < 0x67 && (next_tss_desc.type & 8)) || desc_limit < 0x2b)) { in vmx_handle_task_switch()
512 tx->desc_limit = ARRAY_SIZE(tx->descs); in sdma_txinit_ahg()721 if ((unlikely(tx->num_desc == tx->desc_limit))) { in sdma_txadd_page()768 if ((unlikely(tx->num_desc == tx->desc_limit))) { in sdma_txadd_daddr()804 if ((unlikely(tx->num_desc == tx->desc_limit))) { in sdma_txadd_kvaddr()
81 u16 desc_limit; member
1654 if (unlikely(tx->desc_limit > ARRAY_SIZE(tx->descs))) { in __sdma_txclean()1655 tx->desc_limit = ARRAY_SIZE(tx->descs); in __sdma_txclean()3022 tx->desc_limit = MAX_DESC; in _extend_sdma_tx_descs()3043 tx->desc_limit = MAX_DESC - 1; in _extend_sdma_tx_descs()3128 tx->desc_limit = MAX_DESC; in ext_coal_sdma_tx_descs()3161 if ((unlikely(tx->num_desc == tx->desc_limit))) { in _pad_sdma_tx_descs()
2928 u32 desc_limit; in emulator_do_task_switch() local2967 desc_limit = desc_limit_scaled(&next_tss_desc); in emulator_do_task_switch()2969 ((desc_limit < 0x67 && (next_tss_desc.type & 8)) || in emulator_do_task_switch()2970 desc_limit < 0x2b)) { in emulator_do_task_switch()