Searched refs:VMIDMT_NUM_NSSTATE_BITS (Results 1 – 1 of 1) sorted by relevance
21 #define VMIDMT_NUM_NSSTATE_BITS 32 macro413 if (length < VMIDMT_NUM_NSSTATE_BITS) { in vmidmt_hal_config_ssdt()417 if (elements > length / VMIDMT_NUM_NSSTATE_BITS) in vmidmt_hal_config_ssdt()514 if (ssd_mask_bits >= VMIDMT_NUM_NSSTATE_BITS) { in vmidmt_hal_init()515 ssd_words = ssd_mask_bits / VMIDMT_NUM_NSSTATE_BITS; in vmidmt_hal_init()578 ssd_index = stream / VMIDMT_NUM_NSSTATE_BITS; in update_ssdrn()579 bit_mask = BIT(stream % VMIDMT_NUM_NSSTATE_BITS); in update_ssdrn()